From: Eric Botcazou Date: Mon, 16 Feb 2004 19:28:02 +0000 (+0100) Subject: * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()). X-Git-Tag: releases/gcc-4.0.0~10085 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42a5f3c0a476ba18ed44c3e229b6dbc0860939b6;p=thirdparty%2Fgcc.git * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()). From-SVN: r77912 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f91ac176930..cd41d8a52d07 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-16 Eric Botcazou + + * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()). + 2004-02-16 Zack Weinberg * sdbout.c (sdb_debug_hooks): Correct the type_decl entry. diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 29b6744fd3f8..e871d50901b1 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -3133,7 +3133,7 @@ static GTY(()) rtx global_offset_table; /* The function we use to get at it. */ static GTY(()) rtx get_pc_symbol; -static char get_pc_symbol_name[256]; +static GTY(()) char get_pc_symbol_name[256]; /* Ensure that we are not using patterns that are not OK with PIC. */