aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/riscv
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2018-07-14 20:05:39 +0000
committerJim Wilson <wilson@gcc.gnu.org>2018-07-14 13:05:39 -0700
commit12af29ab10fb5677cf947bcd7530c5f57c97522e (patch)
tree4595c2eaecd2ce813c00c2d9ad3152d6cb0fecd9 /gcc/config/riscv
parentba8d277ab0053f5ccae84081343f791c15a36452 (diff)
downloadgcc-12af29ab10fb5677cf947bcd7530c5f57c97522e.zip
gcc-12af29ab10fb5677cf947bcd7530c5f57c97522e.tar.gz
gcc-12af29ab10fb5677cf947bcd7530c5f57c97522e.tar.bz2
RISC-V: Fix nested function trampolines.
gcc/ * config/riscv/linux.h (TARGET_ASM_FILE_END): New. From-SVN: r262660
Diffstat (limited to 'gcc/config/riscv')
-rw-r--r--gcc/config/riscv/linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/riscv/linux.h b/gcc/config/riscv/linux.h
index 8556184..e208c95 100644
--- a/gcc/config/riscv/linux.h
+++ b/gcc/config/riscv/linux.h
@@ -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