Commit 72af8e4e by Anthony Green Committed by Anthony Green

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
parent 19d3c25c
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> 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
* linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
......
...@@ -532,6 +532,7 @@ ...@@ -532,6 +532,7 @@
# undef STACK_GRAN # undef STACK_GRAN
# define STACK_GRAN 0x10000000 # define STACK_GRAN 0x10000000
/* Stack usually starts at 0x80000000 */ /* Stack usually starts at 0x80000000 */
extern int data_start;
# define DATASTART (&data_start) # define DATASTART (&data_start)
extern int _end; extern int _end;
# define DATAEND (&_end) # define DATAEND (&_end)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment