aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-06 * Makefile.am: Remove entries for elf32-qnx.[ch].Alan Modra1-21/+0
2002-10-16 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,Alan Modra1-2/+20
2002-09-21 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" andAlan Modra1-6/+12
2002-09-202002-09-19 Jakub Jelinek <jakub@redhat.com>H.J. Lu1-8/+15
2002-08-09Add QNX Neutrino PowerPC support and common up QNX functionsNick Clifton1-0/+3
2002-07-23 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, returnAlan Modra1-1/+1
2002-07-01 * elflink.h (elf_gc_mark): Pass in the section whose relocs we areAlan Modra1-6/+4
2002-06-27 * cpu-powerpc.c: Comment on ordering of arch_info.Alan Modra1-0/+23
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra1-1/+1
2002-06-04 * elf.c (bfd_section_from_shdr): Make "name" const.Alan Modra1-2/+2
2002-05-08 * elf32-ppc.c (ppc_elf_create_got): New function.Alan Modra1-7/+40
2002-05-07 * elf-bfd.h (struct elf_backend_data): Add rela_normal.Alan Modra1-29/+5
2002-05-02 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to aAlan Modra1-7/+7
2002-04-15 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.Alan Modra1-1/+2
2002-02-19 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): EnableJakub Jelinek1-5/+6
2001-12-182001-12-18 H.J. Lu <hjl@gnu.org>H.J. Lu1-20/+0
2001-12-17 Support for more than 64k ELF sections.Alan Modra1-7/+1
2001-12-07 * elf.c (_bfd_elf_rela_local_sym): Only callJakub Jelinek1-16/+5
2001-11-23 * elf.c (_bfd_elf_rela_local_sym): New.Jakub Jelinek1-3/+2
2001-11-10 * elf32-arm.h (elf32_arm_final_link_relocate): Don't copy STN_UNDEFAlan Modra1-1/+1
2001-10-192001-10-18 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+3
2001-10-15 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Merge dyn_relocAlan Modra1-0/+2
2001-09-29 * elf-bfd.h (struct elf_link_local_dynamic_entry): Add init_refcount.Alan Modra1-19/+8
2001-09-24 * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entireAlan Modra1-4/+5
2001-09-20 * bfd.c (bfd_archive_filename): New function.Alan Modra1-15/+15
2001-09-20coordinate info->symbolic and info->allow_shlib_undefinedNick Clifton1-1/+3
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-30/+39
2001-08-27 * elf32-i386.c: Add missing prototypes.Daniel Jacobowitz1-0/+4
2001-08-27 * elf32-i386.c (elf_i386_grok_prstatus): New function.Daniel Jacobowitz1-0/+67
2001-08-27 * elf64-s390.c (elf_s390_check_relocs): Set DF_TEXTREL if theAndreas Jaeger1-17/+25
2001-08-17 * bfd.c (bfd_get_gp_size): Return an unsigned int.Alan Modra1-1/+1
2001-08-09 * coff-rs6000.c: Add missing prototypes.Alan Modra1-2/+5
2001-03-08Update copyright noticesNick Clifton1-1/+2
2001-01-232001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-4/+0
2000-12-082000-12-08 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-1/+0
2000-12-072000-12-07 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-141/+136
2000-12-062000-12-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-44/+38
2000-10-16 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.Geoffrey Keating1-29/+39
2000-10-14 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLTGeoffrey Keating1-1/+9
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+1
2000-05-232000-05-23 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
2000-05-232000-05-23 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+5
2000-05-22Use bfd_generic_verify_endian_match() and fix it to only check when endiannessNick Clifton1-15/+2
2000-04-27Reference count .plt and .got on x86 for garbage collection code. Fix aAlan Modra1-1/+2
2000-04-20H.J's x86 fix for "nm -l" on shared libraries, applied to ppc too.Alan Modra1-1/+3
2000-03-012000-03-01 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+5
2000-02-13 * section.c (_bfd_strip_section_from_output): Add info parameter.Ian Lance Taylor1-1/+1
1999-08-03 * elf32-ppc.c (ppc_elf_relocate_section): Don't use the relocationIan Lance Taylor1-1/+14
1999-07-13 * elf-bfd.h (struct elf_link_local_dynamic_entry): New.Richard Henderson1-108/+0
1999-07-12 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-11/+11