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: Richard Henderson <rth at redhat dot com>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: gcc-patches at gcc dot gnu dot org, bosch at gnat dot com, charlet at act-europe dot fr
- Date: Thu, 17 Apr 2014 13:17:11 -0700
- 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> <3844044 dot G03Zse2hGV at polaris> <534EA364 dot 9080009 at redhat dot com> <279581288 dot aVHm93JUX6 at polaris>
On 04/17/2014 08:56 AM, Eric Botcazou wrote:
> I presume that the attached kludge is sufficient to make it work?
>
>
> * fe.h (Compiler_Abort): Replace Fat_Pointer by String.
> (Error_Msg_N): Likewise.
> (Error_Msg_NE): Likewise.
> (Get_External_Name_With_Suffix): Likewise.
> * types.h (Fat_Pointer): Delete.
> (String): New type.
> (DECLARE_STRING): New macro.
> * gcc-interface/decl.c (create_concat_name): Adjust.
> * gcc-interface/trans.c (post_error): Likewise.
> (post_error_ne): Likewise.
> * gcc-interface/misc.c (internal_error_function): Likewise.
Yes, this bootstrapped.
r~