]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 16 Feb 2004 19:28:02 +0000 (20:28 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 16 Feb 2004 19:28:02 +0000 (19:28 +0000)
From-SVN: r77912

gcc/ChangeLog
gcc/config/sparc/sparc.c

index 9f91ac176930cd7e831f3f867a8a2f5178fcf178..cd41d8a52d07833f9f6ee79275634e9e66e61dcc 100644 (file)
@@ -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.
index 29b6744fd3f86daa45e4ba7b29139f53bf78e056..e871d50901b136227eac7bdff23f8f8d9de9f987 100644 (file)
@@ -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.  */