From 09b568fcb34d413a2a6df2b5a6d3b430f904e9f6 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 11 Feb 2003 14:15:20 -0800 Subject: [PATCH] * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New. From-SVN: r62736 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/linux.h | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f1341b2..8f58f7a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-11 Richard Henderson + + * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New. + Mon Oct 21 17:07:47 CEST 2002 Jan Hubicka * i386.c (contains_128bit_aligned_vector_p): New function. diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 28ff320..afef90c 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -59,6 +59,12 @@ Boston, MA 02111-1307, USA. */ /* Define this so that all GNU/Linux targets handle the same pragmas. */ #define HANDLE_PRAGMA_PACK_PUSH_POP +/* Determine whether the the entire c99 runtime is present in the + runtime library. */ +#ifndef USE_GNULIBC_1 +#define TARGET_C99_FUNCTIONS 1 +#endif + /* Do code reading to identify a signal frame, and set the frame state data appropriately. See unwind-dw2.c for the structs. */ -- 2.7.4