diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-05-22 05:08:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-05-22 05:08:31 +0000 |
commit | aa713662e8c8349dbf475437e8db72ffd9a9cc4d (patch) | |
tree | 0bbf4d6f1d9d9515dca47cdc30a8e310987e49c3 /ld/ChangeLog | |
parent | 6713542fbc51e3bdc0b347ae2bf14a17db67d2bd (diff) | |
download | fsf-binutils-gdb-aa713662e8c8349dbf475437e8db72ffd9a9cc4d.zip fsf-binutils-gdb-aa713662e8c8349dbf475437e8db72ffd9a9cc4d.tar.gz fsf-binutils-gdb-aa713662e8c8349dbf475437e8db72ffd9a9cc4d.tar.bz2 |
2002-05-21 H.J. Lu (hjl@gnu.org)
* emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle
"-z muldefs".
(gld${EMULATION_NAME}_list_options): Add "-z muldefs".
* ld.texinfo: Updated for --allow-multiple-definition and
"-z muldefs".
* ldmain.c (main): Initialize the allow_multiple_definition
field to false.
* lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New.
(ld_options): Add --allow-multiple-definition.
(parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 920129a..4d2bc18 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,19 @@ +2002-05-21 H.J. Lu (hjl@gnu.org) + + * emultempl/elf32.em (gld${EMULATION_NAME}_parse_args): Handle + "-z muldefs". + (gld${EMULATION_NAME}_list_options): Add "-z muldefs". + + * ld.texinfo: Updated for --allow-multiple-definition and + "-z muldefs". + + * ldmain.c (main): Initialize the allow_multiple_definition + field to false. + + * lexsup.c (OPTION_ALLOW_MULTIPLE_DEFINITION): New. + (ld_options): Add --allow-multiple-definition. + (parse_args): Support OPTION_ALLOW_MULTIPLE_DEFINITION. + 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com> * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o. |