diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2009-09-27 16:08:34 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2009-09-27 16:08:34 +0000 |
commit | eceda120cd420689231483412fdebc32158d79c7 (patch) | |
tree | 092b6417b18cae9bb969b9186583b352e46eb497 /ld/ChangeLog | |
parent | 5b6912fbdbc8f9640728799661010fc080fe2e53 (diff) | |
download | binutils-eceda120cd420689231483412fdebc32158d79c7.zip binutils-eceda120cd420689231483412fdebc32158d79c7.tar.gz binutils-eceda120cd420689231483412fdebc32158d79c7.tar.bz2 |
* ldlang.c (lang_size_sections_1): Always force output vma to zero for
relocatable sections.
(lang_size_sections_1): Revert previous COFF-only accommodation for relocatable
sections.
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 f5c7438..b641071 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2009-09-27 Christopher Faylor <me+cygwin@cgf.cx> + + * ldlang.c (lang_size_sections_1): Always force output vma to zero for + relocatable sections. + (lang_size_sections_1): Revert previous COFF-only accommodation for + relocatable sections. + 2009-09-25 Martin Thuresson <martint@google.com> Update soruces to make arm targets compile cleanly with |