This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/9] bfd: Identify and handle armv7pe just as normal armpe


---
 bfd/coffcode.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/bfd/coffcode.h b/bfd/coffcode.h
index 9d9c992..96b2c21 100644
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -2119,6 +2119,7 @@ coff_set_arch_mach_hook (bfd *abfd, void * filehdr)
 #ifdef ARMMAGIC
     case ARMMAGIC:
     case ARMPEMAGIC:
+    case ARMV7PEMAGIC:
     case THUMBPEMAGIC:
       arch = bfd_arch_arm;
       machine = bfd_arm_get_mach_from_notes (abfd, ARM_NOTE_SECTION);
-- 
1.7.9.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]