(update_headers): Do not copy stStatic symbols that result from

internal labels.

From-SVN: r7023
This commit is contained in:
Richard Kenner 1994-04-11 05:50:10 -04:00
parent a34958c911
commit 969d0d3c37
1 changed files with 3 additions and 0 deletions

View 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],