diff options
author | John Gilmore <gnu@cygnus> | 1992-09-10 20:31:10 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-09-10 20:31:10 +0000 |
commit | c00bab93f0b07dbd664212c3185909e6f5f3c1ac (patch) | |
tree | a3fad69fc2c8dbc052b9c7bfa78af638cb1a63e5 /bfd/hosts | |
parent | b67903acf69c7a0746ac4a8daab7e51a48dbd5a1 (diff) | |
download | gdb-c00bab93f0b07dbd664212c3185909e6f5f3c1ac.zip gdb-c00bab93f0b07dbd664212c3185909e6f5f3c1ac.tar.gz gdb-c00bab93f0b07dbd664212c3185909e6f5f3c1ac.tar.bz2 |
* opncls.c (bfd_fdopenr): Determine whether to fdopen for
update, based on how the underlying file was opened. Obsoletes
FASCIST_FDOPEN.
* hosts/rs6000.h, hosts/tahoe.h, hosts/vaxbsd.h: Remove
all FASCIST_FDOPEN config defines.
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/rs6000.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/hosts/rs6000.h b/bfd/hosts/rs6000.h index b41ed5f..1d5863b 100644 --- a/bfd/hosts/rs6000.h +++ b/bfd/hosts/rs6000.h @@ -8,9 +8,6 @@ #include <sys/file.h> #include <stdlib.h> /* for malloc() */ -/* fdopen() won't let you open read-only files for update */ -#define FASCIST_FDOPEN - #ifndef O_ACCMODE #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif |