summaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.h
Commit message (Collapse)AuthorAgeFilesLines
* update copyright datesAlan Modra2009-09-021-1/+1
|
* Switch sources over to use the GPL version 3Nick Clifton2007-07-031-3/+4
|
* Update the address and phone number of the FSF organization in the GPL noticesNick Clifton2005-05-041-1/+1
|
* Update the FSF address in the copyright/GPL noticeNick Clifton2005-05-041-1/+1
|
* * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.Alan Modra2003-08-071-10/+9
| | | | | | | | | | | | | (NAME): Use ## rather than CONCAT4 macro. * elfcode.h: Remove one remaining PARAMS macro. * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes. * elf-strtab.c: Likewise. * elf-hppa.h: Likewise. * elf32-hppa.h: Likewise. * elf32-hppa.c: Likewise. (elf32_hppa_add_symbol_hook): Delete. (elf_backend_add_symbol_hook): Don't define. * libhppa.h: Convert to C90. Replace INLINE with inline.
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-6/+6
| | | | comparisons of bfd_boolean vars with TRUE/FALSE. Formatting.
* * elf32-hppa.c (struct elf32_hppa_link_hash_table): AddAlan Modra2002-05-041-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.
* * elf-hppa.h (elf_hppa_reloc_final_type): New function strippedAlan Modra2002-02-121-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.
* Update copyright noticesNick Clifton2001-03-081-1/+1
|
* .plt stub for lazy linking, --stub-group-size=N ld switch,Alan Modra2000-09-271-1/+1
| | | | import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc
* Group stub sections.Alan Modra2000-09-181-1/+1
|
* Shared lib support.Alan Modra2000-09-051-2/+5
|
* Restore hppa-elf32 to working order.Alan Modra2000-07-091-2/+4
|
* Remove U suffix from constants for K&R compilers.Alan Modra2000-04-131-1/+2
| | | | Fix a couple of 64 bit nits.
* Check in correct version of previous patch.Jeff Law1999-08-301-2/+2
|
* * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Allow bothJeff Law1999-08-301-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.
* * elf-hppa.h: New file. Common stuff for elf32 and elf64 PAJeff Law1999-06-221-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.
* Initial revisionRichard Henderson1999-05-031-0/+66