]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/frv/frvbegin.c
Implement FR-V FDPIC ABI support for frv-uclinux and frv-linux.
[gcc.git] / gcc / config / frv / frvbegin.c
index d021b3540a5e6efc7581014cf5e853190677e776..f888a481b153247db3ac32db40fbed45ce07158e 100644 (file)
@@ -71,10 +71,13 @@ INIT_SECTION_NEG_ONE (".dtors", "\"aw\"", "__DTOR_LIST__");
 
 INIT_SECTION (".eh_frame", "\"aw\"", "__EH_FRAME_BEGIN__");
 
+#if ! __FRV_FDPIC__
+/* In FDPIC, the linker itself generates this.  */
 /* Beginning of .rofixup section that provides a list of pointers that we
    need to adjust.  */
 
 INIT_SECTION (".rofixup", "\"a\"", "__ROFIXUP_LIST__");
+#endif /* __FRV_FDPIC__ */
 
 extern void __frv_register_eh(void) __attribute__((__constructor__));
 extern void __frv_deregister_eh(void) __attribute__((__destructor__));
This page took 0.033196 seconds and 5 git commands to generate.