aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-052002-02-26 John David Anglin <dave@hiauly1.hia.nrc.ca>Jeff Law1-6/+12
2002-03-05 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keepAlan Modra1-4/+0
2002-02-19 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek1-1/+2
2002-02-12 * elf-hppa.h (elf_hppa_reloc_final_type): New function strippedAlan Modra1-1/+1
2002-02-05 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocsAlan Modra1-2/+6
2002-01-21 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): AddAlan Modra1-13/+18
2001-12-17 Support for more than 64k ELF sections.Alan Modra1-21/+35
2001-12-07 * elf.c (_bfd_elf_rela_local_sym): Only callJakub Jelinek1-16/+4
2001-12-07 * elf32-hppa.c (clobber_millicode_symbols): Don't do anything ifAlan Modra1-5/+5
2001-12-03 * elf32-hppa.c (hppa_get_stub_entry): Remove debug message thatAlan Modra1-29/+26
2001-11-24 * elf32-hppa.c (elf32_hppa_size_stubs): Decrease default stubAlan Modra1-10/+12
2001-11-23 * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek1-4/+1
2001-11-19 * elf32-hppa.c (clobber_millicode_symbols): Dec dynstr refcount.Alan Modra1-0/+4
2001-11-19 * elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefinedAlan Modra1-1/+2
2001-11-19 * elf32-hppa.c (PLABEL_PLT_ENTRY_SIZE): Delete.Alan Modra1-59/+56
2001-11-10 * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEFAlan Modra1-34/+70
2001-11-02 * elf32-hppa.c (hppa_handle_PIC_calls): Rename to mark_PIC_calls.Alan Modra1-24/+55
2001-10-31 Revert previous delta, instead do this.Alan Modra1-2/+17
2001-10-31 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Set DT_RELASZAlan Modra1-4/+2
2001-10-23 * elflink.h (elf_link_input_bfd): Zero the reloc instead of doingAlan Modra1-127/+125
2001-10-15 * elf.c (_bfd_elf_link_hash_copy_indirect): Test ind->root.typeAlan Modra1-1/+1
2001-10-15 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Merge dyn_relocAlan Modra1-3/+33
2001-10-03 * elflink.h (elf_fix_symbol_flags): Copy flags to weakdef usingAlan Modra1-0/+1
2001-09-29 * elf-bfd.h (struct elf_link_local_dynamic_entry): Add init_refcount.Alan Modra1-16/+5
2001-09-28 * elf32-hppa.c (elf32_hppa_check_relocs): Update comment since weAlan Modra1-89/+85
2001-09-26 * elf32-i386 (elf_i386_copy_indirect_symbol): New function.Alan Modra1-90/+112
2001-09-25 * elf32-hppa.c: Rename all occurrences of "hplink" to "htab"Alan Modra1-210/+204
2001-09-25 * elf32-hppa.c: (LONG_BRANCH_PIC_IN_SHLIB): Delete. Remove allAlan Modra1-361/+268
2001-09-20 * bfd.c (bfd_archive_filename): New function.Alan Modra1-11/+13
2001-09-20coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton1-1/+1
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-51/+54
2001-09-08 * elf32-i386.c (elf_i386_relocate_section): Check !DEF_REGULARAlan Modra1-15/+23
2001-08-03 * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don'tAlan Modra1-2/+3
2001-06-302001-06-29 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+2
2001-06-27 Avoid creating COPY relocs.Alan Modra1-116/+129
2001-06-21 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): AlwaysAlan Modra1-96/+103
2001-06-05 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.Alan Modra1-0/+4
2001-06-032001-06-02 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+15
2001-05-30 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT forAlan Modra1-107/+141
2001-05-28 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entriesAlan Modra1-17/+46
2001-05-25 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allowAlan Modra1-21/+33
2001-05-18 * elf32-hppa.c (clobber_millicode_symbols): Temporarily setAlan Modra1-1/+8
2001-04-302000-04-27 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+2
2001-04-30 * elf32-hppa.c (final_link_relocate): Branch to .+8 forAlan Modra1-3/+6
2001-03-21Prevent NULL pointer dereference.Alan Modra1-1/+1
2001-03-15Don't assume non-PIC to PIC call stubs are unneeded just becauseAlan Modra1-14/+23
2001-03-08Update copyright noticesNick Clifton1-1/+1
2001-02-27Fix some comments, and a formatting error.Alan Modra1-21/+21
2001-02-13(elf32_hppa_set_gp): Handle weak $global$.Alan Modra1-1/+13
2001-01-14Linux target variants for elfxx-hppa.Alan Modra1-0/+33