2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
* mips.h (EF_MIPS_FP64): New e_flags bit.
This commit is contained in:
parent
5bff53b4f7
commit
37e1d79259
@ -1,3 +1,7 @@
|
|||||||
|
2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
|
||||||
|
|
||||||
|
* mips.h (EF_MIPS_FP64): New e_flags bit.
|
||||||
|
|
||||||
2013-08-09 Nick Clifton <nickc@redhat.com>
|
2013-08-09 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* rl78.c (E_FLAG_RL78_G10): Define.
|
* rl78.c (E_FLAG_RL78_G10): Define.
|
||||||
|
@ -191,6 +191,9 @@ END_RELOC_NUMBERS (R_MIPS_maxext)
|
|||||||
(regs are 32-bits wide). */
|
(regs are 32-bits wide). */
|
||||||
#define EF_MIPS_32BITMODE 0x00000100
|
#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. */
|
/* Code in file uses the IEEE 754-2008 NaN encoding convention. */
|
||||||
#define EF_MIPS_NAN2008 0x00000400
|
#define EF_MIPS_NAN2008 0x00000400
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user