]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(update_headers): Do not copy stStatic symbols that result from
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 11 Apr 1994 09:50:10 +0000 (05:50 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 11 Apr 1994 09:50:10 +0000 (05:50 -0400)
internal labels.

From-SVN: r7023

gcc/mips-tfile.c

index efe3354966e011885a65c2cd241665c35fa7b8f4..75336106e8358cf135c2a2f9b03c5d3a0cd879d6 100644 (file)
@@ -4011,6 +4011,9 @@ update_headers __proto((void))
              register Size_t len = strlen (str);
              register shash_t *hash_ptr;
 
+             /* Ignore internal labels.  */
+             if (str[0] == '$' && str[1] == 'L')
+               continue;
              hash_ptr = hash_string (str,
                                      (Ptrdiff_t)len,
                                      &file_ptr->shash_head[0],