mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
* coff-arm.c (arm_allocate_interworking_sections): Fix typo
(COFF_WITH_PR to COFF_WITH_PE).
This commit is contained in:
@ -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>
|
Mon Nov 24 15:47:49 1997 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* coff-arm.c: Make variables and some functions static, so that
|
* coff-arm.c: Make variables and some functions static, so that
|
||||||
|
@ -1459,7 +1459,7 @@ coff_arm_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef COFF_WITH_PR
|
#ifndef COFF_WITH_PE
|
||||||
boolean
|
boolean
|
||||||
arm_allocate_interworking_sections (info)
|
arm_allocate_interworking_sections (info)
|
||||||
struct bfd_link_info *info;
|
struct bfd_link_info *info;
|
||||||
|
Reference in New Issue
Block a user