Commit 09b568fc by Richard Henderson Committed by Richard Henderson

* config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.

From-SVN: r62736
parent a0777b62
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> Mon Oct 21 17:07:47 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.c (contains_128bit_aligned_vector_p): New function. * i386.c (contains_128bit_aligned_vector_p): New function.
......
...@@ -59,6 +59,12 @@ Boston, MA 02111-1307, USA. */ ...@@ -59,6 +59,12 @@ Boston, MA 02111-1307, USA. */
/* Define this so that all GNU/Linux targets handle the same pragmas. */ /* Define this so that all GNU/Linux targets handle the same pragmas. */
#define HANDLE_PRAGMA_PACK_PUSH_POP #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 /* Do code reading to identify a signal frame, and set the frame
state data appropriately. See unwind-dw2.c for the structs. */ state data appropriately. See unwind-dw2.c for the structs. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment