From cc37e39a1493c38ee2e4f1bafa2e68aa21818f3f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 25 Nov 1997 16:27:55 +0000 Subject: [PATCH] * coff-arm.c (arm_allocate_interworking_sections): Fix typo (COFF_WITH_PR to COFF_WITH_PE). --- bfd/ChangeLog | 5 +++++ bfd/coff-arm.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c415e35..0f829b9 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 fde5e47..b674768 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; -- 2.7.4