diff options
author | Nick Clifton <nickc@redhat.com> | 2008-10-25 09:54:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-10-25 09:54:01 +0000 |
commit | fb6cee9639dd5333e46da33c437af90c55302ba9 (patch) | |
tree | 11f6190934fcae25dee92cde33d204fa1b78f1b6 /ld/ChangeLog | |
parent | bbe2ba601d37a94408f5783549352571b1b87675 (diff) | |
download | gdb-fb6cee9639dd5333e46da33c437af90c55302ba9.zip gdb-fb6cee9639dd5333e46da33c437af90c55302ba9.tar.gz gdb-fb6cee9639dd5333e46da33c437af90c55302ba9.tar.bz2 |
PR 6945
* ldlang.c (lang_size_sections_1): Do not update the VMAs of
output sections when performing a relocatable link on COFF
objects.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ab23982..3fec7a5 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2008-10-25 Nick Clifton <nickc@redhat.com> + + PR 6945 + * ldlang.c (lang_size_sections_1): Do not update the VMAs of + output sections when performing a relocatable link on COFF + objects. + 2008-10-22 Nick Clifton <nickc@redhat.com> * emultempl/armelf.em (arm_elf_after_open): Move check for using a |