mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* arm.h (ARMV7PEMAGIC): Define.
(ARMBADMAG): Update.
This commit is contained in:
parent
ff84dbd31f
commit
74f8546d6e
@ -1,3 +1,8 @@
|
||||
2013-01-02 Martin Storsjo <martin@martin.st>
|
||||
|
||||
* arm.h (ARMV7PEMAGIC): Define.
|
||||
(ARMBADMAG): Update.
|
||||
|
||||
2011-06-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* i860.h: Fix spelling mistake in comment.
|
||||
|
@ -1,5 +1,6 @@
|
||||
/* ARM COFF support for BFD.
|
||||
Copyright 1998, 1999, 2000, 2002, 2003, 2010 Free Software Foundation, Inc.
|
||||
Copyright 1998, 1999, 2000, 2002, 2003, 2010, 2013
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
@ -81,9 +82,10 @@
|
||||
|
||||
#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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user