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, AArch64] Update definitions of _FP_W_TYPE and _FP_WS_TYPE in libgcc to be based on 'long long'


Looks OK to me.

/Marcus

On 18 April 2013 22:10, Yufeng Zhang <Yufeng.Zhang@arm.com> wrote:
> Hi,
>
> The patch changes _FP_W_TYPE and _FP_WS_TYPE in AArch64 libgcc to be based
> on 'long long', making them ILP32-friendly.  x86_64 has the definitions.
>
> OK for the trunk?
>
> Thanks,
> Yufeng
>
> libgcc/
>
> 2013-04-18  Yufeng Zhang  <yufeng.zhang@arm.com>
>
>         * config/aarch64/sfp-machine.h (_FP_W_TYPE): Change to define
>         as 'unsigned long long' instead of 'unsigned long'.
>         (_FP_WS_TYPE): Change to define as 'signed long long' instead of
>         'signed long'.


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