summaryrefslogtreecommitdiffstats
path: root/include/elf
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog11
-rw-r--r--include/elf/mips.h32
2 files changed, 5 insertions, 38 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 8445e61bf..2edd1dfcc 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,14 +1,3 @@
-2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
-
- * mips.h (Tag_GNU_MIPS_ABI_FP): Remove comment.
- (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE,
- Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT,
- Val_GNU_MIPS_ABI_FP_64): New enum.
-
-2013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
-
- * mips.h (EF_MIPS_NAN2008): New macro.
-
2013-07-08 Tristan Gingold <gingold@adacore.com>
* ia64.h (STB_VMS_WEAK, STB_VMS_SYSTEM): Add.
diff --git a/include/elf/mips.h b/include/elf/mips.h
index d25e773f1..f3be987a0 100644
--- a/include/elf/mips.h
+++ b/include/elf/mips.h
@@ -191,9 +191,6 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
(regs are 32-bits wide). */
#define EF_MIPS_32BITMODE 0x00000100
-/* Code in file uses the IEEE 754-2008 NaN encoding convention. */
-#define EF_MIPS_NAN2008 0x00000400
-
/* Architectural Extensions used by this file */
#define EF_MIPS_ARCH_ASE 0x0f000000
@@ -1129,30 +1126,11 @@ extern void bfd_mips_elf64_swap_reginfo_out
enum
{
/* 0-3 are generic. */
-
- /* Floating-point ABI used by this object file. */
- Tag_GNU_MIPS_ABI_FP = 4,
-};
-
-/* Object attribute values. */
-enum
-{
- /* Values defined for Tag_GNU_MIPS_ABI_FP. */
-
- /* Not tagged or not using any ABIs affected by the differences. */
- Val_GNU_MIPS_ABI_FP_ANY = 0,
-
- /* Using hard-float -mdouble-float. */
- Val_GNU_MIPS_ABI_FP_DOUBLE = 1,
-
- /* Using hard-float -msingle-float. */
- Val_GNU_MIPS_ABI_FP_SINGLE = 2,
-
- /* Using soft-float. */
- Val_GNU_MIPS_ABI_FP_SOFT = 3,
-
- /* Using -mips32r2 -mfp64. */
- Val_GNU_MIPS_ABI_FP_64 = 4,
+ Tag_GNU_MIPS_ABI_FP = 4, /* Value 1 for hard-float -mdouble-float, 2
+ for hard-float -msingle-float, 3 for
+ soft-float, 4 for -mips32r2 -mfp64; 0 for
+ not tagged or not using any ABIs affected
+ by the differences. */
};
#endif /* _ELF_MIPS_H */