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/exec.c | |
parent | 83d634e3da41ad929375686dbb12ee4e3ce60101 (diff) | |
download | gdb-637d6690a829770987bd4433aacb157fc59ffb77.zip gdb-637d6690a829770987bd4433aacb157fc59ffb77.tar.gz 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/exec.c')
-rw-r--r-- | gdb/exec.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -42,9 +42,6 @@ #include <ctype.h> #include "gdb_stat.h" -#ifndef O_BINARY -#define O_BINARY 0 -#endif #include "xcoffsolib.h" |