diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-21 18:56:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-21 18:56:12 +0000 |
commit | 9e7427a439ec8d1376786b01d0e2dc3be4c6ee29 (patch) | |
tree | c082da2af74b0871e89ec63571287f72353740eb /bfd | |
parent | 4bcc5d32386649ed434f3c7486085437476f60f6 (diff) | |
download | gdb-9e7427a439ec8d1376786b01d0e2dc3be4c6ee29.zip gdb-9e7427a439ec8d1376786b01d0e2dc3be4c6ee29.tar.gz gdb-9e7427a439ec8d1376786b01d0e2dc3be4c6ee29.tar.bz2 |
* coffcode.h (coff_compute_section_file_positions): If not
producing a final executable, don't consider sofar when aligning
the section to the correct size.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2fcc485..949f38c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Thu Mar 21 13:54:40 1996 Ian Lance Taylor <ian@cygnus.com> + + * coffcode.h (coff_compute_section_file_positions): If not + producing a final executable, don't consider sofar when aligning + the section to the correct size. + +Wed Mar 20 16:53:12 1996 Ian Lance Taylor <ian@cygnus.com> + + * coffcode.h (coff_add_missing_symbols): Ifdef out. + (coff_write_object_contents): Don't call coff_add_missing_symbols. + * coffgen.c (coff_section_symbol): Ifdef out. + Mon Mar 18 12:54:41 1996 Ian Lance Taylor <ian@cygnus.com> * elf32-mips.c (mips_elf_gprel32_reloc): Initialize gp if |