From 42a5f3c0a476ba18ed44c3e229b6dbc0860939b6 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Mon, 16 Feb 2004 20:28:02 +0100 Subject: * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()). From-SVN: r77912 --- gcc/config/sparc/sparc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/sparc/sparc.c') 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. */ -- cgit v1.1