* config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
authorRichard Henderson <rth@redhat.com>
Tue, 11 Feb 2003 22:15:20 +0000 (14:15 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 11 Feb 2003 22:15:20 +0000 (14:15 -0800)
From-SVN: r62736

gcc/ChangeLog
gcc/config/alpha/linux.h

index f1341b2b57613af8aadc5d1fa8a84bce1834804f..8f58f7a844389f132fdbd91d3d08477d1845733b 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-11  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
+
 Mon Oct 21 17:07:47 CEST 2002  Jan Hubicka  <jh@suse.cz>
 
        * i386.c (contains_128bit_aligned_vector_p): New function.
index 28ff3208422f441b5160391902a2e3a2e3d0af18..afef90c34b98ec47dbadf1c1e6563ccea7e3f45e 100644 (file)
@@ -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.  */