This is the mail archive of the gcc-bugs@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]

[Bug ada/80117] Standard'Word_Size is wrong for aarch64 ILP32


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80117

--- Comment #15 from Andreas Schwab <schwab at gcc dot gnu.org> ---
Author: schwab
Date: Tue Mar 28 10:29:34 2017
New Revision: 246528

URL: https://gcc.gnu.org/viewcvs?rev=246528&root=gcc&view=rev
Log:
Support for Ada on aarch64 with -mabi=ilp32

        PR ada/80117
        * system-linux-aarch64-ilp32.ads: New file.
        * gcc-interface/Makefile.in (LIBGNAT_TARGET_PAIRS_COMMON): Rename
        from LIBGNAT_TARGET_PAIRS.
        (LIBGNAT_TARGET_PAIRS_32, LIBGNAT_TARGET_PAIRS_64): Define.
        (LIBGNAT_TARGET_PAIRS): Use LIBGNAT_TARGET_PAIRS_COMMON, and
        LIBGNAT_TARGET_PAIRS_64 or LIBGNAT_TARGET_PAIRS_32 for -mabi=lp64
        or -mabi=ilp32, resp.

Added:
    trunk/gcc/ada/system-linux-aarch64-ilp32.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/gcc-interface/Makefile.in

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