From: Richard Kenner Date: Mon, 11 Apr 1994 09:50:10 +0000 (-0400) Subject: (update_headers): Do not copy stStatic symbols that result from X-Git-Tag: misc/cutover-egcs-0~6920 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969d0d3c37b98787ec0afa056c8c65182ba509d9;p=thirdparty%2Fgcc.git (update_headers): Do not copy stStatic symbols that result from internal labels. From-SVN: r7023 --- diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index efe3354966e0..75336106e835 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -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],