https://sourceware.org/bugzilla/show_bug.cgi?id=30877
--- Comment #2 from Andreas Schwab <sch...@linux-m68k.org> --- RISC-V use small data sections (it does not set NO_SMALL_DATA), and use the default of placing .sdata and .got after .data, thus relro for .got is not supported. In order to support relro, it needs to follow powerpc64 which places .sdata and .got before .data (see ld/emulparams/elf64ppc.sh). -- You are receiving this mail because: You are on the CC list for the bug.