diff options
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index c46c03a..941be95 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -1970,7 +1970,8 @@ coff_set_flags (abfd, magicp, flagsp) #ifdef ARMMAGIC case bfd_arch_arm: * magicp = ARMMAGIC; - if (coff_data (abfd)->flags & F_APCS_26) + * flagsp = 0; + if (APCS_SET (abfd) && APCS_FLAG (abfd)) * flagsp = F_APCS26; switch (bfd_get_mach (abfd)) { |