* coff-arm.c (arm_allocate_interworking_sections): Fix typo
authorIan Lance Taylor <ian@airs.com>
Tue, 25 Nov 1997 16:27:55 +0000 (16:27 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 25 Nov 1997 16:27:55 +0000 (16:27 +0000)
(COFF_WITH_PR to COFF_WITH_PE).

bfd/ChangeLog
bfd/coff-arm.c

index c415e35c1ddadcd6e98ab139010ef8839194e82a..0f829b916ff4617dde2d030ce113d37bbaa8d2ac 100644 (file)
@@ -1,3 +1,8 @@
+Tue Nov 25 11:26:27 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * 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  <nickc@cygnus.com>
 
        * coff-arm.c: Make variables and some functions static, so that
index fde5e47c556f5048863f6e863e9131742f4cae0e..b674768c4e8be0f77043f63d37f160821446bbfd 100644 (file)
@@ -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;
This page took 0.029673 seconds and 4 git commands to generate.