* emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap

unused variable.
This commit is contained in:
Alan Modra 2003-11-04 23:11:23 +00:00
parent e0e97e2cfa
commit 2c07ab8a9e
2 changed files with 46 additions and 44 deletions

View File

@ -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>

View File

@ -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;