diff options
Diffstat (limited to 'gcc/unwind-sjlj.c')
-rw-r--r-- | gcc/unwind-sjlj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c index fc22911768b..2293075e86e 100644 --- a/gcc/unwind-sjlj.c +++ b/gcc/unwind-sjlj.c @@ -251,7 +251,7 @@ uw_init_context (struct _Unwind_Context *context) } /* ??? There appear to be bugs in integrate.c wrt __builtin_longjmp and - virtual-stack-vars. An inline version of this segfaults on Sparc. */ + virtual-stack-vars. An inline version of this segfaults on SPARC. */ #define uw_install_context(CURRENT, TARGET) \ do \ { \ |