diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-01-04 23:35:03 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-01-04 23:35:03 +0000 |
commit | 2f2da8fd3ff3c04928621bcbc0c01b9f9ebce7cc (patch) | |
tree | 46ce492ce501e3ae77118dcd3e66c03bf55e4a70 /ld/ChangeLog | |
parent | a3dc0a7f65bd4cfcfad6afee8b11657972e5a8de (diff) | |
download | fsf-binutils-gdb-2f2da8fd3ff3c04928621bcbc0c01b9f9ebce7cc.zip fsf-binutils-gdb-2f2da8fd3ff3c04928621bcbc0c01b9f9ebce7cc.tar.gz fsf-binutils-gdb-2f2da8fd3ff3c04928621bcbc0c01b9f9ebce7cc.tar.bz2 |
MIPS/LD: Convert ELF linker emulation option macros to an enum
ld/
* emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8a062e1..3aa46ed 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 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 messages expected according to MIPS BFD private data merge changes. |