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: [PATCH, picochip] Disable exception flags which are unnecessary on a c-only port


On 10/05/2010 08:52 AM, Hariharan Sandanagobalane wrote:
> The following patch disables exception flags for picochip since
> picochip is a c-only port. Committed to mainline as r164992.
...
> ChangeLog:
>         * config/picochip/picochip.c (picochip_option_override): Disable
>         exception flags for picochip.

This change is incorrect.  Please mirror

2010-10-01  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>

        * config/spu/spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to
        sjlj_except_unwind_info.

instead.


r~


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