diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-21 16:32:10 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-21 16:32:10 +0000 |
commit | 7955ad1c4da9573edec02603e04774f8133622fc (patch) | |
tree | 69787ee0e57ca131c0c244691e564177915b8c06 | |
parent | 57574979170226300f23a85f222ab089a0bfe6f8 (diff) | |
download | gdb-7955ad1c4da9573edec02603e04774f8133622fc.zip gdb-7955ad1c4da9573edec02603e04774f8133622fc.tar.gz gdb-7955ad1c4da9573edec02603e04774f8133622fc.tar.bz2 |
* configure.in: added ebmon entry.
* output-file.c (output_file_create, output_file_close) added
stuff to use bfd.
* write.c: more bfd support
* config/obj-coff.c config/obj-coff.h use bfd for swapping
header info.
* tc-a29k: added the reloc types we support now
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2406891..88a16fa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,6 +1,18 @@ +Mon Oct 21 09:25:33 1991 Steve Chamberlain (steve at rtl.cygnus.com) + + * configure.in: added ebmon entry. + * output-file.c (output_file_create, output_file_close) added + stuff to use bfd. + * write.c: more bfd support + * config/obj-coff.c config/obj-coff.h use bfd for swapping + header info. + * tc-a29k: added the reloc types we support now + + Mon Oct 14 11:44:03 1991 Roland H. Pesch (pesch at cygnus.com) * doc/Makefile (as.ms): one more sed workaround for texi2roff + (as.mm, as.me): new targets Fri Oct 11 18:18:37 1991 Roland H. Pesch (pesch at cygnus.com) |