musl-cross-make/patches/binutils-2.24.90/0001-arm_enum.diff
2015-11-02 10:16:09 +00:00

13 lines
387 B
Diff

--- binutils-2.22-org/include/bfdlink.h 2011-11-21 10:29:37.000000000 +0100
+++ binutils-2.22/include/bfdlink.h 2012-01-30 15:02:10.402000027 +0100
@@ -91,6 +91,9 @@
struct bfd_hash_entry root;
/* Type of this entry. */
+ #ifndef ENUM_BITFIELD
+ #define ENUM_BITFIELD(X) unsigned int
+ #endif
ENUM_BITFIELD (bfd_link_hash_type) type : 8;
unsigned int non_ir_ref : 1;