提交 04945fda 编写于 作者: A Andy Polyakov

pa-risc2.s was not PIC, see RT#426. I strip call to fprintf as it's

never called anyway (it's a debugging assertion). If pa-risc2W.s is
PIC remains to be seen...
上级 97e2e71e
...@@ -747,8 +747,8 @@ bn_div_words ...@@ -747,8 +747,8 @@ bn_div_words
.PROC .PROC
.EXPORT bn_div_words,ENTRY,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR,RTNVAL=GR,LONG_RETURN .EXPORT bn_div_words,ENTRY,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR,RTNVAL=GR,LONG_RETURN
.IMPORT BN_num_bits_word,CODE .IMPORT BN_num_bits_word,CODE
.IMPORT __iob,DATA ;--- not PIC .IMPORT __iob,DATA
.IMPORT fprintf,CODE ;--- not PIC .IMPORT fprintf,CODE
.IMPORT abort,CODE .IMPORT abort,CODE
.IMPORT $$div2U,MILLICODE .IMPORT $$div2U,MILLICODE
.CALLINFO CALLER,FRAME=144,ENTRY_GR=%r9,SAVE_RP,ARGS_SAVED,ORDERING_AWARE .CALLINFO CALLER,FRAME=144,ENTRY_GR=%r9,SAVE_RP,ARGS_SAVED,ORDERING_AWARE
...@@ -844,12 +844,12 @@ $0006001A ...@@ -844,12 +844,12 @@ $0006001A
MOVIB,TR 2,%r8,$0006001C ;offset 0xa18 MOVIB,TR 2,%r8,$0006001C ;offset 0xa18
EXTRD,U %r3,63,32,%r7 ;offset 0xa1c EXTRD,U %r3,63,32,%r7 ;offset 0xa1c
$D2 $D2
ADDIL LR'__iob-$global$,%r27,%r1 ;offset 0xa20 ;--- not PIC ADDIL LR'__iob-$global$,%r27,%r1 ;offset 0xa20
LDIL LR'C$7,%r21 ;offset 0xa24 ;--- not PIC LDIL LR'C$7,%r21 ;offset 0xa24
LDO RR'__iob-$global$+32(%r1),%r26 ;offset 0xa28 ;--- not PIC LDO RR'__iob-$global$+32(%r1),%r26 ;offset 0xa28
.CALL ARGW0=GR,ARGW1=GR,ARGW2=GR,RTNVAL=GR ;in=24,25,26;out=28; ;--- not PIC .CALL ARGW0=GR,ARGW1=GR,ARGW2=GR,RTNVAL=GR ;in=24,25,26;out=28;
B,L fprintf,%r2 ;offset 0xa2c ;--- not PIC B,L fprintf,%r2 ;offset 0xa2c
LDO RR'C$7(%r21),%r25 ;offset 0xa30 ;--- not PIC LDO RR'C$7(%r21),%r25 ;offset 0xa30
.CALL ; .CALL ;
B,L abort,%r2 ;offset 0xa34 B,L abort,%r2 ;offset 0xa34
NOP ;offset 0xa38 NOP ;offset 0xa38
...@@ -1605,14 +1605,14 @@ bn_mul_comba4 ...@@ -1605,14 +1605,14 @@ bn_mul_comba4
.PROCEND .PROCEND
.SPACE $TEXT$ ;--- not PIC .SPACE $TEXT$
.SUBSPA $CODE$ ;--- not PIC .SUBSPA $CODE$
.SPACE $PRIVATE$,SORT=16 ;--- not PIC .SPACE $PRIVATE$,SORT=16
.IMPORT $global$,DATA ;--- not PIC .IMPORT $global$,DATA
.SPACE $TEXT$ ;--- not PIC .SPACE $TEXT$
.SUBSPA $CODE$ ;--- not PIC .SUBSPA $CODE$
.SUBSPA $LIT$,ACCESS=0x2c ;--- not PIC .SUBSPA $LIT$,ACCESS=0x2c
C$7 ;--- not PIC C$7
.ALIGN 8 ;--- not PIC .ALIGN 8
.STRINGZ "Division would overflow (%d)\n" ;--- not PIC .STRINGZ "Division would overflow (%d)\n"
.END .END
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册