* config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
From-SVN: r62736
This commit is contained in:
parent
a0777b6205
commit
09b568fcb3
@ -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.
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user