From 2c07ab8a9e9c0489837a15e1f09c1cda4d8a19ba Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 4 Nov 2003 23:11:23 +0000 Subject: * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap unused variable. --- ld/ChangeLog | 91 +++++++++++++++++++++++++----------------------- ld/emultempl/ppc64elf.em | 1 - 2 files changed, 47 insertions(+), 45 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 309d704..10ac41c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,8 @@ 2003-11-05 Alan Modra + * 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 @@ -9,13 +12,13 @@ 2003-10-31 Nick Clifton - * ldlang.c (lookup_name): When looking for a previously loaded - file compare the local_sym_name not the filename, as the - filename might have been transformed via the search directory - path lookup. - If the sought-for file has not been found in the input file - chain then create a new node with the search_dirs_flag set so - that the entire set of directory paths will be scanned for it. + * ldlang.c (lookup_name): When looking for a previously loaded + file compare the local_sym_name not the filename, as the + filename might have been transformed via the search directory + path lookup. + If the sought-for file has not been found in the input file + chain then create a new node with the search_dirs_flag set so + that the entire set of directory paths will be scanned for it. 2003-10-30 Andrew Cagney @@ -87,20 +90,20 @@ 2003-10-21 Nick Clifton - * ldlang.c (lang_memory_region_lookup): Add second parameter - - create - which is true if the region is being created. Issue - appropriate warning messages for finding and not finding - already created regions. - (lang_memory_default): Use DEFAULT_MEMORY_REGION. - (lang_leave_overlay_section): Likewise. - (lang_size_sections_1): Likewise. - Pass second parameter to lang_memory_region_lookup. - (lang_get_regions): Likewise. - * ldlang.h (DEFAULT_MEMORY_REGION): Define. - Update prototype for lang_memory_region_lookup. + * ldlang.c (lang_memory_region_lookup): Add second parameter - + create - which is true if the region is being created. Issue + appropriate warning messages for finding and not finding + already created regions. + (lang_memory_default): Use DEFAULT_MEMORY_REGION. + (lang_leave_overlay_section): Likewise. + (lang_size_sections_1): Likewise. + Pass second parameter to lang_memory_region_lookup. + (lang_get_regions): Likewise. + * ldlang.h (DEFAULT_MEMORY_REGION): Define. + Update prototype for lang_memory_region_lookup. * ldgram.y: Pass second parameter to lang_memory_region_lookup. - Use DEFAULT_MEMORY_REGION instead of "*default". - + Use DEFAULT_MEMORY_REGION instead of "*default". + 2003-10-20 Andrew Cagney * pe-dll.c: Replace "struct sec" with "struct bfd_section". @@ -162,7 +165,7 @@ * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't use $EMULATION_NAME to call bfd function. -2003-10-14 Danny Smith +2003-10-14 Danny Smith * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections to identify data symbols. @@ -282,7 +285,7 @@ 2003-10-02 Ivan Warren - * pe-dll.c (make_one): Correct sym def order & pick right sym for + * pe-dll.c (make_one): Correct sym def order & pick right sym for .idata$7 reloc. 2003-09-30 Chris Demetriou @@ -310,22 +313,22 @@ 2003-08-20 Nick Clifton * ldmain.c: Initialise the new fields in bfd_link_info to - NOT_YET_SET. - * lexsup.c (enum option_values): New enum. Use this to - replace the handed coded values for the long switch options. - (ld_options): Add 'unresolved-symbols', - 'warn-unresolved-symbols' and 'error-unresolved-symbols'. - (parse_args): Handle the new switches. Set the values of - unresolved_symbols_in_objects and - unresolved_symbols_in_shared_libs appropriately. If they were - not initialised by the command line, install default values. - * emultempl/elf32.em (handle_option): Update OPTION_GROUP and - -z defs to use the new fields in bfd_link_info. + NOT_YET_SET. + * lexsup.c (enum option_values): New enum. Use this to + replace the handed coded values for the long switch options. + (ld_options): Add 'unresolved-symbols', + 'warn-unresolved-symbols' and 'error-unresolved-symbols'. + (parse_args): Handle the new switches. Set the values of + unresolved_symbols_in_objects and + unresolved_symbols_in_shared_libs appropriately. If they were + not initialised by the command line, install default values. + * emultempl/elf32.em (handle_option): Update OPTION_GROUP and + -z defs to use the new fields in bfd_link_info. * ld.texinfo: Document the new switches. * NEWS: Mention this feature. 2003-08-15 Dmitry Diky - + * Makefile.am (GENSCRIPTS_EXTRA): New script definition which calls genscripts_extra.sh. Rearrange all msp430 depends using this script. @@ -370,8 +373,8 @@ * emulparams/msp430xE423.sh: New file. * emulparams/msp430xE427.sh: New file. * emulparams/msp430xW425.sh: New file. - * emulparams/msp430xE425.sh: New file. - * emulparams/msp430xW423.sh: New file. + * emulparams/msp430xE425.sh: New file. + * emulparams/msp430xW423.sh: New file. * emulparams/msp430xW427.sh: New file. 2003-08-07 Danny Smith @@ -381,14 +384,14 @@ (set_pe_subsystem): Change second arg to lang_add_entry to TRUE. 2003-08-05 Christian Groessler - Jason Eckhardt - - * configure.tgt: Recognize new target i860-*-coff. - * Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o. - (ecoff_i860.c): New rule. - * emulparams/coff_i860.sh: New file. - * scripttempl/i860coff.sc: New file. - * Makefile.in: Regenerate. + Jason Eckhardt + + * configure.tgt: Recognize new target i860-*-coff. + * Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o. + (ecoff_i860.c): New rule. + * emulparams/coff_i860.sh: New file. + * scripttempl/i860coff.sc: New file. + * Makefile.in: Regenerate. 2003-08-04 Nick Clifton diff --git a/ld/emultempl/ppc64elf.em b/ld/emultempl/ppc64elf.em index 1ed49e5..e6b24c9 100644 --- a/ld/emultempl/ppc64elf.em +++ b/ld/emultempl/ppc64elf.em @@ -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; -- cgit v1.1