summaryrefslogtreecommitdiff
path: root/bfd/coff64-rs6000.c
Commit message (Expand)AuthorAgeFilesLines
...
* * bfd-in.h: Comment typo fix. Formatting.Alan Modra2002-12-081-2/+2
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-214/+247
* * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-codedAlan Modra2002-09-021-1/+1
* * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE andAlan Modra2002-08-221-2/+2
* * libxcoff.h: Use PARAMS on function declarations.Alan Modra2002-08-061-1/+1
* * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address inAlan Modra2002-08-061-5/+0
* * coff-rs6000.c: Formatting fixes.Alan Modra2002-08-061-643/+615
* * coff-rs6000.c (xcoff_howto_table): Revert some of last change toAlan Modra2002-08-061-30/+29
* * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make allAlan Modra2002-08-061-42/+43
* * aoutx.h (some_aout_object_p): Clean up tdata properly on error.Alan Modra2002-07-301-41/+31
* * aout-adobe.c: Don't compare against "true" or "false.Alan Modra2002-06-251-1/+1
* Replace bfd_alloc/bfd_malloc + memset with bfd_zalloc/bfd_zmallocAlan Modra2002-06-071-5/+5
* * bfd-in.h: Remove "taken from the source" comment.Alan Modra2002-06-051-0/+2
* Add 16 bit R_RBA.Tom Rix2002-05-311-0/+18
* Fix C_FILE auxent.Tom Rix2002-05-181-1/+1
* Fix ld --just-symbolsAlan Modra2002-05-151-2/+4
* XCOFF64 fixes. For setting arch/mach and for R_BR relocations.Tom Rix2002-05-101-1/+115
* Fix problem with objdump and 16 bit R_BA.Tom Rix2002-05-041-30/+93
* Rewrite xcoff*_ppc_relocate_section.Tom Rix2002-04-281-300/+121
* Fix C_FILE auxent on xcoff64.Tom Rix2002-04-201-1/+1
* 2002-04-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-04-041-0/+2
* * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.Alan Modra2002-03-211-368/+366
* Fix extracting from AIX big archives.Tom Rix2002-03-201-5/+5
* Add AIX 64 shared library support and emulation layer for binutilsNick Clifton2002-03-181-60/+326
* Replace immediate howto type initializers with symbolic.Tom Rix2002-03-021-25/+25
* XCOFF booke tests. Fix tlbre, tlbwe ppc WS field.Tom Rix2002-02-211-2/+19
* Add support for -brtl, run time linking, to AIX ld.Tom Rix2002-02-191-40/+110
* Fix for xcoff <bigaf> big archive format support.Tom Rix2001-12-311-0/+10
* -binitfini emulation, put __rtinit symbol generation into linker.Tom Rix2001-12-221-0/+250
* * aout-encap.c: Fix comment typos.Kazu Hirata2001-10-101-1/+1
* * bfd.c (bfd_archive_filename): New function.Alan Modra2001-09-201-3/+3
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-1152/+1207
* * libxcoff.h (struct xcoff_backend_data_rec): Constify src paramAlan Modra2001-08-101-26/+71
* 2001-05-25 H.J. Lu <hjl@gnu.org>H.J. Lu2001-05-251-8/+24
* Support for xcoff64Tom Rix2001-05-241-79/+1985
* Fix syntax errors.Nick Clifton2001-03-161-4/+4
* Update copyright noticesNick Clifton2001-03-081-1/+1
* 2001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata2001-01-231-1/+0
* 2000-11-28 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-281-1/+1
* 2000-11-27 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-281-21/+13
* * xcoff.h: Rename to xcoff-target.hClinton Popetz2000-05-061-1/+1
* * Makefile.am (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): AddClinton Popetz2000-04-281-125/+6
* Add XCOFF64 support.Clinton Popetz2000-04-261-0/+479