From e2e49064631e8dda1d40948e67ce8c2914a1242d Mon Sep 17 00:00:00 2001 From: hp Date: Thu, 24 Oct 2002 23:38:27 +0000 Subject: [PATCH] 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!) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58514 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) 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 + 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 -- 2.7.4