* lexsup.c (parse_args): Set check_section_addresses to 1 or 0.
commit730dcf297da27e80f642573080c0ab993f4f2be3
authorNathan Sidwell <nathan@codesourcery.com>
Mon, 26 Jan 2009 15:23:39 +0000 (26 15:23 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Mon, 26 Jan 2009 15:23:39 +0000 (26 15:23 +0000)
tree15c157e20d0aef9e347df54fae09c2c39bb86b40
parent62ee8206e388b8d68d7ebeca994e38c20b3be90c
* 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.
ld/ChangeLog
ld/ld.h
ld/ld.texinfo
ld/ldmain.c
ld/lexsup.c