* 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
79
ld/ChangeLog
79
ld/ChangeLog
|
@ -1,5 +1,8 @@
|
||||||
2003-11-05 Alan Modra <amodra@bigpond.net.au>
|
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.
|
* emulparams/elf32_i860.sh (TEXT_START_ADDR): Define.
|
||||||
|
|
||||||
2003-11-04 Alan Modra <amodra@bigpond.net.au>
|
2003-11-04 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
@ -9,13 +12,13 @@
|
||||||
|
|
||||||
2003-10-31 Nick Clifton <nickc@redhat.com>
|
2003-10-31 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* ldlang.c (lookup_name): When looking for a previously loaded
|
* ldlang.c (lookup_name): When looking for a previously loaded
|
||||||
file compare the local_sym_name not the filename, as the
|
file compare the local_sym_name not the filename, as the
|
||||||
filename might have been transformed via the search directory
|
filename might have been transformed via the search directory
|
||||||
path lookup.
|
path lookup.
|
||||||
If the sought-for file has not been found in the input file
|
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
|
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.
|
that the entire set of directory paths will be scanned for it.
|
||||||
|
|
||||||
2003-10-30 Andrew Cagney <cagney@redhat.com>
|
2003-10-30 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
@ -87,19 +90,19 @@
|
||||||
|
|
||||||
2003-10-21 Nick Clifton <nickc@redhat.com>
|
2003-10-21 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* ldlang.c (lang_memory_region_lookup): Add second parameter -
|
* ldlang.c (lang_memory_region_lookup): Add second parameter -
|
||||||
create - which is true if the region is being created. Issue
|
create - which is true if the region is being created. Issue
|
||||||
appropriate warning messages for finding and not finding
|
appropriate warning messages for finding and not finding
|
||||||
already created regions.
|
already created regions.
|
||||||
(lang_memory_default): Use DEFAULT_MEMORY_REGION.
|
(lang_memory_default): Use DEFAULT_MEMORY_REGION.
|
||||||
(lang_leave_overlay_section): Likewise.
|
(lang_leave_overlay_section): Likewise.
|
||||||
(lang_size_sections_1): Likewise.
|
(lang_size_sections_1): Likewise.
|
||||||
Pass second parameter to lang_memory_region_lookup.
|
Pass second parameter to lang_memory_region_lookup.
|
||||||
(lang_get_regions): Likewise.
|
(lang_get_regions): Likewise.
|
||||||
* ldlang.h (DEFAULT_MEMORY_REGION): Define.
|
* ldlang.h (DEFAULT_MEMORY_REGION): Define.
|
||||||
Update prototype for lang_memory_region_lookup.
|
Update prototype for lang_memory_region_lookup.
|
||||||
* ldgram.y: Pass second parameter to 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 <cagney@redhat.com>
|
2003-10-20 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
@ -282,7 +285,7 @@
|
||||||
|
|
||||||
2003-10-02 Ivan Warren <ivan@vmfacility.fr>
|
2003-10-02 Ivan Warren <ivan@vmfacility.fr>
|
||||||
|
|
||||||
* 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.
|
.idata$7 reloc.
|
||||||
|
|
||||||
2003-09-30 Chris Demetriou <cgd@broadcom.com>
|
2003-09-30 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
@ -310,17 +313,17 @@
|
||||||
2003-08-20 Nick Clifton <nickc@redhat.com>
|
2003-08-20 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* ldmain.c: Initialise the new fields in bfd_link_info to
|
* ldmain.c: Initialise the new fields in bfd_link_info to
|
||||||
NOT_YET_SET.
|
NOT_YET_SET.
|
||||||
* lexsup.c (enum option_values): New enum. Use this to
|
* lexsup.c (enum option_values): New enum. Use this to
|
||||||
replace the handed coded values for the long switch options.
|
replace the handed coded values for the long switch options.
|
||||||
(ld_options): Add 'unresolved-symbols',
|
(ld_options): Add 'unresolved-symbols',
|
||||||
'warn-unresolved-symbols' and 'error-unresolved-symbols'.
|
'warn-unresolved-symbols' and 'error-unresolved-symbols'.
|
||||||
(parse_args): Handle the new switches. Set the values of
|
(parse_args): Handle the new switches. Set the values of
|
||||||
unresolved_symbols_in_objects and
|
unresolved_symbols_in_objects and
|
||||||
unresolved_symbols_in_shared_libs appropriately. If they were
|
unresolved_symbols_in_shared_libs appropriately. If they were
|
||||||
not initialised by the command line, install default values.
|
not initialised by the command line, install default values.
|
||||||
* emultempl/elf32.em (handle_option): Update OPTION_GROUP and
|
* emultempl/elf32.em (handle_option): Update OPTION_GROUP and
|
||||||
-z defs to use the new fields in bfd_link_info.
|
-z defs to use the new fields in bfd_link_info.
|
||||||
* ld.texinfo: Document the new switches.
|
* ld.texinfo: Document the new switches.
|
||||||
* NEWS: Mention this feature.
|
* NEWS: Mention this feature.
|
||||||
|
|
||||||
|
@ -381,14 +384,14 @@
|
||||||
(set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
|
(set_pe_subsystem): Change second arg to lang_add_entry to TRUE.
|
||||||
|
|
||||||
2003-08-05 Christian Groessler <chris@groessler.org>
|
2003-08-05 Christian Groessler <chris@groessler.org>
|
||||||
Jason Eckhardt <jle@rice.edu>
|
Jason Eckhardt <jle@rice.edu>
|
||||||
|
|
||||||
* configure.tgt: Recognize new target i860-*-coff.
|
* configure.tgt: Recognize new target i860-*-coff.
|
||||||
* Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o.
|
* Makefile.am (ALL_EMULATIONS): Add ecoff_i860.o.
|
||||||
(ecoff_i860.c): New rule.
|
(ecoff_i860.c): New rule.
|
||||||
* emulparams/coff_i860.sh: New file.
|
* emulparams/coff_i860.sh: New file.
|
||||||
* scripttempl/i860coff.sc: New file.
|
* scripttempl/i860coff.sc: New file.
|
||||||
* Makefile.in: Regenerate.
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2003-08-04 Nick Clifton <nickc@redhat.com>
|
2003-08-04 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -401,7 +401,6 @@ static struct bfd_elf_version_expr *
|
||||||
gld${EMULATION_NAME}_new_vers_pattern (struct bfd_elf_version_expr *entry)
|
gld${EMULATION_NAME}_new_vers_pattern (struct bfd_elf_version_expr *entry)
|
||||||
{
|
{
|
||||||
struct bfd_elf_version_expr *dot_entry;
|
struct bfd_elf_version_expr *dot_entry;
|
||||||
struct bfd_elf_version_expr *next;
|
|
||||||
unsigned int len;
|
unsigned int len;
|
||||||
char *dot_pat;
|
char *dot_pat;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue