diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-10-24 23:38:27 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-10-24 23:38:27 +0000 |
commit | 85c87994928549876ebf2239f560fe2b6eeafae9 (patch) | |
tree | 6b5d294efa5c85f435ae1472b4c611a0295dafa6 /gcc | |
parent | e4aaa2f87d5680586e41c62e487cc005d6b53978 (diff) | |
download | gcc-85c87994928549876ebf2239f560fe2b6eeafae9.zip gcc-85c87994928549876ebf2239f560fe2b6eeafae9.tar.gz gcc-85c87994928549876ebf2239f560fe2b6eeafae9.tar.bz2 |
re PR other/3337 (build on linux-gnulibc1 fails: no sys/ucontext.h)
PR other/3337
PR bootstrap/6763
PR bootstrap/8122
* fixinc/inclhack.def (libc1_G_va_list): New fix.
* fixinc/fixincl.x: Regenerate.
* config/i386/linux.h: Move MD_FALLBACK_FRAME_STATE_FOR inside
ifndef IN_LIBGCC2. Wrap it together with signal.h and
sys/ucontext.h inclusion in ifndef USE_GNULIBC_1.
* configure.in (gcc_AC_CHECK_DECLS): Check vasprintf too.
* config.in, configure: Regenerate.
(Forgot to add PR markers. Doh!)
From-SVN: r58514
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e588e9..0e26baf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com> + PR other/3337 + PR bootstrap/6763 + PR bootstrap/8122 * fixinc/inclhack.def (libc1_G_va_list): New fix. * fixinc/fixincl.x: Regenerate. * config/i386/linux.h: Move MD_FALLBACK_FRAME_STATE_FOR inside |