diff options
Diffstat (limited to 'ld/emultempl/bfin.em')
-rw-r--r-- | ld/emultempl/bfin.em | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ld/emultempl/bfin.em b/ld/emultempl/bfin.em index eb13055..4b9be67 100644 --- a/ld/emultempl/bfin.em +++ b/ld/emultempl/bfin.em @@ -39,11 +39,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_CODE_IN_L1 300 -#define OPTION_DATA_IN_L1 301 -' - PARSE_AND_LIST_LONGOPTS=' { "code-in-l1", no_argument, NULL, OPTION_CODE_IN_L1 }, { "data-in-l1", no_argument, NULL, OPTION_DATA_IN_L1 }, |