This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA:] More compact EH frame info for synchronous EH
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: rth at redhat dot com
- Cc: hans-peter dot nilsson at axis dot com, gcc-patches at gcc dot gnu dot org
- Date: Wed, 20 Apr 2005 22:11:14 +0200
- Subject: Re: [RFA:] More compact EH frame info for synchronous EH
> Date: Wed, 20 Apr 2005 12:07:55 -0700
> From: Richard Henderson <rth@redhat.com>
> So use 0x100. Guaranteed to not conflict with any byte.
Though it's also guaranteed not to *fit* in any byte.
implement-c.texi:
"On some targets, @option{-fshort-enums} is the default; this is
determined by the ABI@."
brgds, H-P