diff options
author | Jan Hubicka <jh@suse.cz> | 2003-02-22 19:30:20 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-02-22 18:30:20 +0000 |
commit | 90b8be73502913b36c039359dd44006fb95a657c (patch) | |
tree | 080115d0ea380c0e526f34b61084d063f9039f95 | |
parent | d47f75c469bcbcbb775a6acaaf274db1c61b3655 (diff) | |
download | gcc-90b8be73502913b36c039359dd44006fb95a657c.zip gcc-90b8be73502913b36c039359dd44006fb95a657c.tar.gz gcc-90b8be73502913b36c039359dd44006fb95a657c.tar.bz2 |
linux.h (TARGET_HAS_F_SETLKW): Define.
* config/linux.h (TARGET_HAS_F_SETLKW): Define.
* config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
From-SVN: r63293
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/alpha/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/linux.h | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc1eba5..6483953 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 22 19:29:28 CET 2003 Jan Hubicka <jh@suse.cz> + + * config/linux.h (TARGET_HAS_F_SETLKW): Define. + * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise + Sat Feb 22 12:42:16 CET 2003 Jan Hubicka <jh@suse.cz> * c-decl.c (c_expand_body_1): Fix. diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index afef90c..2b28f8b 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -65,6 +65,8 @@ Boston, MA 02111-1307, USA. */ #define TARGET_C99_FUNCTIONS 1 #endif +#define TARGET_HAS_F_SETLKW + /* Do code reading to identify a signal frame, and set the frame state data appropriately. See unwind-dw2.c for the structs. */ diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 948ae49..13f5b62 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -117,3 +117,5 @@ Boston, MA 02111-1307, USA. */ #ifndef USE_GNULIBC_1 #define TARGET_C99_FUNCTIONS 1 #endif + +#define TARGET_HAS_F_SETLKW |