diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-21 23:58:49 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-21 23:58:49 +0000 |
commit | 33a782f1d2146690dae0a225f7ca84024560172d (patch) | |
tree | 8d45797e3ff04921281f73fe6f539749d0ee0542 /bfd/ChangeLog | |
parent | 065114de7b72f459b2507ec7b18e3f6a5d623619 (diff) | |
download | gdb-33a782f1d2146690dae0a225f7ca84024560172d.zip gdb-33a782f1d2146690dae0a225f7ca84024560172d.tar.gz gdb-33a782f1d2146690dae0a225f7ca84024560172d.tar.bz2 |
* coffcode.h (coff_compute_section_file_positions): make it pad
section size out if there are alignment restrictions so that the
image will be ok on a system where section positions are worked
out by accumulating sizes rather than from the section headers.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d29d449..cb2322d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Mon Oct 21 09:34:11 1991 Steve Chamberlain (steve at rtl.cygnus.com) + * coffcode.h (coff_compute_section_file_positions): make it pad + section size out if there are alignment restrictions so that the + image will be ok on a system where section positions are worked + out by accumulating sizes rather than from the section headers. * targets.c (proto write_armap). Changed orl_count to unsigned. * opncls.c (bfd_close_all_done). Added so that generative programs like gas can close a bfd without causing bfd confusion. |