Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-01-29 | Removed a ppc hack from cofflink, promoted some types to libcoff-in.h | Kim Knuttila | 1 | -15/+620 | |
1995-12-13 | Protected debugging code. (duh) | Kim Knuttila | 1 | -3/+6 | |
1995-12-12 | Fixes for .reloc | Kim Knuttila | 1 | -5/+18 | |
1995-12-01 | * libbfd.c (bfd_malloc, bfd_realloc): New functions. | Ian Lance Taylor | 1 | -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-01 | PowerPC DLL Support | Kim Knuttila | 1 | -57/+117 | |
1995-11-29 | * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if | Ian Lance Taylor | 1 | -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-16 | Reloc fixes for PowerPC PE | Kim Knuttila | 1 | -26/+151 | |
1995-11-13 | Implemented IMGLUE reloc + dumping | Kim Knuttila | 1 | -96/+321 | |
1995-11-07 | First round ld support for PPC PE | Kim Knuttila | 1 | -256/+910 | |
1995-09-27 | First round BFD for PE/PowerPC | Kim Knuttila | 1 | -0/+1469 | |