* coff-arm.c (arm_allocate_interworking_sections): Fix typo

(COFF_WITH_PR to COFF_WITH_PE).
This commit is contained in:
Ian Lance Taylor 1997-11-25 16:27:55 +00:00
parent 7de19d317a
commit cc37e39a14
2 changed files with 6 additions and 1 deletions

View 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

View 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;