From: Ian Lance Taylor Date: Tue, 25 Nov 1997 16:27:55 +0000 (+0000) Subject: * coff-arm.c (arm_allocate_interworking_sections): Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc37e39a1493c38ee2e4f1bafa2e68aa21818f3f;p=binutils-gdb.git * coff-arm.c (arm_allocate_interworking_sections): Fix typo (COFF_WITH_PR to COFF_WITH_PE). --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c415e35c1dd..0f829b916ff 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 25 11:26:27 1997 Ian Lance Taylor + + * coff-arm.c (arm_allocate_interworking_sections): Fix typo + (COFF_WITH_PR to COFF_WITH_PE). + Mon Nov 24 15:47:49 1997 Nick Clifton * coff-arm.c: Make variables and some functions static, so that diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index fde5e47c556..b674768c4e8 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -1459,7 +1459,7 @@ coff_arm_relocate_section (output_bfd, info, input_bfd, input_section, return true; } -#ifndef COFF_WITH_PR +#ifndef COFF_WITH_PE boolean arm_allocate_interworking_sections (info) struct bfd_link_info *info;