Pass INTERNAL_GDBFLAGS when executing GDB
[deliverable/binutils-gdb.git] / include / coff / arm.h
index 9c3400539790aa4c289426ed0cc25409a37be257..93ce49c1d05114b7d4b1cdb5b88fd8a1f4f0e68e 100644 (file)
@@ -1,5 +1,5 @@
 /* ARM COFF support for BFD.
-   Copyright 1998, 1999, 2000, 2002, 2003, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1998-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
 #define        ARMPEMAGIC      0x1c0
 #define        THUMBPEMAGIC    0x1c2
+#define        ARMV7PEMAGIC    0x1c4
 
 #undef  ARMBADMAG
-#define ARMBADMAG(x) (((x).f_magic != ARMMAGIC) && ((x).f_magic != ARMPEMAGIC) && ((x).f_magic != THUMBPEMAGIC))
+#define ARMBADMAG(x) (((x).f_magic != ARMMAGIC) && ((x).f_magic != ARMPEMAGIC) && ((x).f_magic != THUMBPEMAGIC) && ((x).f_magic != ARMV7PEMAGIC))
 
 #define OMAGIC          0404    /* object files, eg as output */
 #define ZMAGIC          0413    /* demand load format, eg normal ld output */
This page took 0.024621 seconds and 4 git commands to generate.