summaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
Commit message (Expand)AuthorAgeFilesLines
* * ppc-linux-tdep.c (ppc64_desc_entry_point): New function.Jim Blandy2003-06-131-3/+3
* * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCALAlan Modra2003-05-171-16/+16
* * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.Alan Modra2003-05-151-2/+8
* * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move fromAlan Modra2003-05-131-28/+3
* * elflink.c (_bfd_elf_link_create_dynamic_sections): Move fromAlan Modra2003-05-091-6/+6
* * elf32-i386.c (allocate_dynrelocs): For undef weak syms withAlan Modra2003-05-051-4/+20
* * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether theAlan Modra2003-05-011-1/+3
* * elf32-ppc.c: Formatting and comment fixes.Alan Modra2003-04-241-16/+31
* * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): Expand comment.Alan Modra2003-04-031-2/+6
* * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCALAlan Modra2003-04-031-4/+2
* * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma fromAlan Modra2003-03-101-7/+15
* * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop afterAlan Modra2003-03-071-11/+1
* * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.Alan Modra2003-03-061-1/+5
* * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalizeAlan Modra2003-03-061-28/+24
* * elf32-ppc.c: Formatting.Alan Modra2003-02-201-311/+398
* * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.Alan Modra2003-02-191-27/+171
* * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.Alan Modra2003-02-181-2/+1
* * elf32-ppc.h: New file.Alan Modra2003-02-181-914/+2099
* Fix the behaviour of --allow-shlib-undefined, so that it does what it claimsNick Clifton2003-02-171-65/+64
* * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.Andreas Schwab2003-01-211-11/+322
* * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for aAndreas Schwab2003-01-151-2/+2
* * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.Alan Modra2003-01-091-7/+9
* * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic relocAlan Modra2002-12-181-6/+10
* Comment typo fixes.Alan Modra2002-12-121-1/+1
* Fix typo in ChangeLog entry.Nick Clifton2002-12-031-1/+7
* Fix the merging of .PPC.EMB.apuinfo sections. Add a test to make sure thatNick Clifton2002-12-031-0/+300
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-353/+340
* include/elf/ChangeLogAlan Modra2002-11-281-27/+24
* * Makefile.am: Remove entries for elf32-qnx.[ch].Alan Modra2002-11-061-21/+0
* * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,Alan Modra2002-10-161-2/+20
* * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" andAlan Modra2002-09-211-6/+12
* 2002-09-19 Jakub Jelinek <jakub@redhat.com>H.J. Lu2002-09-201-8/+15
* Add QNX Neutrino PowerPC support and common up QNX functionsNick Clifton2002-08-091-0/+3
* * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra2002-07-231-1/+1
* * elflink.h (elf_gc_mark): Pass in the section whose relocs we areAlan Modra2002-07-011-6/+4
* * cpu-powerpc.c: Comment on ordering of arch_info.Alan Modra2002-06-271-0/+23
* * aout-adobe.c: Don't compare against "true" or "false.Alan Modra2002-06-251-1/+1
* * elf.c (bfd_section_from_shdr): Make "name" const.Alan Modra2002-06-041-2/+2
* * elf32-ppc.c (ppc_elf_create_got): New function.Alan Modra2002-05-081-7/+40
* * elf-bfd.h (struct elf_backend_data): Add rela_normal.Alan Modra2002-05-071-29/+5
* * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to aAlan Modra2002-05-021-7/+7
* * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.Alan Modra2002-04-151-1/+2
* * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek2002-02-191-5/+6
* 2001-12-18 H.J. Lu <hjl@gnu.org>H.J. Lu2001-12-181-20/+0
* Support for more than 64k ELF sections.Alan Modra2001-12-171-7/+1
* * elf.c (_bfd_elf_rela_local_sym): Only callJakub Jelinek2001-12-071-16/+5
* * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek2001-11-231-3/+2
* * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEFAlan Modra2001-11-101-1/+1
* 2001-10-18 H.J. Lu <hjl@gnu.org>H.J. Lu2001-10-191-1/+3
* * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Merge dyn_relocAlan Modra2001-10-151-0/+2