diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-15 04:41:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-15 04:41:10 +0000 |
commit | 4b71e164cd636aaf13a2a42ec0ef4a9284ecea0b (patch) | |
tree | 39b279812259cdadb8f0907423fd30c32007de76 /bfd/ChangeLog | |
parent | 631b10f44e08b1b4daefc4d1ecd0ce9eca0c9a30 (diff) | |
download | binutils-gdb-4b71e164cd636aaf13a2a42ec0ef4a9284ecea0b.tar.gz |
* peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0,
not at the file position of the first section.
* coffcode.h (coff_compute_section_file_positions): Avoid using
unportable #elif.
(coff_write_object_contents): When generating a PPC PE executable
with no symbols, round up the file size to a COFF_PAGE_SIZE
boundary.
* cofflink.c (_bfd_coff_final_link): If there are no symbols,
don't write out a string table.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9d90a79bac6..7c1ab8ed761 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ Tue Nov 14 11:52:23 1995 Ian Lance Taylor <ian@cygnus.com> + * peicode.h (coff_swap_aouthdr_out): For PPC PE, start isize at 0, + not at the file position of the first section. + * coffcode.h (coff_compute_section_file_positions): Avoid using + unportable #elif. + (coff_write_object_contents): When generating a PPC PE executable + with no symbols, round up the file size to a COFF_PAGE_SIZE + boundary. + * cofflink.c (_bfd_coff_final_link): If there are no symbols, + don't write out a string table. + * elf.c (bfd_section_from_shdr): When using a different section header, pass the new one to _bfd_elf_make_section_from_shdr. (elf_fake_sections): Don't set sh_info and sh_entsize fields. |