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:
parent
19d3c25c9a
commit
72af8e4e63
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue