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: Ian Lance Taylor <ian at airs dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: 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, ebotcazou at libertysurf dot fr
- Date: Tue, 12 Oct 2010 21:58:03 -0700
- Subject: Re: [RFC] Centralize knowledge of eh personality routines
- References: <4CB4E841.1090308@redhat.com>
Richard Henderson <rth@redhat.com> writes:
> The driver for this patch is SEH, which will add yet another function
> name variant in each of these places in each front end. While I could
> adjust each language appropriately, it seems to me that it is a bit
> cleaner to centralize this knowledge.
Works for me.
> The next possibly objectionable point is including dwarf2.h in tree.h.
Yeah. Ugh. I guess it's that or just using int.
Ian