aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.h
AgeCommit message (Collapse)AuthorFilesLines
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-6/+6
comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
2002-05-04 * elf32-hppa.c (struct elf32_hppa_link_hash_table): AddAlan Modra1-0/+6
bfd_count top_index, input_list, all_local_syms. (elf32_hppa_setup_section_lists): New function, split from elf32_hppa_size_stubs. (elf32_hppa_next_input_section): Likewise. (group_sections): Likewise. (get_local_syms): Likewise. (elf32_hppa_size_stubs): Adjust for split out functions. Look for stubs on undefined syms too. (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*. Only access htab elf fields when we have and elf hash table. * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare. (elf32_hppa_next_input_section): Declare.
2002-02-12 * elf-hppa.h (elf_hppa_reloc_final_type): New function strippedAlan Modra1-0/+3
from _bfd_elf_hppa_gen_reloc_type. (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype. * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype. * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h. * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
2001-03-08Update copyright noticesNick Clifton1-1/+1
2000-09-27.plt stub for lazy linking, --stub-group-size=N ld switch,Alan Modra1-1/+1
import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc
2000-09-18Group stub sections.Alan Modra1-1/+1
2000-09-05Shared lib support.Alan Modra1-2/+5
2000-07-09Restore hppa-elf32 to working order.Alan Modra1-2/+4
2000-04-13Remove U suffix from constants for K&R compilers.Alan Modra1-1/+2
Fix a couple of 64 bit nits.
1999-08-30Check in correct version of previous patch.Jeff Law1-2/+2
1999-08-30 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow bothJeff Law1-0/+3
R_PARISC_DIR32 and R_PARISC_DIR64 regardless of how the tools were configured. * elf32-hppa.h (_bfd_elf32_hppa_gen_reloc_type): Declare.
1999-06-22 * elf-hppa.h: New file. Common stuff for elf32 and elf64 PAJeff Law1-16/+10
support. * elf32-hppa.c: Include elf-hppa.h. (ARCH_SIZE): Define. (elf_hppa_reloc_type_lookup): Delete. Found in the common code now. (elf32_hppa_info_to_howto): Similarly. (elf_hppa_howto_table): Similarly. (elf_hppa_reloc_type_lookup): Similarly. (hppa_elf_gen_reloc_type): Similarly. * elf32-hppa.h (ELF_HOWTO_TALBE, N_PARISC_RELOCS): Delete.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+66