* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): For
--no-undefined-version, don't report dot sym versions added by ld.
This commit is contained in:
parent
f0e607602e
commit
71755fdf7b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-10-28 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): For
|
||||||
|
--no-undefined-version, don't report dot sym versions added by ld.
|
||||||
|
|
||||||
2010-10-28 Alan Modra <amodra@gmail.com>
|
2010-10-28 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* ldlang.h (ldlang_add_undef): Add cmdline param.
|
* ldlang.h (ldlang_add_undef): Add cmdline param.
|
||||||
|
|
|
@ -599,6 +599,7 @@ gld${EMULATION_NAME}_new_vers_pattern (struct bfd_elf_version_expr *entry)
|
||||||
dot_pat[0] = '.';
|
dot_pat[0] = '.';
|
||||||
memcpy (dot_pat + 1, entry->pattern, len - 1);
|
memcpy (dot_pat + 1, entry->pattern, len - 1);
|
||||||
dot_entry->pattern = dot_pat;
|
dot_entry->pattern = dot_pat;
|
||||||
|
dot_entry->script = 1;
|
||||||
return dot_entry;
|
return dot_entry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue