aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-19 16:30:27 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-19 16:30:27 +0000
commit7fc6a16a7f38dcf16be6852fc303aa9dd32838ad (patch)
treecb04790dad87ea4e148f7f1433ef1228aeaa27cf /bfd/ChangeLog
parent492b9bf04421df84de616fff0936a690d595bb7f (diff)
downloadgdb-7fc6a16a7f38dcf16be6852fc303aa9dd32838ad.zip
gdb-7fc6a16a7f38dcf16be6852fc303aa9dd32838ad.tar.gz
gdb-7fc6a16a7f38dcf16be6852fc303aa9dd32838ad.tar.bz2
* elf.c (map_sections_to_segments): Fix up the test for -Ttext to
approximate the correct answer if SIZEOF_HEADERS was not used.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d2e98c8..70f7005 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Wed Jun 19 11:37:52 1996 Ian Lance Taylor <ian@cygnus.com>
+ * elf.c (map_sections_to_segments): Fix up the test for -Ttext to
+ approximate the correct answer if SIZEOF_HEADERS was not used.
+
* binary.c (binary_set_section_contents): Set section file
position based on LMA rather than VMA.