mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-05 00:35:19 -05:00
29 lines
1.2 KiB
Diff
29 lines
1.2 KiB
Diff
diff -NBaur binutils-2.37/libiberty/rust-demangle.c binutils-2.37-new/libiberty/rust-demangle.c
|
|
--- binutils-2.37/libiberty/rust-demangle.c 2021-07-15 15:19:46.000000000 +0100
|
|
+++ binutils-2.37-new/libiberty/rust-demangle.c 2022-01-01 22:02:21.860422023 +0000
|
|
@@ -75,10 +75,10 @@
|
|
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;
|
|
};
|
|
diff -NBaur binutils-2.37/opcodes/ppc-opc.c binutils-2.37-new/opcodes/ppc-opc.c
|
|
--- binutils-2.37/opcodes/ppc-opc.c 2021-07-08 12:37:21.000000000 +0100
|
|
+++ binutils-2.37-new/opcodes/ppc-opc.c 2022-01-01 22:02:04.409141184 +0000
|
|
@@ -4302,7 +4302,7 @@
|
|
#define MFDEC2 (PPC_OPCODE_PPC | PPC_OPCODE_601 | PPC_OPCODE_BOOKE \
|
|
| PPC_OPCODE_TITAN)
|
|
#define BOOKE PPC_OPCODE_BOOKE
|
|
-#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_PPCPS | PPC_OPCODE_EFS
|
|
+#define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS
|
|
#define PPCE300 PPC_OPCODE_E300
|
|
#define PPCSPE PPC_OPCODE_SPE
|
|
#define PPCSPE2 PPC_OPCODE_SPE2
|