diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-22 23:18:53 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-22 23:18:53 +0000 |
commit | 9131ff41bb32de9bb320edc3116f8f6b53dbae6a (patch) | |
tree | 6c2966c9e874f2bcf465ee81f2abd1e32d6b4d12 /gcc/config/sparc/linux64.h | |
parent | ea1d1c38832bfcde3644908d3dbd8f94f578669e (diff) | |
download | ppe42-gcc-9131ff41bb32de9bb320edc3116f8f6b53dbae6a.tar.gz ppe42-gcc-9131ff41bb32de9bb320edc3116f8f6b53dbae6a.zip |
* gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of
fopen.
* libgcov.c: Include sys/stat.h.
* config/rs6000/linux.h (TARGET_HAS_F_SETLKW): Define.
* config/rs6000/linux64.h (TARGET_HAS_F_SETLKW): Define.
* config/sparc/linux.h (TARGET_HAS_F_SETLKW): Define.
* config/sparc/linux64.h (TARGET_HAS_F_SETLKW): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/linux64.h')
-rw-r--r-- | gcc/config/sparc/linux64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 9bfb9462c1e..5cb84e5f916 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -325,6 +325,8 @@ do { \ #define TARGET_ASM_FILE_END file_end_indicate_exec_stack +#define TARGET_HAS_F_SETLKW + #undef LINK_GCC_C_SEQUENCE_SPEC #define LINK_GCC_C_SEQUENCE_SPEC \ "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" |