mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-21 12:03:39 -05:00
devkitARM: patch binutils for building with mingw
This commit is contained in:
parent
5e87380f11
commit
af726256f1
17
dkarm-eabi/patches/binutils-2.37.patch
Normal file
17
dkarm-eabi/patches/binutils-2.37.patch
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
diff --git a/libiberty/rust-demangle.c b/libiberty/rust-demangle.c
|
||||
index df09b7b8fddb82b21f97afee8821166d92220094..ac1eb8eb02c6d42533c0faa7aebdce432ac947e9 100644 (file)
|
||||
--- a/libiberty/rust-demangle.c
|
||||
+++ b/libiberty/rust-demangle.c
|
||||
@@ -75,10 +75,10 @@ struct rust_demangler
|
||||
int version;
|
||||
|
||||
/* Recursion depth. */
|
||||
- uint recursion;
|
||||
+ unsigned recursion;
|
||||
/* Maximum number of times demangle_path may be called recursively. */
|
||||
#define RUST_MAX_RECURSION_COUNT 1024
|
||||
-#define RUST_NO_RECURSION_LIMIT ((uint) -1)
|
||||
+#define RUST_NO_RECURSION_LIMIT ((unsigned) -1)
|
||||
|
||||
uint64_t bound_lifetime_depth;
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user