-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit pulls in the ARC architecture-related fixes that were merged as part of zephyrproject-rtos/binutils-gdb#6. Signed-off-by: Stephanos Ioannidis <[email protected]>
- Loading branch information
1 parent
b175752
commit 7fe4c24
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule binutils
updated
15 files
+25 −17 | gas/testsuite/gas/arc64/st.d | |
+9 −0 | gas/testsuite/gas/arc64/st.s | |
+28 −38 | gas/testsuite/gas/arc64/stdl.d | |
+4 −14 | gas/testsuite/gas/arc64/stdl.s | |
+15 −26 | gas/testsuite/gas/arc64/stl.d | |
+12 −23 | gas/testsuite/gas/arc64/stl.s | |
+92 −108 | include/opcode/arc.h | |
+1 −0 | opcodes/arc-dis.c | |
+125 −0 | opcodes/arc-flag-classes.def | |
+179 −0 | opcodes/arc-flag.def | |
+502 −0 | opcodes/arc-operands.def | |
+0 −720 | opcodes/arc-tbl.h | |
+186 −26 | opcodes/arc64-opc.c | |
+6 −695 | opcodes/arc64-tbl.h | |
+81 −1,390 | opcodes/arcxx-opc.inc |