This is the mail archive of the gcc-patches@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: assertify darwin, and some missed rs6000 bits


[yay!  I'm now only 1400 gcc-patches messages behind!]

Nathan Sidwell <nathan@codesourcery.com> writes:

> 	* config/darwin-crt2.c (darwin_unwind_dyld_remove_image_hook): Use
> 	gcc_assert or gcc_unreachable as appropriate.

This should be the same as in unwind-dw2.c or unwind-dw2-fde.c.  At
present, they use abort().

> 	* config/rs6000/host-darwin.c (segv_handler): Use fancy_abort
> 	directly.

I think this is good, or at least good enough.  (Its purpose is that
when you've asked for a abort, and core dump, on an error, you also
get one on a SEGV.)


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