From deacbe0fa0d7fbe8cbc221f849bf1b3c38567931 Mon Sep 17 00:00:00 2001 From: Kim Knuttila Date: Wed, 27 Sep 1995 11:40:15 +0000 Subject: [PATCH] PPC bfd support --- bfd/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 607f1b4b7b..5b45aa9eae 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Wed Sep 27 07:23:39 1995 Kim Knuttila + + * coff-ppc.c, pe-ppc.c, pei-ppc.c: Initial bfd for coff/PE + support on powerpc. + * Makefile.in: added *-ppc files + * coffcode.h: ppc MAGIC, and use peicode.h rather than coffswap.h to + allow pe based .o's to be shared with other tools on ppc/NT + * config.bfd: added powerpc[le]-[pe|winnt] config support + * configure, configure.in: added bfd_powerpc[le]_pe[i]_vec + * peicode.h: Added more section flags for PE on ppc + Added coff_swap_filehdr_out to allow peicode.h to be + used for non-image PE files on ppc. + Check for image, or not, before copying pe_opthdr + * targets.c: Added new bfd's + Tue Sep 26 14:06:41 1995 Michael Meissner * elf32-ppc.c (ppc_reloc_type): Rename from reloc_type, and use -- 2.34.1