Commit 71e1337
committed
rx: Apply rx gdb patch to support rxv2 and rxv3
This update adds full support for the RXv2 and RXv3 architectures
across GDB, BFD, opcodes, and the RX simulator.
These changes align GDB and binutils with the new GCC RX backend and
enable debugging and simulation for RXv2 and RXv3 targets.
The changes are pick from https://llvm-gcc-renesas.com/rx/rx-latest-source-code/
Signed-off-by: Duy Nguyen <[email protected]>1 parent 6cae1a5 commit 71e1337
File tree
36 files changed
+5503
-1150
lines changed- bfd
- gdb
- features
- include
- elf
- opcode
- sim
- ld
- opcodes
- sim/rx
36 files changed
+5503
-1150
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| 457 | + | |
457 | 458 | | |
458 | 459 | | |
459 | 460 | | |
| |||
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
539 | 544 | | |
540 | 545 | | |
541 | 546 | | |
| |||
677 | 682 | | |
678 | 683 | | |
679 | 684 | | |
| 685 | + | |
680 | 686 | | |
681 | 687 | | |
682 | 688 | | |
| |||
765 | 771 | | |
766 | 772 | | |
767 | 773 | | |
| 774 | + | |
768 | 775 | | |
769 | 776 | | |
770 | 777 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1719 | 1719 | | |
1720 | 1720 | | |
1721 | 1721 | | |
| 1722 | + | |
1722 | 1723 | | |
1723 | 1724 | | |
1724 | 1725 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
| |||
0 commit comments