OSDN Git Service

* ldmain.c (main): Move code twiddling various config and link_info
authoramodra <amodra>
Mon, 10 Oct 2011 12:43:14 +0000 (12:43 +0000)
committeramodra <amodra>
Mon, 10 Oct 2011 12:43:14 +0000 (12:43 +0000)
commit307481fa76a52a36070ac3239d3dbc1f47c35b3c
tree31bda5a0b148d20ae7e3753ac3339faa987f9350
parent1b6efdef81b8fa6b98e96b8e05b96513cdc9ccaf
* ldmain.c (main): Move code twiddling various config and link_info
bits to..
* lexsup.c (parse_args): ..here.  Move plugin_load_plugins call
into main.
* plugin.c (set_tv_header): Test link_info.executable, not
link_info.shared.
(is_visible_from_outside): Likewise.  Delete redundant
is_ir_dummy_bfd check and "section" parameter.
ld/ChangeLog
ld/ldmain.c
ld/lexsup.c
ld/plugin.c