diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-10 01:47:44 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-10 01:47:44 +0000 |
commit | af773d1b0f242711062d964dd222d020e1f1af5b (patch) | |
tree | 9eb719d25ebc2609692206c7ed4af6903798247d /bfd | |
parent | 66b510f652d3f6f9c22e4f339a277e4c95b75a45 (diff) | |
download | gdb-af773d1b0f242711062d964dd222d020e1f1af5b.zip gdb-af773d1b0f242711062d964dd222d020e1f1af5b.tar.gz gdb-af773d1b0f242711062d964dd222d020e1f1af5b.tar.bz2 |
It's new and improved
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 90afe61..53ceb59 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Thu May 9 11:00:45 1991 Steve Chamberlain (steve at cygint.cygnus.com) + + * ieee.c (do_one, ieee_slurp_section_data): now supports the load + multiple reloc command. + + * sunos.c (sunos4_set_section_contents): Made it so that sections + are always padded to their alignment size. + Sat May 4 15:49:43 1991 John Gilmore (gnu at cygint.cygnus.com) * archive.c, bfd.c, coff-code.h, opncls.c, sunos.c, trad-core.c: |