This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, binutils] Patch elf/mips.h for -mfp64 support.


Doug Gilmore <Doug.Gilmore@imgtec.com> writes:
> 2013-09-07  Doug Gilmore <doug.gilmore@imgtec.com>
>
> 	* mips.h (EF_MIPS_32BITMODE): New e_flags bit.
> 	* elfxx-mips.c check for EF_MIPS_32BITMODE, print [32bitfp64]
> 	* readelf.c check for EF_MIPS_32BITMODE, print 32bitfp64
> 	* tc-mips.c When it is appropriate, set EF_MIPS_32BITMODE.

The changelogs should be something like:

include/elf/ChangeLog:
	* mips.h (EF_MIPS_32BITMODE): New e_flags bit.

bfd/ChangeLog:
	* elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Handle
	EF_MIPS_32BITMODE.

binutils/ChangeLog:
	* readelf.c (get_machine_flags): Handle EF_MIPS_32BITMODE.

gas/ChangeLog:
	* config/tc-mips.c (mips_elf_final_processing): Set
	EF_MIPS_32BITMODE for -mgp32 -mfp64, removing old FIXME.

(One of those cases where the changelogs are almost longer than the patch.)

OK otherwise, thanks.

I suppose this means we have only three genuinely free bits left:

0x00000800
0x00008000 (currently part of EF_MIPS_ABI but not used)
0x01000000 (currently part of EF_MIPS_ARCH_ASE but not used)

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]