I am not sure if we should accept this on gcc trunk without binutils support?
On Sat, Apr 22, 2023 at 3:58 AM Jeff Law via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > > > On 2/10/23 15:41, Philipp Tomsich wrote: > > This adds the xventanacondops extension to the option parsing and as a > > default for the ventana-vt1 core: > > > > gcc/Changelog: > > > > * common/config/riscv/riscv-common.cc: Recognize > > "xventanacondops" as part of an architecture string. > > * config/riscv/riscv-opts.h (MASK_XVENTANACONDOPS): Define. > > (TARGET_XVENTANACONDOPS): Define. > > * config/riscv/riscv.opt: Add "riscv_xventanacondops". > > > > Signed-off-by: Philipp Tomsich <philipp.toms...@vrull.eu> > OK > jeff