This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Add aarch64 support for ada
- From: Arnaud Charlet <charlet at adacore dot com>
- To: rth at redhat dot com
- Cc: gcc-patches at gcc dot gnu dot org, bosch at gnat dot com, charlet at act-europe dot fr, ebotcazou at libertysurf dot fr
- Date: Wed, 16 Apr 2014 09:08:18 +0200
- Subject: Re: [RFC] Add aarch64 support for ada
- Authentication-results: sourceware.org; auth=none
- References: <1397631733-10377-1-git-send-email-rth at redhat dot com>
The Makfile.in and init.c changes are OK.
The types.h change is likely more controversial and may be problematic,
I'll let Eric comment.
> + system.ads<system-linux-x86_64.ads
>
> IMO, this should really be called system-linux-lp64.ads, and should
> be usable for any 64-bit target that uses full ieee floating point,
> which is all of them.
Well, in our experience, each time we've tried to share system files,
this came back and bit us at some point. But I do not know the
aarch64 architecture to comment on this specific case.
Arno