diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-22 04:25:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-22 04:25:43 +0000 |
commit | 2f0deb19eba08e1aac41c5591cb59039999bfcb8 (patch) | |
tree | aee4ec29dbf7d133e388d9e96fee1b940a8d97af /bfd/ChangeLog | |
parent | 380fa957e5d313c78f638e9fbce76432a81f87f4 (diff) | |
download | gdb-2f0deb19eba08e1aac41c5591cb59039999bfcb8.zip gdb-2f0deb19eba08e1aac41c5591cb59039999bfcb8.tar.gz gdb-2f0deb19eba08e1aac41c5591cb59039999bfcb8.tar.bz2 |
* ecofflink.c (ecoff_write_symhdr): Set symhdr->magic here.
* ecoff.c (ecoff_write_object_contents): Make sure .bss section
ends on a page boundary if there is no symbol table.
(ecoff_bfd_final_link): Don't set symhdr->magic here.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e5cfa54..8661fa5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -5,6 +5,11 @@ Mon Feb 21 10:12:02 1994 Stan Shebs (shebs@andros.cygnus.com) Mon Feb 21 09:50:06 1994 Ian Lance Taylor (ian@lisa.cygnus.com) + * ecofflink.c (ecoff_write_symhdr): Set symhdr->magic here. + * ecoff.c (ecoff_write_object_contents): Make sure .bss section + ends on a page boundary if there is no symbol table. + (ecoff_bfd_final_link): Don't set symhdr->magic here. + * hosts/hp300.h: Include <stdlib.h>; don't declare free. * som.c (som_bfd_count_ar_symbols): Use a pointer and alloca |