From: Ian Lance Taylor Date: Thu, 20 Jul 1995 04:10:18 +0000 (+0000) Subject: * elf.c (bfd_section_from_phdr): Set lma based on p_paddr. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5727da67b6413c3ab01aacb4004e010d6ebf3b4;p=binutils-gdb.git * elf.c (bfd_section_from_phdr): Set lma based on p_paddr. (elf_fake_sections): Set sh_addr based on lma, not vma. PR 7478. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2d7953ecd2d..ba792abd399 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 20 00:06:39 1995 Ian Lance Taylor + + * elf.c (bfd_section_from_phdr): Set lma based on p_paddr. + (elf_fake_sections): Set sh_addr based on lma, not vma. + Wed Jul 19 15:52:01 1995 Doug Evans * coff-arm.c (TARGET_LITTLE_SYM, TARGET_BIG_SYM): Replaces TARGET_SYM.