From: Steve Ellcey Date: Tue, 17 Sep 2013 21:05:49 +0000 (+0000) Subject: 2013-09-17 Doug Gilmore X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f303dcc05db66bc041e604932ec6390b129a2ad4;p=binutils-gdb.git 2013-09-17 Doug Gilmore * mips.h (EF_MIPS_FP64): New e_flags bit. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2b694825295..59f806c5ef9 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2013-09-17 Doug Gilmore + + * mips.h (EF_MIPS_FP64): New e_flags bit. + 2013-08-09 Nick Clifton * rl78.c (E_FLAG_RL78_G10): Define. diff --git a/include/elf/mips.h b/include/elf/mips.h index d25e773f14e..a26e3f4f939 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -191,6 +191,9 @@ END_RELOC_NUMBERS (R_MIPS_maxext) (regs are 32-bits wide). */ #define EF_MIPS_32BITMODE 0x00000100 +/* 32-bit machine but FP registers are 64 bit (-mfp64). */ +#define EF_MIPS_FP64 0x00000200 + /* Code in file uses the IEEE 754-2008 NaN encoding convention. */ #define EF_MIPS_NAN2008 0x00000400