diff options
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index cfaec2e..92f27c6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2009-01-26 Nathan Sidwell <nathan@codesourcery.com> + + * 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. + 2009-01-26 Kai Tietz <kai.tietz@onevision.com> * pe-dll.c (tmp_seq2): New static variable. |