aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-hppa.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-10 * libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.Alan Modra1-3/+3
2004-09-17include/Alan Modra1-5/+5
2004-09-16 * elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flagsAlan Modra1-5/+6
2004-06-24bfd/Alan Modra1-24/+24
2004-03-27 * Makefile.am: Remove all mention of elflink.h.Alan Modra1-5/+5
2004-03-25bfd/Alan Modra1-2/+3
2004-03-15 * elf-hppa.h (elf_hppa_relocate_section): Pass input_bfd instead ofDave Anglin1-4/+5
2003-12-12 * elf64-hppa.c (elf64_hppa_link_output_symbol_hook): Check forAlan Modra1-2/+2
2003-12-08 * elf-bfd.h (struct elf_backend_data): Remove "bfd *" and addAlan Modra1-4/+6
2003-11-27 * elf32-arm.h: Fix comment typos.Kazu Hirata1-3/+3
2003-11-27* elf-bfd.h (elf_backend_data::elf_backend_modify_segment_map):Alexandre Oliva1-2/+3
2003-11-11Fix decision about when a .interp section should existNick Clifton1-1/+1
2003-11-03 * elf-bfd.h (struct elf_backend_data): Remove plt_header_size.Daniel Jacobowitz1-1/+0
2003-09-23 * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". ChangeAlan Modra1-6/+3
2003-08-21For elf32-hppa-linux, objects can have OSABI=Linux or OSABI=SysV; check forNick Clifton1-1/+4
2003-08-20Better handking for unresolved symbolsNick Clifton1-8/+9
2003-07-30 * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.Alan Modra1-1/+3
2003-07-25bfd/H.J. Lu1-0/+13
2003-07-18 * elflink.c (_bfd_elf_dynamic_symbol_p): New.Richard Henderson1-22/+11
2003-06-25Correct spelling of "relocatable".Alan Modra1-1/+1
2003-05-09 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move fromAlan Modra1-2/+2
2003-02-17Fix the behaviour of --allow-shlib-undefined, so that it does what it claimsNick Clifton1-13/+13
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-169/+171
2002-11-28include/elf/ChangeLogAlan Modra1-29/+26
2002-10-23Force DT_FLAGS to always be set. Required by HPUX 11.00 patch PHSS_26559.Nick Clifton1-0/+5
2002-07-23 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra1-1/+2
2002-07-07 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra1-65/+28
2002-06-27 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.Jeff Law1-1/+28
2002-06-23 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): NewAlan Modra1-20/+53
2002-06-16 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.Jeff Law1-28/+26
2002-06-12 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entryJeff Law1-19/+18
2002-06-06elf_swap_symbol_in args should be "const PTR", not "const PTR *".Alan Modra1-2/+2
2002-06-05 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.Alan Modra1-1/+3
2002-06-04 * elf.c (bfd_section_from_shdr): Make "name" const.Alan Modra1-2/+2
2002-03-28 * linker.c (link_action): Ignore duplicate warning syms.Alan Modra1-1/+4
2001-12-17 Support for more than 64k ELF sections.Alan Modra1-6/+33
2001-09-20coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton1-2/+3
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-37/+40
2001-08-112001-08-10 Andreas Jaeger <aj@suse.de>Andreas Jaeger1-1/+9
2001-06-032001-06-02 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+15
2001-01-31(elf64_hppa_object_p): Set architecture and machine from elf header flags.Alan Modra1-2/+15
2001-01-30Write out millicode functions with the right elf symbol type.Alan Modra1-0/+17
2001-01-14Linux target variants for elfxx-hppa.Alan Modra1-2/+17
2001-01-14Wide mode .plt offsets for elf64-hppaAlan Modra1-14/+38
2000-12-092000-12-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-35/+28
2000-10-12Include alloca-conf.hAlan Modra1-0/+1
2000-09-05A tiny addition for PCREL12F relocs, and a fix for functions that haveAlan Modra1-10/+17
2000-08-21Zero out the dynamic allocated content space. Add a comment to remind us thatNick Clifton1-1/+6
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
2000-07-12Use section id in get_dyn_name.Alan Modra1-13/+14