aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-20 18:33:44 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-20 18:33:44 +0000
commitb9576d75bca339e8e496bd3f2760068fcc36970c (patch)
treebd25f43bbf22236eb2518d5ae43fb200f820f5b2 /bfd
parent9afc66310f7ab4b2b75fdde0236c56315d6188b3 (diff)
downloadgdb-b9576d75bca339e8e496bd3f2760068fcc36970c.zip
gdb-b9576d75bca339e8e496bd3f2760068fcc36970c.tar.gz
gdb-b9576d75bca339e8e496bd3f2760068fcc36970c.tar.bz2
* binary.c (binary_set_section_contents): Don't get misled if the
first section is not loadable. From Matthew L. Martin <mlm@xedia.com>.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ca73a71..a15997d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Thu Mar 20 12:39:02 1997 Ian Lance Taylor <ian@cygnus.com>
+ * binary.c (binary_set_section_contents): Don't get misled if the
+ first section is not loadable. From Matthew L. Martin
+ <mlm@xedia.com>.
+
* elflink.h (elf_bfd_final_link): Set the value of a section
symbol to the section address unless doing a relocateable link.