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 | d971bd0c71dc9f496e9b2233ab6f63d5734001c4 (patch) | |
tree | fbab126dd7f4938d794158107f2fd05e6ca380f5 /gdb/remote-rdp.c | |
parent | ba1c11509c41253bdc02c76619e6346a4fd653df (diff) | |
download | gdb-d971bd0c71dc9f496e9b2233ab6f63d5734001c4.tar.gz |
* 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 4533cdf7a58..54eaf778cdd 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[] = { |