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]

[PATCH] [8/10] AArch64 Port


This patch provides the AArch64 libgcc port, it contains both the
required configury adjustment to config.host and the new files
introduced by the AArch64 port.

Proposed ChangeLog:

        * config.host (aarch64*-*-elf, aarch64*-*-linux*): New.
        * config/aarch64/crti.S: New file.
        * config/aarch64/crtn.S: New file.
        * config/aarch64/linux-unwind.h: New file.
        * config/aarch64/sfp-machine.h: New file.
        * config/aarch64/sync-cache.c: New file.
        * config/aarch64/t-aarch64: New file.
        * config/aarch64/t-softfp: New file.

Attachment: xx-libgcc-patch.txt
Description: Text document


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