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