gcconfig.h (DATASTART): Add missing extern declaration for data_start on powerpc.

* gcconfig.h (DATASTART): Add missing extern declaration
	for data_start on powerpc.

From-SVN: r31677
This commit is contained in:
Anthony Green 2000-01-29 01:17:03 +00:00 committed by Anthony Green
parent 19d3c25c9a
commit 72af8e4e63
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -532,6 +532,7 @@
# 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)