aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-ppc.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-23 * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". ChangeAlan Modra1-14/+7
2003-08-20Better handking for unresolved symbolsNick Clifton1-37/+4
2003-08-16 * elf64-ppc.c: Don't include elf/ppc.h.Alan Modra1-1/+0
2003-08-12 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.Alan Modra1-1/+12
2003-08-11 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbolsJakub Jelinek1-1/+1
2003-08-11 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.oAlan Modra1-0/+7
2003-08-07 * elfxx-target.h: Remove PTR cast.Alan Modra1-3/+4
2003-08-06 * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.Alan Modra1-43/+73
2003-07-31 * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.Alan Modra1-178/+184
2003-07-29 * elf64-ppc.c (func_desc_adjust): Give linker created functionAlan Modra1-1/+3
2003-07-27 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocsAlan Modra1-37/+38
2003-07-25bfd/H.J. Lu1-0/+35
2003-07-21 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..Alan Modra1-5/+3
2003-07-10 * elf64-ppc.c (bfd_elf64_mkobject): Define.Alan Modra1-114/+247
2003-07-04bfd/Jakub Jelinek1-1/+1
2003-07-02 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* andAlan Modra1-7/+11
2003-06-25Correct spelling of "relocatable".Alan Modra1-5/+5
2003-06-20 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.Alan Modra1-1/+8
2003-06-20 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessaryAlan Modra1-629/+389
2003-06-19 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init ofAlan Modra1-0/+9
2003-06-19 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.Alan Modra1-4/+27
2003-06-19 * elf64-ppc.c (toc_adjusting_stub_needed): New function.Alan Modra1-40/+80
2003-06-18 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol onAlan Modra1-8/+15
2003-06-17 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned relocAlan Modra1-27/+19
2003-06-17 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.Alan Modra1-64/+88
2003-06-17 * elf64-ppc.c (ppc64_elf_relocation_section): EnsureJakub Jelinek1-1/+2
2003-06-17 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.Alan Modra1-0/+20
2003-06-17 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. ModifyAlan Modra1-123/+75
2003-06-17 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.Alan Modra1-1/+3
2003-06-16 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprelAlan Modra1-12/+45
2003-06-10Add "attn", "lq" and "stq" power4 insns.Alan Modra1-4/+15
2003-06-08 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used byAlan Modra1-152/+447
2003-05-30bfd/Jakub Jelinek1-2/+2
2003-05-17 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCALAlan Modra1-13/+10
2003-05-15 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.Alan Modra1-2/+8
2003-05-13 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move fromAlan Modra1-21/+5
2003-05-09 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move fromAlan Modra1-9/+9
2003-05-05 * elf32-i386.c (allocate_dynrelocs): For undef weak syms withAlan Modra1-4/+20
2003-05-01 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether theAlan Modra1-9/+18
2003-03-10 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma fromAlan Modra1-6/+15
2003-03-06 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.Alan Modra1-1/+5
2003-03-06 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalizeAlan Modra1-15/+20
2003-02-19 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.Alan Modra1-25/+40
2003-02-18 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.Alan Modra1-72/+66
2003-02-17 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don'tAlan Modra1-20/+9
2003-02-17Fix the behaviour of --allow-shlib-undefined, so that it does what it claimsNick Clifton1-15/+13
2003-02-13 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.Alan Modra1-110/+73
2003-02-11 * elf64-ppc.c (ppc64_elf_check_relocs): Match versionedAlan Modra1-1/+16
2003-02-09 * elf64-ppc.c: Rename assorted occurrences of tls_type and similarAlan Modra1-62/+72
2003-02-09 * elf64-ppc.c (TLS_GD_LD): Don't define..Alan Modra1-223/+325