summaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.h
Commit message (Collapse)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
|
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
|
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
|
* add more extern CTrevor Saunders2016-06-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opcodes/ChangeLog: 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * nds32-asm.h: Add extern "C". * sh-opc.h: Likewise. bfd/ChangeLog: 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * elf32-hppa.h: Add extern "C". * elf32-nds32.h: Likewise. * elf32-tic6x.h: Likewise. include/ChangeLog: 2016-06-01 Trevor Saunders <tbsaunde+binutils@tbsaunde.org> * elf/mips.h: Likewise. * elf/sh.h: Likewise. * opcode/d10v.h: Likewise. * opcode/d30v.h: Likewise. * opcode/ia64.h: Likewise. * opcode/mips.h: Likewise. * opcode/ppc.h: Likewise. * opcode/sparc.h: Likewise. * opcode/tic6x.h: Likewise. * opcode/v850.h: Likewise.
* [HPPA] Attach linker created dynamic sections to stub bfdAlan Modra2016-05-111-0/+3
| | | | | | | | | | | | bfd/ * elf32-hppa.c (elf32_hppa_init_stub_bfd): New function. (elf32_hppa_check_relocs): Don't set dynobj. (elf32_hppa_size_stubs): Test !SEC_LINKER_CREATED for stub sections. (elf32_hppa_build_stubs): Likewise. * elf32-hppa.h (elf32_hppa_init_stub_bfd): Declare. ld/ * emultempl/hppaelf.em (hppaelf_create_output_section_statements): Call elf32_hppa_init_stub_bfd.
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
|
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
|
* Update copyright yearsAlan Modra2014-03-051-2/+1
|
* 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.
* 19990502 sourceware importbinu_ss_19990502Richard Henderson1999-05-031-0/+66