This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
RE: [PATCH v2] Add support for O32 FPXX ABI
- From: Matthew Fortune <Matthew dot Fortune at imgtec dot com>
- To: Richard Sandiford <rdsandiford at googlemail dot com>
- Cc: "macro at codesourcery dot com" <macro at codesourcery dot com>, "Joseph Myers (joseph at codesourcery dot com)" <joseph at codesourcery dot com>, "binutils at sourceware dot org" <binutils at sourceware dot org>, Rich Fuhler <Rich dot Fuhler at imgtec dot com>
- Date: Wed, 14 May 2014 18:49:59 +0000
- Subject: RE: [PATCH v2] Add support for O32 FPXX ABI
- Authentication-results: sourceware.org; auth=none
- References: <6D39441BF12EF246A7ABCE6654B023535269EB at LEMAIL01 dot le dot imgtec dot org> <87wqdsdlpg dot fsf at talisman dot default> <6D39441BF12EF246A7ABCE6654B0235352A9AE at LEMAIL01 dot le dot imgtec dot org> <87k39rdns4 dot fsf at talisman dot default>
On the topic of the testsuites (in particular the linker). Do you have any strong feelings as to whether I should always just update the expected output if affected by the introduction of .gnu.attributes, .MIPS.abiflags or the PT_MIPS_ABIFLAGS header? The alternative (for some tests) is to modify the link script to just discard .gnu.attributes and .MIPS.abiflags.
I'd like to do a bit of both personally. The program header and .MIPS.abiflags section will be checked at least once for each ABI though of course.
Regards,
Matthew