Commit bfed1c0
committed
rx: Upgrade RX gcc, binutils, gdb to support new RX devices
This update integrates the latest Renesas RX toolchain components into
the Zephyr SDK build
These updates are required to enable future RX device support in Zephyr
and align SDK toolchains with the upstream RX porting effort.
Signed-off-by: Duy Nguyen <[email protected]>1 parent 45f4f7f commit bfed1c0
3 files changed
+3
-3
lines changed- bfd/archures.c+1
- bfd/bfd-in2.h+1
- bfd/cpu-rx.c+6-5
- bfd/elf32-rx.c+161-41
- gas/config/rx-defs.h+23-4
- gas/config/rx-parse.y+168-67
- gas/config/tc-rx.c+296-128
- include/dis-asm.h+4-1
- include/elf/rx.h+7-4
- include/opcode/rx.h+4-3
- include/sim/sim-rx.h+24-2
- ld/configure.tgt+1
- opcodes/disassemble.c+7
- opcodes/rx-decode.c+885-842
- opcodes/rx-decode.opc+49-9
- opcodes/rx-dis.c+34-9
- gcc/common/config/rx/rx-common.cc+2-2
- gcc/config.gcc+3-1
- gcc/config/rx/constraints.md+79
- gcc/config/rx/elf.opt+1-1
- gcc/config/rx/predicates.md+30-19
- gcc/config/rx/rx-opts.h+29-1
- gcc/config/rx/rx-pragma.c+56
- gcc/config/rx/rx-protos.h+9
- gcc/config/rx/rx.cc+2.6k-389
- gcc/config/rx/rx.h+178-42
- gcc/config/rx/rx.md+2.9k-408
- gcc/config/rx/rx.opt+105-19
- gcc/config/rx/rx.opt.urls+26-9
- gcc/config/rx/t-rx+113-2
- gcc/config/rx/t-zephyr+114-3
- gcc/config/sh/sh.md+24-24
- libgcc/config/rx/rx-lib.h+6-1
- bfd/archures.c+7
- bfd/bfd-in2.h+1
- bfd/cpu-rx.c+6-5
- bfd/elf32-rx.c+161-41
- gdb/features/rxv2-core.xml+82
- gdb/features/rxv2.c+89
- gdb/features/rxv2.xml+12
- gdb/features/rxv3-core.xml+102
- gdb/features/rxv3.c+114
- gdb/features/rxv3.xml+12
- gdb/rx-tdep.c+397-76
- include/dis-asm.h+4
- include/elf/rx.h+6-3
- include/opcode/rx.h+31-2
- include/sim/sim-rx.h+24-2
- ld/configure.tgt+1
- opcodes/disassemble.c+7
- opcodes/rx-decode.c+886-843
- opcodes/rx-decode.opc+51-11
- opcodes/rx-dis.c+38-18
- sim/rx/cpu.h+96-23
- sim/rx/dpu.c+1.1k
- sim/rx/dpu.h+38
- sim/rx/err.c+2
- sim/rx/fpu.c+153-3
- sim/rx/fpu.h+3
- sim/rx/gdb-if.c+372-23
- sim/rx/load.c+3-3
- sim/rx/local.mk+1
- sim/rx/main.c+14
- sim/rx/mem.c+355-2
- sim/rx/mem.h+9
- sim/rx/reg.c+151-32
- sim/rx/rx.c+1.1k-61
- sim/rx/syscalls.c+18-1
- sim/rx/trace.c+1-1
0 commit comments