summaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.c
Commit message (Expand)AuthorAgeFilesLines
* * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra2002-07-071-60/+13
* * elflink.h (elf_gc_mark): Pass in the section whose relocs we areAlan Modra2002-07-011-52/+17
* * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.Alan Modra2002-06-251-3/+5
* 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/+2
* * elf32-arc.c: Fix formatting.Kazu Hirata2002-06-031-1/+1
* * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,Alan Modra2002-05-101-2/+12
* * elf32-hppa.c (struct elf32_hppa_link_hash_table): AddAlan Modra2002-05-041-123/+202
* * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.Alan Modra2002-04-281-1/+1
* * elf32-hppa.c (hppa_type_of_stub): Correct and simplify conditionAlan Modra2002-04-231-49/+41
* * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.Alan Modra2002-04-081-58/+5
* 2002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-041-2/+19
* * linker.c (link_action): Ignore duplicate warning syms.Alan Modra2002-03-281-4/+17
* 2002-02-26 John David Anglin <dave@hiauly1.hia.nrc.ca>Jeff Law2002-03-051-6/+12
* * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keepAlan Modra2002-03-051-4/+0
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek2002-02-191-1/+2
* * elf-hppa.h (elf_hppa_reloc_final_type): New function strippedAlan Modra2002-02-121-1/+1
* * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocsAlan Modra2002-02-051-2/+6
* * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): AddAlan Modra2002-01-211-13/+18
* Support for more than 64k ELF sections.Alan Modra2001-12-171-21/+35
* * elf.c (_bfd_elf_rela_local_sym): Only callJakub Jelinek2001-12-071-16/+4
* * elf32-hppa.c (clobber_millicode_symbols): Don't do anything ifAlan Modra2001-12-071-5/+5
* * elf32-hppa.c (hppa_get_stub_entry): Remove debug message thatAlan Modra2001-12-031-29/+26
* * elf32-hppa.c (elf32_hppa_size_stubs): Decrease default stubAlan Modra2001-11-241-10/+12
* * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek2001-11-231-4/+1
* * elf32-hppa.c (clobber_millicode_symbols): Dec dynstr refcount.Alan Modra2001-11-191-0/+4
* * elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefinedAlan Modra2001-11-191-1/+2
* * elf32-hppa.c (PLABEL_PLT_ENTRY_SIZE): Delete.Alan Modra2001-11-191-59/+56
* * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEFAlan Modra2001-11-101-34/+70
* * elf32-hppa.c (hppa_handle_PIC_calls): Rename to mark_PIC_calls.Alan Modra2001-11-021-24/+55
* Revert previous delta, instead do this.Alan Modra2001-10-311-2/+17
* * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Set DT_RELASZAlan Modra2001-10-311-4/+2
* * elflink.h (elf_link_input_bfd): Zero the reloc instead of doingAlan Modra2001-10-231-127/+125
* * elf.c (_bfd_elf_link_hash_copy_indirect): Test ind->root.typeAlan Modra2001-10-151-1/+1
* * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Merge dyn_relocAlan Modra2001-10-151-3/+33
* * elflink.h (elf_fix_symbol_flags): Copy flags to weakdef usingAlan Modra2001-10-031-0/+1
* * elf-bfd.h (struct elf_link_local_dynamic_entry): Add init_refcount.Alan Modra2001-09-291-16/+5
* * elf32-hppa.c (elf32_hppa_check_relocs): Update comment since weAlan Modra2001-09-281-89/+85
* * elf32-i386 (elf_i386_copy_indirect_symbol): New function.Alan Modra2001-09-261-90/+112
* * elf32-hppa.c: Rename all occurrences of "hplink" to "htab"Alan Modra2001-09-251-210/+204
* * elf32-hppa.c: (LONG_BRANCH_PIC_IN_SHLIB): Delete. Remove allAlan Modra2001-09-251-361/+268
* * bfd.c (bfd_archive_filename): New function.Alan Modra2001-09-201-11/+13
* coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton2001-09-201-1/+1
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-51/+54
* * elf32-i386.c (elf_i386_relocate_section): Check !DEF_REGULARAlan Modra2001-09-081-15/+23
* * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don'tAlan Modra2001-08-031-2/+3
* 2001-06-29 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-301-2/+2
* Avoid creating COPY relocs.Alan Modra2001-06-271-116/+129
* * elf32-hppa.c (elf32_hppa_size_dynamic_sections): AlwaysAlan Modra2001-06-211-96/+103
* * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.Alan Modra2001-06-051-0/+4