Re: [RFC] Centralize knowledge of eh personality routines
Ian Lance Taylor <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel,gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
Richard Henderson <[email protected]> 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