* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap
unused variable.
This commit is contained in:
parent
e0e97e2cfa
commit
2c07ab8a9e
2 changed files with 46 additions and 44 deletions
|
@ -1,5 +1,8 @@
|
|||
2003-11-05 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap
|
||||
unused variable.
|
||||
|
||||
* emulparams/elf32_i860.sh (TEXT_START_ADDR): Define.
|
||||
|
||||
2003-11-04 Alan Modra <amodra@bigpond.net.au>
|
||||
|
|
|
@ -401,7 +401,6 @@ static struct bfd_elf_version_expr *
|
|||
gld${EMULATION_NAME}_new_vers_pattern (struct bfd_elf_version_expr *entry)
|
||||
{
|
||||
struct bfd_elf_version_expr *dot_entry;
|
||||
struct bfd_elf_version_expr *next;
|
||||
unsigned int len;
|
||||
char *dot_pat;
|
||||
|
||||
|
|
Loading…
Reference in a new issue