aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-ppc.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-05 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got andAlan Modra1-17/+18
2003-02-04 * reloc.c: Add PPC and PPC64 TLS relocs.Alan Modra1-467/+2411
2003-01-23include/elf/ChangeLogAlan Modra1-8/+40
2003-01-16 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.Alan Modra1-34/+33
2003-01-09 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.Alan Modra1-1/+3
2002-12-12 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offsetAlan Modra1-12/+28
2002-12-04 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.Alan Modra1-1/+1
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-392/+392
2002-11-28include/elf/ChangeLogAlan Modra1-21/+23
2002-11-19 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjustAlan Modra1-0/+5
2002-11-12 * elflink.h (elf_link_add_object_symbols): Optimize stabs forAlan Modra1-18/+51
2002-11-07 * elf64-ppc.c: Comment typo fixes.Alan Modra1-6/+7
2002-10-11 * elf64-ppc.c (edit_opd): Correct local sym adjustment.Alan Modra1-2/+1
2002-10-11Fix numerous occurrences ofAlan Modra1-2/+4
2002-10-11 * elf64-ppc.c (edit_opd): Only zero opd syms when function isAlan Modra1-1/+1
2002-10-08 * elf64-ppc.c (edit_opd): Correct test for discarded sections.Alan Modra1-7/+12
2002-10-07 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.Alan Modra1-0/+1
2002-09-26 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.Alan Modra1-26/+24
2002-08-22 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_dataAlan Modra1-3/+5
2002-08-07 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opdAlan Modra1-1/+17
2002-08-06 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.Alan Modra1-21/+21
2002-07-23 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra1-3/+0
2002-07-11 * elf32-i386.c (elf_i386_relocate_section): Don't complain aboutAlan Modra1-6/+4
2002-07-10 * elf64-ppc.c (ONES): Define.Alan Modra1-46/+48
2002-07-10 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.Alan Modra1-164/+1
2002-07-07 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,Alan Modra1-154/+76
2002-07-01 * elflink.h (elf_gc_mark): Pass in the section whose relocs we areAlan Modra1-78/+417
2002-06-27 * cpu-powerpc.c: Comment on ordering of arch_info.Alan Modra1-0/+24
2002-06-25 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.Alan Modra1-3/+5
2002-06-07 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolvedAlan Modra1-10/+15
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/+2