This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Deprecate 32-bits HP-PA for GCC 4.8?


Steven Bosscher wrote:
> On Tue, May 8, 2012 at 1:56 PM, Ulrich Weigand <uweigand@de.ibm.com> wrote:
> > Steven Bosscher wrote:
> >
> >> 2. HP-UX 10 is also the last target that only supports SJLJ exceptions.
> >
> > Hmm, SPU also supports only SJLJ exceptions ...
> 
> Then why is force_sjlj_exceptions not set for it?

This, like all the configure stuff, only matters for targets that use
the default_except_unwind_info (or dwarf2_except_unwind_info) target
hook implementation.  Like several other targets, SPU instead uses 
sjlj_except_unwind_info, and therefore uses SJLJ unconditionally.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]