* elf.c (copy_private_bfd_data): Only set phdr_included oncde for
authorIan Lance Taylor <ian@airs.com>
Fri, 3 Jul 1998 17:45:52 +0000 (17:45 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 3 Jul 1998 17:45:52 +0000 (17:45 +0000)
a PT_LOAD segment, rather than only setting it once for the entire
file.

* elf.c (_bfd_elf_make_section_from_shdr): When setting the LMA,
rather than ignoring every phdr with a p_paddr of 0, ignore all
the phdrs if they all have a p_paddr of 0.

bfd/ChangeLog

index 721aa7875152d4e5ec4c5e1011e6c0eec402799c..2fb6b8fe0cdc2ce6c184e9130fa93dc2aa86e3fd 100644 (file)
@@ -1,5 +1,13 @@
 Fri Jul  3 13:11:35 1998  Ian Lance Taylor  <ian@cygnus.com>
 
+       * elf.c (copy_private_bfd_data): Only set phdr_included oncde for
+       a PT_LOAD segment, rather than only setting it once for the entire
+       file.
+
+       * elf.c (_bfd_elf_make_section_from_shdr): When setting the LMA,
+       rather than ignoring every phdr with a p_paddr of 0, ignore all
+       the phdrs if they all have a p_paddr of 0.
+
        * stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
        section was discarded from the link.
 
This page took 0.028346 seconds and 4 git commands to generate.