aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2004-02-16 20:28:02 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2004-02-16 19:28:02 +0000
commit42a5f3c0a476ba18ed44c3e229b6dbc0860939b6 (patch)
tree5000c8771456e66d3f9914562ebc2e79ff836683 /gcc/config
parent1729e46c1377e1e8bf264237be570a9992d5db8e (diff)
downloadgcc-42a5f3c0a476ba18ed44c3e229b6dbc0860939b6.zip
gcc-42a5f3c0a476ba18ed44c3e229b6dbc0860939b6.tar.gz
gcc-42a5f3c0a476ba18ed44c3e229b6dbc0860939b6.tar.bz2
* config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
From-SVN: r77912
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sparc/sparc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c
index 29b6744..e871d50 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. */