From aa713662e8c8349dbf475437e8db72ffd9a9cc4d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 22 May 2002 05:08:31 +0000 Subject: 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. --- ld/emultempl/elf32.em | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ld/emultempl') diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 077a8fc..5f12e69 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -1541,6 +1541,8 @@ cat >>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <