On Thu, 3 Nov 2011, Mike Stump wrote: > On Nov 3, 2011, at 2:14 AM, Eric Botcazou wrote: > > >> * except.c (init_eh): Fix setjmp buffer size calculations for > >> targets where pointers are not word-sized. > > > > This will shrink the buffer for most such targets though. > > I prefer: > > #ifndef TARGET_BUILTIN_JMP_BUF_SIZE > #define TARGET_BUILTIN_JMP_BUF_SIZE 5 > #endif
Use hooks not macros for new target configuration, please. -- Joseph S. Myers jos...@codesourcery.com