summaryrefslogtreecommitdiff
path: root/bfd/elf64-hppa.c
Commit message (Expand)AuthorAgeFilesLines
* * elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Check forAlan Modra2003-12-121-2/+2
* * elf-bfd.h (struct elf_backend_data): Remove "bfd *" and addAlan Modra2003-12-081-4/+6
* * elf32-arm.h: Fix comment typos.Kazu Hirata2003-11-271-3/+3
* * elf-bfd.h (elf_backend_data::elf_backend_modify_segment_map):Alexandre Oliva2003-11-271-2/+3
* Fix decision about when a .interp section should existcarlton-dictionary-20031111-mergeNick Clifton2003-11-111-1/+1
* * elf-bfd.h (struct elf_backend_data): Remove plt_header_size.Daniel Jacobowitz2003-11-031-1/+0
* * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". ChangeAlan Modra2003-09-231-6/+3
* For elf32-hppa-linux, objects can have OSABI=Linux or OSABI=SysV; check forNick Clifton2003-08-211-1/+4
* Better handking for unresolved symbolsNick Clifton2003-08-201-8/+9
* * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.Alan Modra2003-07-301-1/+3
* bfd/H.J. Lu2003-07-251-0/+13
* * elflink.c (_bfd_elf_dynamic_symbol_p): New.Richard Henderson2003-07-181-22/+11
* Correct spelling of "relocatable".Alan Modra2003-06-251-1/+1
* * elflink.c (_bfd_elf_link_create_dynamic_sections): Move fromAlan Modra2003-05-091-2/+2
* Fix the behaviour of --allow-shlib-undefined, so that it does what it claimsNick Clifton2003-02-171-13/+13
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-169/+171
* include/elf/ChangeLogAlan Modra2002-11-281-29/+26
* Force DT_FLAGS to always be set. Required by HPUX 11.00 patch PHSS_26559.Nick Clifton2002-10-231-0/+5
* * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra2002-07-231-1/+2
* * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra2002-07-071-65/+28
* * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.Jeff Law2002-06-271-1/+28
* * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): NewAlan Modra2002-06-231-20/+53
* * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.Jeff Law2002-06-161-28/+26
* * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entryJeff Law2002-06-121-19/+18
* elf_swap_symbol_in args should be "const PTR", not "const PTR *".Alan Modra2002-06-061-2/+2
* * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.Alan Modra2002-06-051-1/+3
* * elf.c (bfd_section_from_shdr): Make "name" const.Alan Modra2002-06-041-2/+2
* * linker.c (link_action): Ignore duplicate warning syms.Alan Modra2002-03-281-1/+4
* Support for more than 64k ELF sections.Alan Modra2001-12-171-6/+33
* coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton2001-09-201-2/+3
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-37/+40
* 2001-08-10 Andreas Jaeger <aj@suse.de>Andreas Jaeger2001-08-111-1/+9
* 2001-06-02 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-031-1/+15
* (elf64_hppa_object_p): Set architecture and machine from elf header flags.Alan Modra2001-01-311-2/+15
* Write out millicode functions with the right elf symbol type.Alan Modra2001-01-301-0/+17
* Linux target variants for elfxx-hppa.Alan Modra2001-01-141-2/+17
* Wide mode .plt offsets for elf64-hppaAlan Modra2001-01-141-14/+38
* 2000-12-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-12-091-35/+28
* Include alloca-conf.hAlan Modra2000-10-121-0/+1
* A tiny addition for PCREL12F relocs, and a fix for functions that haveAlan Modra2000-09-051-10/+17
* Zero out the dynamic allocated content space. Add a comment to remind us thatNick Clifton2000-08-211-1/+6
* 2000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu2000-07-201-0/+1
* Use section id in get_dyn_name.Alan Modra2000-07-121-13/+14
* Restore hppa-elf32 to working order.Alan Modra2000-07-091-16/+10
* * elf64-hppa.c, elf64-hppa.h: New files with PA64 support.Jeff Law2000-04-241-0/+2633