(update_headers): Do not copy stStatic symbols that result from
internal labels. From-SVN: r7023
This commit is contained in:
parent
a34958c911
commit
969d0d3c37
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user