diff options
Diffstat (limited to 'ld/emultempl/m68kelf.em')
-rw-r--r-- | ld/emultempl/m68kelf.em | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/emultempl/m68kelf.em b/ld/emultempl/m68kelf.em index 0477f1e..30e7d17 100644 --- a/ld/emultempl/m68kelf.em +++ b/ld/emultempl/m68kelf.em @@ -200,10 +200,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_GOT 301 -' - PARSE_AND_LIST_LONGOPTS=' { "got", required_argument, NULL, OPTION_GOT}, ' |