summaryrefslogtreecommitdiff
path: root/gcc/config/frv/frvend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/frv/frvend.c')
-rw-r--r--gcc/config/frv/frvend.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/frv/frvend.c b/gcc/config/frv/frvend.c
index 6709cdba078..f8080c6f031 100644
--- a/gcc/config/frv/frvend.c
+++ b/gcc/config/frv/frvend.c
@@ -64,7 +64,10 @@ FINI_SECTION_ZERO (".dtors", "\"aw\"", "__DTOR_END__");
FINI_SECTION_ZERO (".eh_frame", "\"aw\"", "__FRAME_END__");
+#if ! __FRV_FDPIC__
+/* In FDPIC, the linker itself generates this. */
/* End of .rofixup section that provides a list of pointers that we
need to adjust. */
FINI_SECTION (".rofixup", "\"a\"", "__ROFIXUP_END__");
+#endif /* __FRV_FDPIC__ */