This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] Centralize knowledge of eh personality routines
- From: Olivier Hainque <hainque at adacore dot com>
- To: Eric Botcazou <ebotcazou at adacore dot com>
- Cc: Richard Henderson <rth at redhat dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>, rguenther at suse dot de, joseph at codesourcery dot com, jason at redhat dot com, java at gcc dot gnu dot org, ian at airs dot com, hainque at adacore dot com
- Date: Wed, 13 Oct 2010 09:23:08 +0200
- Subject: Re: [RFC] Centralize knowledge of eh personality routines
- References: <4CB4E841.1090308@redhat.com> <201010130903.00490.ebotcazou@adacore.com>
Eric Botcazou wrote:
> + case DW_LANG_Ada83:
> + case DW_LANG_Ada95:
> + prefix = "__gnat_eh_personality";
> + /* The GNAT folk did not follow the standard naming format.
> + That can change if we ever have to increment the version. */
> Let's change that right now, we don't guarantee any ABI
> compatibility between different major releases. Olivier, any
> objections?
No, on the contrary, I'm all for it. Thanks :)
Olivier