We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8502030 + b043a59 commit 3ae122eCopy full SHA for 3ae122e
common_power.h
@@ -598,9 +598,14 @@ REALNAME:;\
598
#ifndef __64BIT__
599
#define PROLOGUE \
600
.machine "any";\
601
+ .toc;\
602
.globl .REALNAME;\
603
+ .globl REALNAME;\
604
+ .csect REALNAME[DS],3;\
605
+REALNAME:;\
606
+ .long .REALNAME, TOC[tc0], 0;\
607
.csect .text[PR],5;\
-.REALNAME:;
608
+.REALNAME:
609
610
#define EPILOGUE \
611
_section_.text:;\
@@ -611,9 +616,14 @@ _section_.text:;\
616
612
617
613
618
619
614
620
621
622
623
624
+ .llong .REALNAME, TOC[tc0], 0;\
615
625
.csect .text[PR], 5;\
626
627
628
629
0 commit comments