[RFC,v2,0/4] Renesas RX FDPIC support

Message ID 20260316093151.360635-1-yoshinori.sato@nifty.com
Headers
Series Renesas RX FDPIC support |

Message

Yoshinori Sato March 16, 2026, 9:31 a.m. UTC
  This changes add FDPIC support in Renesas RX architecture.
RX's FDPIC specifications here:
https://gitlab.com/yoshinori.sato/gcc/-/wikis/RX-FDPIC

Yoshinori Sato (4):
  RX: bfd rx-linux FDPIC support
  RX: gas rx-linux target FDPIC support
  RX: ld rx-linux target FDPIC support
  RX: rx-linux target FDPIC support

 bfd/bfd-in2.h                  |   11 +
 bfd/elf-bfd.h                  |    1 +
 bfd/elf32-rx.c                 | 2315 +++++++++++++++++++++++++++++++-
 bfd/libbfd.h                   |   11 +
 bfd/reloc.c                    |   22 +
 gas/config/rx-defs.h           |    1 +
 gas/config/rx-parse.y          |   16 +-
 gas/config/tc-rx.c             |  269 +++-
 gas/config/tc-rx.h             |   18 +-
 gas/testsuite/gas/rx/mov.d     |    3 +
 gas/testsuite/gas/rx/mov.sm    |    7 +
 include/elf/rx.h               |   15 +
 ld/emulparams/elf32rx_linux.sh |   26 +-
 13 files changed, 2675 insertions(+), 40 deletions(-)