diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2009-02-09 14:46:40 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2009-02-09 14:46:40 +0000 |
commit | 662ef24b70042a486b270d17707eb2fe1790f4a2 (patch) | |
tree | 02aab204a71d21f70b2756028cc3b1d0882daa6b /ld/ChangeLog | |
parent | 3209bffac6eaeeb5d57d15c595802dcbf8d69b69 (diff) | |
download | gdb-662ef24b70042a486b270d17707eb2fe1790f4a2.zip gdb-662ef24b70042a486b270d17707eb2fe1790f4a2.tar.gz gdb-662ef24b70042a486b270d17707eb2fe1790f4a2.tar.bz2 |
Missing piece of 2009-01-26 commit
* ldlang.c (lang_process): Don't consider relocatable flag when
checking for overlap.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f8f89a0..73020cf 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2009-02-09 Nathan Sidwell <nathan@codesourcery.com> + + Missing piece of 2009-01-26 commit + * ldlang.c (lang_process): Don't consider relocatable flag when + checking for overlap. + 2009-02-05 Joseph Myers <joseph@codesourcery.com> * emulparams/m68kelf.sh: Add newline at end of file. @@ -45,8 +51,6 @@ * lexsup.c (parse_args): Set check_section_addresses to 1 or 0. * ld.h (args_type): Make check_section_addresses a char. - ldlang.c (lang_process): Don't consider relocatable flag when - checking for overlap. * ldmain.c (main): Default check_section_addresses to -1. Check it for relocatable links. * ld.texinfo (--check-sections): Update documentation. |