aboutsummaryrefslogtreecommitdiff
path: root/bfd/coff-ppc.c
AgeCommit message (Collapse)AuthorFilesLines
1996-01-29Removed a ppc hack from cofflink, promoted some types to libcoff-in.hKim Knuttila1-15/+620
1995-12-13Protected debugging code. (duh)Kim Knuttila1-3/+6
1995-12-12Fixes for .relocKim Knuttila1-5/+18
1995-12-01 * libbfd.c (bfd_malloc, bfd_realloc): New functions.Ian Lance Taylor1-1/+3
(bfd_zmalloc): Return PTR, not char *. Take size_t, not bfd_size_type. * libbfd-in.h (bfd_malloc, bfd_realloc): Declare. (bfd_zmalloc): Change declaration. * libbfd.h: Rebuild. * Many files: Use bfd_malloc and bfd_realloc rather than malloc and realloc. Don't set bfd_error_no_memory if they fail.
1995-12-01PowerPC DLL SupportKim Knuttila1-57/+117
1995-11-29 * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory ifIan Lance Taylor1-35/+134
obstack_alloc fails. (bfd_alloc_finish): Set bfd_error_no_memory if obstack_finish fails. * libbfd.c (bfd_zmalloc): Set bfd_error_no_memory if malloc fails. * Many files: don't set bfd_error_no_memory if one of the above routines fails.
1995-11-16Reloc fixes for PowerPC PEKim Knuttila1-26/+151
1995-11-13Implemented IMGLUE reloc + dumpingKim Knuttila1-96/+321
1995-11-07First round ld support for PPC PEKim Knuttila1-256/+910
1995-09-27First round BFD for PE/PowerPCKim Knuttila1-0/+1469