diff options
author | John Gilmore <gnu@cygnus> | 1991-10-01 19:46:47 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-01 19:46:47 +0000 |
commit | 3f85ebce789ad99d73fd389751267bfc50acea5c (patch) | |
tree | 1842ed468422a68caa06660c7b068d8c920edb34 /bfd/ChangeLog | |
parent | 2d996e5dc9674d74130ed76c8c10772c0ee6239b (diff) | |
download | gdb-3f85ebce789ad99d73fd389751267bfc50acea5c.zip gdb-3f85ebce789ad99d73fd389751267bfc50acea5c.tar.gz gdb-3f85ebce789ad99d73fd389751267bfc50acea5c.tar.bz2 |
* Makefile.in, configure.in, targets.c, elf.c: Add preliminary
ELF support good enough for GDB.
* configure.in, config/h-amix, config/t-m68k-elf: Handle
m68k-cbm-svr4 host and target.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b7fa25b..233aee5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Tue Oct 1 12:29:44 1991 John Gilmore (gnu at cygnus.com) + + * Makefile.in, configure.in, targets.c, elf.c: Add preliminary + ELF support good enough for GDB. + * configure.in, config/h-amix, config/t-m68k-elf: Handle + m68k-cbm-svr4 host and target. + * config/t-m68k-coff, t-m88k-coff, t-m88k-aout: Make files nonempty + so `diff' and `patch' can cope. + Tue Oct 1 11:24:31 1991 Steve Chamberlain (steve at cygnus.com) * archures.c: removed texinfo error |