From: Ian Lance Taylor Date: Mon, 3 Jun 1996 15:17:34 +0000 (+0000) Subject: * Makefile.in: Rebuild dependencies. X-Git-Tag: gdb-4_18-branchpoint~8588 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60c8b04f7adc6ef5167088673a6fa196b3467e44;p=thirdparty%2Fbinutils-gdb.git * Makefile.in: Rebuild dependencies. (BFD32_BACKENDS): Add ppcboot.o. (BFD32_BACKENDS_CFILES): Add ppcboot.c. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8f750f09d58..08c43275429 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Mon Jun 3 11:01:53 1996 Ian Lance Taylor + * Makefile.in: Rebuild dependencies. + (BFD32_BACKENDS): Add ppcboot.o. + (BFD32_BACKENDS_CFILES): Add ppcboot.c. + * elf32-mips.c (mips_elf_size_dynamic_sections): Initialize c. From Per Fogelstrom .