diff options
author | Alan Modra <amodra@gmail.com> | 2002-03-23 13:14:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-03-23 13:14:33 +0000 |
commit | dba143efb31cb98d480dc790bb9cde79b846fa32 (patch) | |
tree | 095d83dd0eb78581b11bbac70c41dff0132d9161 /bfd/ChangeLog | |
parent | 0e101458287815d449beaaad59b6610e4709ee96 (diff) | |
download | gdb-dba143efb31cb98d480dc790bb9cde79b846fa32.zip gdb-dba143efb31cb98d480dc790bb9cde79b846fa32.tar.gz gdb-dba143efb31cb98d480dc790bb9cde79b846fa32.tar.bz2 |
* elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
section file offset for !SEC_LOAD sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8844994..3b53150 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-03-23 Alan Modra <amodra@bigpond.net.au> + + * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on + section file offset for !SEC_LOAD sections. + 2002-03-21 Richard Earnshaw <rearnsha@arm.com> * elf32-arm.h (elf32_arm_final_link_relocate case R_ARM_GOTOFF) |