mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-18 09:54:16 +08:00
Another newlib fix
From-SVN: r71654
This commit is contained in:
parent
dc25fbc79b
commit
0de118b6e2
@ -1,3 +1,8 @@
|
||||
2003-09-22 Anthony Green <green@redhat.com>
|
||||
|
||||
* os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
|
||||
"NOSYS" targets.
|
||||
|
||||
2003-09-20 <green@redhat.com>
|
||||
|
||||
* include/private/gcconfig.h: Don't check for __XSCALE__. Instead
|
||||
|
@ -963,7 +963,7 @@ ptr_t GC_get_stack_base()
|
||||
#endif /* FREEBSD_STACKBOTTOM */
|
||||
|
||||
#if !defined(BEOS) && !defined(AMIGA) && !defined(MSWIN32) \
|
||||
&& !defined(MSWINCE) && !defined(OS2)
|
||||
&& !defined(MSWINCE) && !defined(OS2) && !defined(NOSYS) && !defined(ECOS)
|
||||
|
||||
ptr_t GC_get_stack_base()
|
||||
{
|
||||
@ -1021,7 +1021,7 @@ ptr_t GC_get_stack_base()
|
||||
# endif /* STACKBOTTOM */
|
||||
}
|
||||
|
||||
# endif /* ! AMIGA, !OS 2, ! MS Windows, !BEOS */
|
||||
# endif /* ! AMIGA, !OS 2, ! MS Windows, !BEOS, !NOSYS, !ECOS */
|
||||
|
||||
/*
|
||||
* Register static data segment(s) as roots.
|
||||
|
Loading…
Reference in New Issue
Block a user