diff options
author | Catherine Moore <clm@codesourcery.com> | 2015-07-09 08:24:54 -0700 |
---|---|---|
committer | Catherine Moore <clm@codesourcery.com> | 2015-07-09 08:26:10 -0700 |
commit | 3350cc01deccb8289c1c26938628f996df3e390c (patch) | |
tree | b2b67a1ddf1fc4b3ede019b703adc7b36dc03a11 /include/elf | |
parent | 938c69a11897acea85275b93b5bb376b589564fa (diff) | |
download | gdb-3350cc01deccb8289c1c26938628f996df3e390c.zip gdb-3350cc01deccb8289c1c26938628f996df3e390c.tar.gz gdb-3350cc01deccb8289c1c26938628f996df3e390c.tar.bz2 |
2015-07-09 Catherine Moore <clm@codesourcery.com>
include/
* elf/mips/mips.h (Val_GNU_MIPS_ABI_FP_NAN2008): New.
gas/
* config/tc-mips.c (check_fpabi): Handle
VAL_GNU_MIPS_ABI_FP_NAN2008.
binutils/
* readelf.c (print_mips_fp_abi_value): Handle
Val_GNU_MIPS_ABI_FP_NAN2008.
ld/testsuite/
* ld-mips-elf/attr-gnu-4-08.d: Update expected output.
* ld-mips-elf/attr-gnu-4-09.d: New.
* ld-mips-elf/attr-gnu-4-19.d: New.
* ld-mips-elf/attr-gnu-4-29.d: New.
* ld-mips-elf/attr-gnu-4-39.d: New.
* ld-mips-elf/attr-gnu-4-49.d: New.
* ld-mips-elf/attr-gnu-4-59.d: New.
* ld-mips-elf/attr-gnu-4-69.d: New.
* ld-mips-elf/attr-gnu-4-79.d: New.
* ld-mips-elf/attr-gnu-4-89.d: New.
* ld-mips-elf/attr-gnu-4-9.s: New.
* ld-mips-elf/mips-elf.exp: Run new tests.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/mips.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h index 3926380..57de3bc 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -1298,6 +1298,10 @@ enum /* Using -mips32r2 -mfp64 -mno-odd-spreg. */ Val_GNU_MIPS_ABI_FP_64A = 7, + /* This is reserved for backward-compatibility with an earlier + implementation of the MIPS NaN2008 functionality. */ + Val_GNU_MIPS_ABI_FP_NAN2008 = 8, + /* Values defined for Tag_GNU_MIPS_ABI_MSA. */ /* Not tagged or not using any ABIs affected by the differences. */ |