gcc/libgcc/config/riscv/crtn.S
Monk Chiang 2b3efe793e RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extension
gcc/ChangeLog:
	* config/riscv/riscv.cc
	(riscv_file_end): Add .note.gnu.property.

libgcc/ChangeLog:
	* config/riscv/crti.S: Add lpad instructions.
	* config/riscv/crtn.S: Likewise.
	* config/riscv/save-restore.S: Likewise.
	* config/riscv/riscv-asm.h: Add GNU_PROPERTY for ZICFILP,
	ZICFISS.

	Co-Developed-by: Jesse Huang <jesse.huang@sifive.com>
2025-01-17 10:54:44 +08:00

3 lines
100 B
ArmAsm

/* crtn.S is empty because .init_array/.fini_array are used exclusively. */
#include "riscv-asm.h"