This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] libgcc refactor aarch64 sfp-machine.h


Richard Earnshaw <rearnsha@arm.com> writes:

> On 03/12/12 16:00, Marcus Shawcroft wrote:
>>
>> PING
>>
>
> I would have thought that both this and the other patch (the update
> from GLibC) comes under the remit of the port maintainer, rather than
> the libgcc maintainer.
>
> So I would work on the assumption that if Ian doesn't say anything in
> the next 24 hours, this is OK to go in.

It is always true that the port maintainer can approve changes to libgcc
files that are specific to that port.  The port maintainer knows those
files better than the libgcc maintainers do.

Ian


>
> R.
>
>> /Marcus
>>
>> On 15 Nov 2012, at 15:58, Marcus Shawcroft <Marcus.Shawcroft@arm.com> wrote:
>>
>>> This patch reorganizes the AArch64 sfp-machine.h file, splitting out
>>> FP_HANDLE_EXCEPTIONS into a new file sfp-exceptions.c following the same
>>> idiom used in ia64 and i386.
>>>
>>> OK ?
>>>
>>> Cheers
>>> /Marcus
>>>
>>> 2012-11-15  Marcus Shawcroft <marcus.shawcroft@arm.com>
>>>
>>> 	* config/aarch64/sfp-machine.h (FP_RND_MASK): Define.
>>> 	(FP_ROUNDMODE): Use FP_RND_MASK.
>>> 	* config/aarch64/sfp-exceptions.c: New.
>>> 	* config/aarch64/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
>>> 	Use __sfp_handle_exceptions.<refactor-sfp-machine.diff>
>>
>>
>>


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