Commit 12af29ab by Jim Wilson Committed by Jim Wilson

RISC-V: Fix nested function trampolines.

	gcc/
	* config/riscv/linux.h (TARGET_ASM_FILE_END): New.

From-SVN: r262660
parent ba8d277a
2018-07-14 Jim Wilson <jimw@sifive.com>
* config/riscv/linux.h (TARGET_ASM_FILE_END): New.
2018-07-14 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.c (pdp11_rtx_costs): Bugfixes.
......
......@@ -66,3 +66,5 @@ along with GCC; see the file COPYING3. If not see
%{rdynamic:-export-dynamic} \
-dynamic-linker " GNU_USER_DYNAMIC_LINKER "} \
%{static:-static}}"
#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment