]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/lexsup.c
* ldmain.c (main): Move code twiddling various config and link_info
authorAlan Modra <amodra@gmail.com>
Mon, 10 Oct 2011 12:43:14 +0000 (12:43 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 10 Oct 2011 12:43:14 +0000 (12:43 +0000)
commit9bbc1a67d375f36d009bf5ba8ffd7d9c53511885
tree33011b9c0c8b4ce911cae37e29939e4d7ea8e6ce
parentbd518033e94e94717505ba617c9cc46beebffde8
* 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