From: Ian Lance Taylor Date: Thu, 20 Mar 1997 18:33:44 +0000 (+0000) Subject: * binary.c (binary_set_section_contents): Don't get misled if the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9576d75bca339e8e496bd3f2760068fcc36970c;p=binutils-gdb.git * binary.c (binary_set_section_contents): Don't get misled if the first section is not loadable. From Matthew L. Martin . --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ca73a71a01b..a15997d2733 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Thu Mar 20 12:39:02 1997 Ian Lance Taylor + * binary.c (binary_set_section_contents): Don't get misled if the + first section is not loadable. From Matthew L. Martin + . + * elflink.h (elf_bfd_final_link): Set the value of a section symbol to the section address unless doing a relocateable link.