From: Nick Clifton Date: Mon, 23 Aug 1999 09:07:45 +0000 (+0000) Subject: Add ability for individual targets to have their own command line switches by X-Git-Tag: gdb-1999-08-23~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b108066c923292f1cb23589a897f663dd48884e;p=external%2Fbinutils.git Add ability for individual targets to have their own command line switches by defining PARSE_AND_LIST_ARGS. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 4e184e6..7eb00ef 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +1999-08-23 Nick Clifton + + * emultempl/elf32.em: Add ability for individual targets to have + their own command line switches by defining PARSE_AND_LIST_ARGS. + 1999-08-19 Andreas Schwab * configure.host: Use ${CC} instead of gcc for finding compiler diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index 163e4c9..0c0ebb7 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -1119,6 +1119,22 @@ EOF fi +if test -n "$PARSE_AND_LIST_ARGS" ; then +cat >>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <>e${EMULATION_NAME}.c <