diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-13 16:28:25 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-13 16:28:25 +0000 |
commit | 6073aca2967c8dbda36216f7f2bef87ded55e473 (patch) | |
tree | 5dcc938a73f1b1d0d9190bda9b9610df0e6e1978 /gcc/config/freebsd.h | |
parent | eab6912163676d826aa1b99ba1220b7097d6c802 (diff) | |
download | gcc-6073aca2967c8dbda36216f7f2bef87ded55e473.tar.gz |
2005-07-13 H.J. Lu <hongjiu.lu@intel.com>
* config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ...
(TARGET_POSIX_IO): This.
* config/darwin.h: Likewise.
* config/freebsd.h: Likewise.
* config/linux.h: Likewise.
* config/lynx.h: Likewise.
* config/netbsd.h: Likewise.
* config/rs6000/linux64.h: Likewise.
* config/rs6000/linux.h: Likewise.
* config/s390/tpf.h: Likewise.
* config/sh/embed-elf.h: Likewise.
* config/sparc/linux64.h: Likewise.
* config/sparc/linux.h: Likewise.
* config/svr4.h: Likewise.
* gcov-io.h: Likewise.
* doc/tm.texi: Updated.
* libgcov.c (create_file_directory): Defined only if
TARGET_POSIX_IO is defined.
(gcov_exit): Call create_file_directory only if TARGET_POSIX_IO
is defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101973 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/freebsd.h')
-rw-r--r-- | gcc/config/freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index bf7a52e83d1..21dc81e6013 100644 --- a/gcc/config/freebsd.h +++ b/gcc/config/freebsd.h @@ -84,4 +84,4 @@ Boston, MA 02110-1301, USA. */ /* Used by libgcc2.c. We support file locking with fcntl / F_SETLKW. This enables the test coverage code to use file locking when exiting a program, which avoids race conditions if the program has forked. */ -#define TARGET_HAS_F_SETLKW +#define TARGET_POSIX_IO |