aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-rs6000.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-05 * libbfd-in.h (struct artdata): Add extended_names_size field.Jakub Jelinek1-4/+6
2005-06-07 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Init _bfd_find_line.Alan Modra1-0/+2
2005-05-23Approved by nickc@redhat.comFred Fish1-0/+2
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-02-20include/Alan Modra1-18/+11
2004-10-21bfd/H.J. Lu1-3/+4
2004-10-09 * coff-rs6000.c (rs6000coff_vec): Add initializer forAlan Modra1-0/+2
2004-08-16 * pdp11.c (struct pdp11_aout_reloc_external): Delete. ReplaceAlan Modra1-5/+5
2004-08-13bfd/Alan Modra1-2/+2
2004-07-21bfd/H.J. Lu1-0/+2
2004-06-24bfd/Alan Modra1-3/+2
2004-05-17binutils ChangeLog:Bob Wilson1-0/+2
2004-04-30 * section.c (bfd_make_section_anyway): Add all sections to hash tab.Alan Modra1-1/+3
2004-04-22bfd/Jakub Jelinek1-0/+2
2003-12-01 * coff-rs6000.c: Remove ARGSUSED and VARARGS.Kazu Hirata1-1/+0
2003-11-24 * aix5ppc-core.c: Fix comment typos.Kazu Hirata1-1/+1
2003-10-16Index: doc/ChangeLogAndrew Cagney1-2/+2
2003-06-25Correct spelling of "relocatable".Alan Modra1-2/+2
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-313/+343
2002-08-22 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE andAlan Modra1-2/+2
2002-08-06 * libxcoff.h: Use PARAMS on function declarations.Alan Modra1-1/+1
2002-08-06 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address inAlan Modra1-5/+0
2002-08-06 * coff-rs6000.c: Formatting fixes.Alan Modra1-1118/+1084
2002-08-06 * coff-rs6000.c (xcoff_howto_table): Revert some of last change toAlan Modra1-32/+31
2002-08-06 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make allAlan Modra1-46/+47
2002-07-30 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.Alan Modra1-23/+21
2002-06-25 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.Alan Modra1-1/+1
2002-06-12Change text alignement to 4 bytes.Tom Rix1-4/+3
2002-06-07Replace bfd_alloc/bfd_malloc + memset with bfd_zalloc/bfd_zmallocAlan Modra1-11/+8
2002-06-05 * bfd-in.h: Remove "taken from the source" comment.Alan Modra1-1/+3
2002-05-31Add 16 bit R_RBA.Tom Rix1-0/+17
2002-05-15Fix ld --just-symbolsAlan Modra1-2/+4
2002-05-10XCOFF64 fixes. For setting arch/mach and for R_BR relocations.Tom Rix1-16/+10
2002-05-04Fix problem with objdump and 16 bit R_BA.Tom Rix1-43/+86
2002-04-28Rewrite xcoff*_ppc_relocate_section.Tom Rix1-293/+744
2002-04-042002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-0/+2
2002-03-20Fix extracting from AIX big archives.Tom Rix1-5/+5
2002-03-18Add AIX 64 shared library support and emulation layer for binutilsNick Clifton1-71/+136
2002-03-02Replace immediate howto type initializers with symbolic.Tom Rix1-26/+25
2002-02-21XCOFF booke tests. Fix tlbre, tlbwe ppc WS field.Tom Rix1-2/+18
2002-02-19Add support for -brtl, run time linking, to AIX ld.Tom Rix1-14/+41
2002-02-112002-02-10 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-1/+1
2002-01-08* bfd/coff-rs6000.c (READ20): Use bfd_scan_vma.Aldy Hernandez1-1/+1
2001-12-31Fix for xcoff <bigaf> big archive format support.Tom Rix1-292/+431
2001-12-22-binitfini emulation, put __rtinit symbol generation into linker.Tom Rix1-0/+256
2001-09-20 * bfd.c (bfd_archive_filename): New function.Alan Modra1-3/+3
2001-09-18Touches most files in bfd/, so likely will be blamed for everything..Alan Modra1-304/+307
2001-08-25Add missing prototypesNick Clifton1-3/+4
2001-08-23Add more missing prototypesNick Clifton1-283/+294