aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-ppc.c
AgeCommit message (Collapse)AuthorFilesLines
1996-07-08 * elf32-ppc.c (ppc_elf_howto_raw): For R_PPC_ADDR16_HA, useIan Lance Taylor1-2/+42
ppc_elf_addr16_ha_reloc. (ppc_elf_addr16_ha_reloc): New static function. PR 10036.
1996-05-24Do not put small common symbols into .sbss if ld -rMichael Meissner1-1/+3
1996-04-26Forward relocs to output if -BsharedMichael Meissner1-38/+78
1996-04-25Add support for linking against shared librariesMichael Meissner1-67/+326
1996-01-30 * elf32-hppa.c (elf32_hppa_relocate_section): Handle indirect andIan Lance Taylor1-10/+13
warning symbols correctly. * elf32-i386.c (elf_i386_relocate_section): Likewise. * elf32-m68k.c (elf_m68k_relocate_section): Likewise. * elf32-mips.c (mips_elf_relocate_section): Likewise. * elf32-ppc.c (ppc_elf_relocate_section): Likewise. * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1996-01-25Make eabi error messages include symbol name if it is an external symbolMichael Meissner1-8/+17
1996-01-25Add more eabi relocationsMichael Meissner1-22/+47
1996-01-25Fix typo in eabl relocationsMichael Meissner1-8/+48
1996-01-23Implement R_PPC_EMB_{SDA21,RELSDA} relocationsMichael Meissner1-2/+11
1996-01-23Do not complain if some objects have the embedded bit set and others do not.Michael Meissner1-19/+5
1996-01-22Make 64k .sdata and .sdata2 sections work; fix typosMichael Meissner1-58/+20
1996-01-22Fix typo in last changeMichael Meissner1-4/+4
1996-01-22snapshot of eabi relocation support.Michael Meissner1-368/+318
1996-01-15Add new PPC relocationsMichael Meissner1-3/+109
1996-01-15Redo unknown reloc support. Do not allow symbols in .sdata/.sbss to satify ↵Michael Meissner1-122/+67
a TOC16 relocation. Begin support R_PPC_SDA{2,}REL relocation.
1996-01-13Warn about relocations we do not yet supportMichael Meissner1-11/+138
1996-01-12Add PowerPC support for SHF_EXCLUDE, SHT_ORDEREDMichael Meissner1-0/+18
1996-01-11update copyrightMichael Meissner1-1/+1
1996-01-11Add support for SHT_ORDERED and SHF_EXCLUDEMichael Meissner1-0/+33
1996-01-11 * elf-bfd.h (struct bfd_elf_section_data): Add tdata field.Ian Lance Taylor1-6/+6
(struct elf_obj_tdata): Rename ppc_flags_init field to flags_init. (elf_flags_init): Rename from elf_ppc_flags_init. * elf32-ppc.c (ppc_elf_set_private_flags): Use elf_flags_init, not elf_ppc_flags_init. (ppc_elf_copy_private_bfd_data): Likewise. (ppc_elf_merge_private_bfd_data): Likewise.
1996-01-04Make @GOT relocations workMichael Meissner1-236/+147
1995-12-21Work in progress to add real GOT supportMichael Meissner1-509/+1461
1995-09-25 * aout-adobe.c (aout_adobe_callback): Use _bfd_error_handlerIan Lance Taylor1-34/+34
rather than a direct fprintf. * archive.c (_bfd_write_archive_contents): Likewise. * coffcode.h (coff_slurp_symbol_table): Likewise. * elf32-ppc.c (ppc_elf_merge_private_bfd_data): Likewise. (ppc_elf_unsupported_reloc): Likewise. (ppc_elf_relocate_section): Likewise. * i386linux.c (linux_tally_symbols): Likewise. (linux_finish_dynamic_link): Likewise. * osf-core.c (osf_core_core_file_p): Likewise. * rs6000-core.c (rs6000coff_get_section_contents): Likewise. * som.c (som_sizeof_headers): Likewise. * srec.c (srec_bad_byte): Likewise. * bfd.c (bfd_assert): Likewise. Also change file to be const. * libbfd-in.h (bfd_assert): Declare first parameter const. * libbfd.h: Rebuild. * coff-a29k.c (a29k_reloc): Don't bother to fprintf; returning bfd_reloc_overflow is enough. * coff-h8300.c (rtype2howto): Don't bother to fprintf; just abort. * coff-h8500.c (rtype2howto): Likewise. * coff-z8k.c (rtype2howto): Likewise. * coffcode.h (dummy_reloc16_extra_cases): Likewise. * elf.c (_bfd_elf_get_lineno): Likewise. (_bfd_elf_no_info_to_howto): Likewise. (_bfd_elf_no_info_to_howto_rel): Likewise. * hp300hpux.c (convert_sym_type): Likewise. (MY(swap_std_reloc_in)): Likewise. * elf.c (bfd_section_from_shdr): Remove #if 0 sections.
1995-09-25Fix previous changeMichael Meissner1-6/+6
1995-09-22Start work to all full PowerPC V.4 reloc support.Michael Meissner1-30/+58
1995-09-22minor cleanupMichael Meissner1-1/+1
1995-09-22minor cleanupMichael Meissner1-2/+0
1995-09-22Add support -mrelocatable-libMichael Meissner1-24/+36
1995-07-06Added new files elflink.c, elflink.h, elfcore.h.Ken Raeburn1-86/+560
Moved some mostly size-independent stuff from elfcode.h to elf.c, adding a data structure to elfcode.h with some misc data and callback functions. Added a pointer to that structure to the target back end data. More work can be done here. Renamed generic elf routines (not cpu-specific stuff) to start with bfd_elf or _bfd_elf. Updated most call sites, sometimes defined some macros. Moved some dynamic linking support code from m68k, sparc, i386 to common files, using target back end flags to control behavior. More work can probably be done here too. Moved core- and linker-support code out of elfcode.h to elf.c, elfcore.h, elflink.h, or elflink.c. Now elfcode.h contains only .o and executable support, plus #includes of elfcore.h and elflink.h. Much of the contents of these other header files can probably still be moved from the .h files to the .c files, to get compiled only once. Cleaned up some "gcc -Wall" warnings regarding unused or uninitialized variables, in generic and cpu-specific code.
1995-02-15Fix powerpc PC relative reloc & add some 16 bit relocs.Michael Meissner1-0/+926