summaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
AgeCommit message (Expand)Author
2005-11-24bfd/Alan Modra
2005-10-242005-10-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2005-10-152005-10-15 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2005-07-05 * libbfd-in.h (struct artdata): Add extended_names_size field.Jakub Jelinek
2005-06-07 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Init _bfd_find_line.Alan Modra
2005-05-23Approved by nickc@redhat.comFred Fish
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton
2005-02-20include/Alan Modra
2004-10-21bfd/H.J. Lu
2004-10-09 * coff-rs6000.c (rs6000coff_vec): Add initializer forAlan Modra
2004-08-13bfd/Alan Modra
2004-07-21bfd/H.J. Lu
2004-06-24bfd/Alan Modra
2004-06-15 * section.c (struct sec): Remove usused flags. Reorganize a little.Alan Modra
2004-05-17binutils ChangeLog:Bob Wilson
2004-04-30 * section.c (bfd_make_section_anyway): Add all sections to hash tab.Alan Modra
2004-04-22bfd/Jakub Jelinek
2003-12-01 * coff-rs6000.c: Remove ARGSUSED and VARARGS.Kazu Hirata
2003-11-24 * aix5ppc-core.c: Fix comment typos.Kazu Hirata
2003-10-16Index: doc/ChangeLogAndrew Cagney
2003-06-25Correct spelling of "relocatable".Alan Modra
2002-12-24* coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.DJ Delorie
2002-12-08 * bfd-in.h: Comment typo fix. Formatting.Alan Modra
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra
2002-09-02 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-codedAlan Modra
2002-08-22 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE andAlan Modra
2002-08-06 * libxcoff.h: Use PARAMS on function declarations.Alan Modra
2002-08-06 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address inAlan Modra
2002-08-06 * coff-rs6000.c: Formatting fixes.Alan Modra
2002-08-06 * coff-rs6000.c (xcoff_howto_table): Revert some of last change toAlan Modra
2002-08-06 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make allAlan Modra
2002-07-30 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.Alan Modra
2002-06-25 * aout-adobe.c: Don't compare against "true" or "false.Alan Modra
2002-06-07Replace bfd_alloc/bfd_malloc + memset with bfd_zalloc/bfd_zmallocAlan Modra
2002-06-05 * bfd-in.h: Remove "taken from the source" comment.Alan Modra
2002-05-31Add 16 bit R_RBA.Tom Rix
2002-05-18Fix C_FILE auxent.Tom Rix
2002-05-15Fix ld --just-symbolsAlan Modra
2002-05-10XCOFF64 fixes. For setting arch/mach and for R_BR relocations.Tom Rix
2002-05-04Fix problem with objdump and 16 bit R_BA.Tom Rix
2002-04-28Rewrite xcoff*_ppc_relocate_section.Tom Rix
2002-04-20Fix C_FILE auxent on xcoff64.Tom Rix
2002-04-042002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz
2002-03-21 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.Alan Modra
2002-03-20Fix extracting from AIX big archives.Tom Rix
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton
2002-03-02Replace immediate howto type initializers with symbolic.Tom Rix
2002-02-21XCOFF booke tests. Fix tlbre, tlbwe ppc WS field.Tom Rix
2002-02-19Add support for -brtl, run time linking, to AIX ld.Tom Rix