]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
include/elf/
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 12 Jul 2013 15:58:15 +0000 (15:58 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Fri, 12 Jul 2013 15:58:15 +0000 (15:58 +0000)
commitba92f8875272b3d30872644d5305868ff4d047b8
tree77c84c712c3409bc45868cdb86a58a00e95760fb
parent627e05482b7a540b8453a196d03e15cce03a4e40
include/elf/
* mips.h (EF_MIPS_NAN2008): New macro.

bfd/
* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Handle
EF_MIPS_NAN2008.
(_bfd_mips_elf_print_private_bfd_data): Likewise.

binutils/
* readelf.c (get_machine_flags): Handle EF_MIPS_NAN2008.

gas/
* config/tc-mips.c (mips_flag_nan2008): New variable.
(options): Add OPTION_NAN enum value.
(md_longopts): Handle it.
(md_parse_option): Likewise.
(s_nan): New function.
(mips_elf_final_processing): Handle EF_MIPS_NAN2008.
(md_show_usage): Add -mnan.

* doc/as.texinfo (Overview): Add -mnan.
* doc/c-mips.texi (MIPS Opts): Document -mnan.
(MIPS NaN Encodings): New node.  Document .nan directive.
(MIPS-Dependent): List the new node.

gas/testsuite/
* gas/mips/nan-2008-1.d: New test.
* gas/mips/nan-2008-2.d: New test.
* gas/mips/nan-2008-3.d: New test.
* gas/mips/nan-2008-4.d: New test.
* gas/mips/nan-legacy-1.d: New test.
* gas/mips/nan-legacy-2.d: New test.
* gas/mips/nan-legacy-3.d: New test.
* gas/mips/nan-legacy-4.d: New test.
* gas/mips/nan-legacy-5.d: New test.
* gas/mips/nan-error-1.l: New list test.
* gas/mips/nan-error-2.l: New list test.
* gas/mips/nan-2008-override.s: New test source.
* gas/mips/nan-2008.s: New test source.
* gas/mips/nan-legacy-override.s: New test source.
* gas/mips/nan-legacy.s: New test source.
* gas/mips/nan-error-1.s: New test source.
* gas/mips/nan-error-2.s: New test source.
* gas/mips/mips.exp: Run the new tests.

ld/testsuite/
* ld-mips-elf/nan-2008.d: New test.
* ld-mips-elf/nan-legacy.d: New test.
* ld-mips-elf/nan-mixed-1.d: New test.
* ld-mips-elf/nan-mixed-2.d: New test.
* ld-mips-elf/nan-2008.s: New test source.
* ld-mips-elf/nan-legacy.s: New test source.
37 files changed:
bfd/ChangeLog
bfd/elfxx-mips.c
binutils/ChangeLog
binutils/readelf.c
gas/ChangeLog
gas/config/tc-mips.c
gas/doc/as.texinfo
gas/doc/c-mips.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/mips/mips.exp
gas/testsuite/gas/mips/nan-2008-1.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-2008-2.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-2008-3.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-2008-4.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-2008-override.s [new file with mode: 0644]
gas/testsuite/gas/mips/nan-2008.s [new file with mode: 0644]
gas/testsuite/gas/mips/nan-error-1.l [new file with mode: 0644]
gas/testsuite/gas/mips/nan-error-1.s [new file with mode: 0644]
gas/testsuite/gas/mips/nan-error-2.l [new file with mode: 0644]
gas/testsuite/gas/mips/nan-error-2.s [new file with mode: 0644]
gas/testsuite/gas/mips/nan-legacy-1.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-legacy-2.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-legacy-3.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-legacy-4.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-legacy-5.d [new file with mode: 0644]
gas/testsuite/gas/mips/nan-legacy-override.s [new file with mode: 0644]
gas/testsuite/gas/mips/nan-legacy.s [new file with mode: 0644]
include/elf/ChangeLog
include/elf/mips.h
ld/testsuite/ChangeLog
ld/testsuite/ld-mips-elf/mips-elf.exp
ld/testsuite/ld-mips-elf/nan-2008.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/nan-2008.s [new file with mode: 0644]
ld/testsuite/ld-mips-elf/nan-legacy.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/nan-legacy.s [new file with mode: 0644]
ld/testsuite/ld-mips-elf/nan-mixed-1.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/nan-mixed-2.d [new file with mode: 0644]