diff options
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 05de707..25fecd8 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1342,7 +1342,7 @@ darwin_emit_unwind_label (FILE *file, tree decl, int for_eh, int empty) if (! for_eh) suffix = ".eh1"; - lab = xmalloc (strlen (prefix) + lab = XNEWVEC (char, strlen (prefix) + base_len + strlen (suffix) + quotes_len + 1); lab[0] = '\0'; |