for data_start on powerpc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31677
138bc75d-0d04-0410-961f-
82ee72b054a4
+Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
+
+ * gcconfig.h (DATASTART): Add missing extern declaration
+ for data_start on powerpc.
+
1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
* linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
# undef STACK_GRAN
# define STACK_GRAN 0x10000000
/* Stack usually starts at 0x80000000 */
+ extern int data_start;
# define DATASTART (&data_start)
extern int _end;
# define DATAEND (&_end)