diff options
author | Charles Wilson <cygwin@cwilson.fastmail.fm> | 2006-02-25 04:36:39 +0000 |
---|---|---|
committer | Charles Wilson <cygwin@cwilson.fastmail.fm> | 2006-02-25 04:36:39 +0000 |
commit | 637d6690a829770987bd4433aacb157fc59ffb77 (patch) | |
tree | 9353b781dfa9d5458cd39b152ec56c8a89ec795e /gdb/remote-rdp.c | |
parent | 83d634e3da41ad929375686dbb12ee4e3ce60101 (diff) | |
download | fsf-binutils-gdb-637d6690a829770987bd4433aacb157fc59ffb77.zip fsf-binutils-gdb-637d6690a829770987bd4433aacb157fc59ffb77.tar.gz fsf-binutils-gdb-637d6690a829770987bd4433aacb157fc59ffb77.tar.bz2 |
* gdb/defs.h: unconditionally include <fcntl.h>, and
ensure that O_BINARY is defined.
* gdb/solib.c(solib_open): ensure solib files are opened in
binary mode.
* gdb/corelow.c: Remove O_BINARY macro definition.
* gdb/exec.c: Remove O_BINARY macro definition
* gdb/remote-rdp.c: Remove O_BINARY macro definition
* gdb/source.c: Remove O_BINARY macro definition
* gdb/symfile.c: Remove O_BINARY macro definition
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r-- | gdb/remote-rdp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c index 4533cdf..54eaf77 100644 --- a/gdb/remote-rdp.c +++ b/gdb/remote-rdp.c @@ -791,9 +791,6 @@ argsin; #define SWI_GenerateError 0x71 -#ifndef O_BINARY -#define O_BINARY 0 -#endif static int translate_open_mode[] = { |