Introduce --enable-new-dtags configure option.
authorSlava Barinov <v.barinov@samsung.com>
Sun, 4 Jun 2017 23:57:38 +0000 (09:27 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 5 Jun 2017 00:28:05 +0000 (09:58 +0930)
commit6734f10ae9af6cfd47e70baa2cd3e326afabe5ed
treeafa7629a0be2b40664ddffb5550cf929a24c0995
parent3ea0007c8ca3ec851df6ab5391a98467b4021f92
Introduce --enable-new-dtags configure option.

This option switches on ld.bfd --enable-new-dtags by default.

* configure.ac: Add --enable-new-dtags option.
* ldmain.c: Set link_info.new_dtags to 1 if when --enable-new-dtags is
switched on.
* configure: Regenerate.
* config.in: Regenerate.
ld/ChangeLog
ld/config.in
ld/configure
ld/configure.ac
ld/ldmain.c