aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-gen.c
AgeCommit message (Collapse)AuthorFilesLines
2001-05-03 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.Andreas Jaeger1-6/+6
(elf_generic_info_to_howto_rel): Likewise. * coff-alpha.c (reloc_nil): Likewise. (alpha_ecoff_bad_format_hook): Likewise. (alpha_adjust_reloc_out): Likewise. (alpha_bfd_reloc_type_lookup): Likewise. (alpha_convert_external_reloc): Likewise. * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise. (elf64_alpha_reloc_bad): Likewise. (elf64_alpha_reloc_gpdisp): Likewise. (elf64_alpha_bfd_reloc_type_lookup): Likewise. (elf64_alpha_info_to_howto): Likewise. (elf64_alpha_add_symbol_hook): Likewise. (elf64_alpha_create_got_section): Likewise. (elf64_alpha_is_local_label_name): Likewise. (elf64_alpha_merge_ind_symbols): Likewise. * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise. (mips_elf64_get_reloc_upper_bound): Likewise. * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise. (nlm_alpha_get_public_offset): Likewise.
2001-03-27Remove ATTRIBUTE_UNUSED in the last patch.H.J. Lu1-1/+1
2001-03-272001-03-26 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+32
* elf32-gen.c (elf32_generic_link_add_symbols): New. Check if there are any relocations for generic ELF. (bfd_elf32_bfd_link_add_symbols): Defined to elf32_generic_link_add_symbols. * elf64-gen.c (elf64_generic_link_add_symbols): New. Check if there are any relocations for generic ELF. (bfd_elf64_bfd_link_add_symbols): Defined to elf64_generic_link_add_symbols.
2001-03-08Update copyright noticesNick Clifton1-1/+1
1999-06-04Define ELF_MAXPAGESIZE for all ELF based ports.Nick Clifton1-0/+1
Produce an error message of ELF_MAXPAGESIZE is not defined.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+71