Add configure flag to enable gnu hash style by default.
authorRomain Geissler <romain.geissler@gmail.com>
Mon, 7 Aug 2017 21:55:39 +0000 (07:25 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 7 Aug 2017 21:55:39 +0000 (07:25 +0930)
commit2760f24c4942853eac7b921e4b8843d57a602654
tree032df5cd9ee9386bd44239b733038f23f4388733
parent8f5e83fb735af978b99ea6e22574560bf667d1d6
Add configure flag to enable gnu hash style by default.

ld/
* configure.ac: Add --enable-default-hash-style option.
* ldmain.c (main): Set link_info.emit_hash to DEFAULT_EMIT_SYSV_HASH.
Set link_info.emit_gnu_hash to DEFAULT_EMIT_GNU_HASH.
* configure: Regenerate.
* config.in: Regenerate.

gold/
* configure.ac: Add --enable-default-hash-style option.
* options.h (hash_style): Use DEFAULT_HASH_STYLE as default value.
* configure: Regenerate.
* config.in: Regenerate.
gold/ChangeLog
gold/config.in
gold/configure
gold/configure.ac
gold/options.h
ld/ChangeLog
ld/config.in
ld/configure
ld/configure.ac
ld/ldmain.c
This page took 0.024352 seconds and 4 git commands to generate.