diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-04-01 21:46:40 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-04-01 21:46:40 +0000 |
commit | 32e3c8b86a100252983c0e504d31dcc0f7a3fa24 (patch) | |
tree | ee101f4e40c8373f4f34bde68732237d3ea7f6d5 /gdb | |
parent | 27e0fef5afde5a753efbb16d2727a11640825e71 (diff) | |
download | gdb-32e3c8b86a100252983c0e504d31dcc0f7a3fa24.zip gdb-32e3c8b86a100252983c0e504d31dcc0f7a3fa24.tar.gz gdb-32e3c8b86a100252983c0e504d31dcc0f7a3fa24.tar.bz2 |
Wed Apr 1 13:43:07 1998 Philippe De Muyter <phdm@macqel.be>
* NEWS: m68k-motorola-sysv host support added.
* coffread.c (coff_start_symtab): Accept the filename as an argument,
set it here. Callers updated.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/NEWS | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f8b5541..74b7fad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 1 13:43:07 1998 Philippe De Muyter <phdm@macqel.be> + + * NEWS: m68k-motorola-sysv host support added. + * coffread.c (coff_start_symtab): Accept the filename as an argument, + set it here. Callers updated. + Wed Apr 1 23:13:23 1998 Andrew Cagney <cagney@b1.cygnus.com> * config/mips/tm-mips.h (REGISTER_VIRTUAL_TYPE): Handle 32 bit SR, @@ -11,6 +11,7 @@ Irix 6.x mips*-sgi-irix6* PowerPC Linux powerpc-*-linux* PowerPC Solaris powerpcle-*-solaris* Sparc Linux sparc-*-linux* +Motorola sysV68 R3V7.1 m68k-motorola-sysv * New targets |