File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1622,13 +1622,15 @@ void gotoblas_dummy_for_PGI(void) {
1622
1622
gotoblas_init ();
1623
1623
gotoblas_quit ();
1624
1624
1625
+ #if __PGIC__ < 19
1625
1626
#if 0
1626
1627
asm ("\t.section\t.ctors,\"aw\",@progbits; .align 8; .quad gotoblas_init; .section .text" );
1627
1628
asm ("\t.section\t.dtors,\"aw\",@progbits; .align 8; .quad gotoblas_quit; .section .text" );
1628
1629
#else
1629
1630
asm (".section .init,\"ax\"; call gotoblas_init@PLT; .section .text" );
1630
1631
asm (".section .fini,\"ax\"; call gotoblas_quit@PLT; .section .text" );
1631
1632
#endif
1633
+ #endif
1632
1634
}
1633
1635
#endif
1634
1636
@@ -3192,14 +3194,15 @@ void gotoblas_dummy_for_PGI(void) {
3192
3194
3193
3195
gotoblas_init ();
3194
3196
gotoblas_quit ();
3195
-
3197
+ #if __PGIC__ < 19
3196
3198
#if 0
3197
3199
asm ("\t.section\t.ctors,\"aw\",@progbits; .align 8; .quad gotoblas_init; .section .text" );
3198
3200
asm ("\t.section\t.dtors,\"aw\",@progbits; .align 8; .quad gotoblas_quit; .section .text" );
3199
3201
#else
3200
3202
asm (".section .init,\"ax\"; call gotoblas_init@PLT; .section .text" );
3201
3203
asm (".section .fini,\"ax\"; call gotoblas_quit@PLT; .section .text" );
3202
3204
#endif
3205
+ #endif
3203
3206
}
3204
3207
#endif
3205
3208
You can’t perform that action at this time.
0 commit comments