aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/rxelf.em
diff options
context:
space:
mode:
Diffstat (limited to 'ld/emultempl/rxelf.em')
-rw-r--r--ld/emultempl/rxelf.em7
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/emultempl/rxelf.em b/ld/emultempl/rxelf.em
index 3b8df6e..cc76a27 100644
--- a/ld/emultempl/rxelf.em
+++ b/ld/emultempl/rxelf.em
@@ -45,13 +45,6 @@ EOF
# Define some shell vars to insert bits of code into the standard elf
# parse_args and list_options functions.
#
-PARSE_AND_LIST_PROLOGUE='
-#define OPTION_NO_FLAG_MISMATCH_WARNINGS 301
-#define OPTION_IGNORE_LMA 302
-#define OPTION_NO_IGNORE_LMA 303
-#define OPTION_FLAG_MISMATCH_WARNINGS 304
-'
-
PARSE_AND_LIST_LONGOPTS='
{ "no-flag-mismatch-warnings", no_argument, NULL, OPTION_NO_FLAG_MISMATCH_WARNINGS},
{ "flag-mismatch-warnings", no_argument, NULL, OPTION_FLAG_MISMATCH_WARNINGS},