File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ diff -NBaur binutils-2.34/opcodes/ppc-opc.c binutils-2.34-ppc/opcodes/ppc-opc.c
2+ --- binutils-2.34/opcodes/ppc-opc.c 2020-01-18 13:55:49.000000000 +0000
3+ +++ binutils-2.34-ppc/opcodes/ppc-opc.c 2020-05-22 10:47:37.900308413 +0000
4+ @@ -3747,7 +3747,7 @@
5+ #define MFDEC2 (PPC_OPCODE_PPC | PPC_OPCODE_601 | PPC_OPCODE_BOOKE \
6+ | PPC_OPCODE_TITAN)
7+ #define BOOKE PPC_OPCODE_BOOKE
8+ - #define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_PPCPS | PPC_OPCODE_EFS
9+ + #define NO371 PPC_OPCODE_BOOKE | PPC_OPCODE_EFS
10+ #define PPCE300 PPC_OPCODE_E300
11+ #define PPCSPE PPC_OPCODE_SPE
12+ #define PPCSPE2 PPC_OPCODE_SPE2
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ case "$VERSION" in
4141 ;;
4242 " 2" )
4343 GCC_VER=10.1.0
44- BINUTILS_VER=2.32
44+ BINUTILS_VER=2.34
4545 MN_BINUTILS_VER=2.17
4646 NEWLIB_VER=3.3.0
4747 GDB_VER=8.2.1
You can’t perform that action at this time.
0 commit comments