diff options
| author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-22 18:30:20 +0000 |
|---|---|---|
| committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-22 18:30:20 +0000 |
| commit | 08684909fc45c4fe9758da38fa2608d8489d6461 (patch) | |
| tree | 080115d0ea380c0e526f34b61084d063f9039f95 | |
| parent | 4195ec6ac08b9ca0c7c04c52d785f3f5c56581f5 (diff) | |
| download | ppe42-gcc-08684909fc45c4fe9758da38fa2608d8489d6461.tar.gz ppe42-gcc-08684909fc45c4fe9758da38fa2608d8489d6461.zip | |
* config/linux.h (TARGET_HAS_F_SETLKW): Define.
* config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63293 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 fc1eba5cb90..648395323c0 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 afef90c34b9..2b28f8b55e4 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 948ae495687..13f5b627dca 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 |

