diff options
author | Stu Grossman <grossman@cygnus> | 1992-10-22 08:07:12 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-10-22 08:07:12 +0000 |
commit | 603900c746365d912cff7e8a219e4710a05be970 (patch) | |
tree | b27521a0e038b74015c7f29d294db80f9fcc89ff /gdb/ChangeLog | |
parent | 3496b7456212818953a6b39a0ea0b278ee5de913 (diff) | |
download | gdb-603900c746365d912cff7e8a219e4710a05be970.zip gdb-603900c746365d912cff7e8a219e4710a05be970.tar.gz gdb-603900c746365d912cff7e8a219e4710a05be970.tar.bz2 |
* Makefile.in (HFILES): Add nm-i386sco.h.
* dwarfread.c: include <sys/types.h> for SCO.
* infptrace.c: Don't include ptrace.h under SCO.
* config/i386sco.mh: Use -D_POSIX_SOURCE instead of -posix for
gcc.
* config/i386v.mt: Add exec.o to TDEPFILES.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 94afd30..5cd0f9e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Thu Oct 22 01:01:24 1992 Stu Grossman (grossman at cygnus.com) + + * Makefile.in (HFILES): Add nm-i386sco.h. + * dwarfread.c: include <sys/types.h> for SCO. + * infptrace.c: Don't include ptrace.h under SCO. + * config/i386sco.mh: Use -D_POSIX_SOURCE instead of -posix for + gcc. + * config/i386v.mt: Add exec.o to TDEPFILES. + Wed Oct 21 19:08:20 1992 Stu Grossman (grossman at cygnus.com) * i386v-nat.c: Remove space from front of #endif. |