diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-03 17:45:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-03 17:45:52 +0000 |
commit | 369ee5df3ed0c3afc51287625dbf13cd38e3be3a (patch) | |
tree | abe82727f7817879ca5337633536f27b6c12152e | |
parent | 81db6a9e28b1ec6b286b3ae9b464e870a8634d5e (diff) | |
download | gdb-369ee5df3ed0c3afc51287625dbf13cd38e3be3a.zip gdb-369ee5df3ed0c3afc51287625dbf13cd38e3be3a.tar.gz gdb-369ee5df3ed0c3afc51287625dbf13cd38e3be3a.tar.bz2 |
* 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.
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 721aa78..2fb6b8f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |