aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-10-21 23:58:49 +0000
committerSteve Chamberlain <steve@cygnus>1991-10-21 23:58:49 +0000
commit33a782f1d2146690dae0a225f7ca84024560172d (patch)
tree8d45797e3ff04921281f73fe6f539749d0ee0542 /bfd/ChangeLog
parent065114de7b72f459b2507ec7b18e3f6a5d623619 (diff)
downloadgdb-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/ChangeLog4
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.