ld/
* emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
+2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
+
+ * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
+ OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
+
2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
* testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
# parse_args and list_options functions.
#
PARSE_AND_LIST_PROLOGUE='
-#define OPTION_INSN32 301
-#define OPTION_NO_INSN32 (OPTION_INSN32 + 1)
+enum
+ {
+ OPTION_INSN32 = 301,
+ OPTION_NO_INSN32
+ };
'
PARSE_AND_LIST_LONGOPTS='