diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-20 18:33:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-20 18:33:44 +0000 |
commit | b9576d75bca339e8e496bd3f2760068fcc36970c (patch) | |
tree | bd25f43bbf22236eb2518d5ae43fb200f820f5b2 | |
parent | 9afc66310f7ab4b2b75fdde0236c56315d6188b3 (diff) | |
download | gdb-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>.
-rw-r--r-- | bfd/ChangeLog | 4 |
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. |