mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
* elf64-alpha.c: Remove dead code.
This commit is contained in:
@ -3,6 +3,8 @@
|
|||||||
* elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
|
* elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
|
||||||
check; don't suppress dynamic relocs for non-allocated sections.
|
check; don't suppress dynamic relocs for non-allocated sections.
|
||||||
|
|
||||||
|
* elf64-alpha.c: Remove dead code.
|
||||||
|
|
||||||
2002-05-31 Alan Modra <amodra@bigpond.net.au>
|
2002-05-31 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* bfd-in2.h: Regenerate.
|
* bfd-in2.h: Regenerate.
|
||||||
|
@ -2479,17 +2479,6 @@ elf64_alpha_output_extsym (h, data)
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FIXME: Create a runtime procedure table from the .mdebug section.
|
|
||||||
|
|
||||||
static boolean
|
|
||||||
mips_elf_create_procedure_table (handle, abfd, info, s, debug)
|
|
||||||
PTR handle;
|
|
||||||
bfd *abfd;
|
|
||||||
struct bfd_link_info *info;
|
|
||||||
asection *s;
|
|
||||||
struct ecoff_debug_info *debug;
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Search for and possibly create a got entry. */
|
/* Search for and possibly create a got entry. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user