* config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
From-SVN: r77912
This commit is contained in:
parent
1729e46c13
commit
42a5f3c0a4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-02-16 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
|
||||
|
||||
2004-02-16 Zack Weinberg <zack@codesourcery.com>
|
||||
|
||||
* sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue