re PR other/3337 (build on linux-gnulibc1 fails: no sys/ucontext.h)
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 24 Oct 2002 23:38:27 +0000 (23:38 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 24 Oct 2002 23:38:27 +0000 (23:38 +0000)
commit85c87994928549876ebf2239f560fe2b6eeafae9
tree6b5d294efa5c85f435ae1472b4c611a0295dafa6
parente4aaa2f87d5680586e41c62e487cc005d6b53978
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
gcc/ChangeLog