From: Ian Lance Taylor Date: Tue, 25 Nov 1997 17:14:09 +0000 (+0000) Subject: * Makefile.am (BFD32_BACKENDS): Remove tekhex.lo. X-Git-Tag: gdb-4_18~4185 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90d74939df5b79e6ffd8cd080b4e5f66112c9fb5;p=platform%2Fupstream%2Fbinutils.git * Makefile.am (BFD32_BACKENDS): Remove tekhex.lo. (BFD32_BACKENDS_CFILES): Remove tekhex.c. * Makefile.in: Rebuild. * aclocal.m4, configure, src/Makefile.in: Rebuild with current automake and autoconf. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0f829b9..bdc7613 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ Tue Nov 25 11:26:27 1997 Ian Lance Taylor + * Makefile.am (BFD32_BACKENDS): Remove tekhex.lo. + (BFD32_BACKENDS_CFILES): Remove tekhex.c. + * Makefile.in: Rebuild. + * aclocal.m4, configure, src/Makefile.in: Rebuild with current + automake and autoconf. + * coff-arm.c (arm_allocate_interworking_sections): Fix typo (COFF_WITH_PR to COFF_WITH_PE).