summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm
diff options
context:
space:
mode:
authormiod <>2023-02-02 20:12:05 +0000
committermiod <>2023-02-02 20:12:05 +0000
commit1a5678df965e311208c6fae9eb6a9b38ee493226 (patch)
tree2300acca7eeb3a29e55ff715508723d016d98f01 /src/lib/libcrypto/bn/asm
parentcea09ef9db2c57982c7c7d5eb3808c823c8e16ba (diff)
downloadopenbsd-1a5678df965e311208c6fae9eb6a9b38ee493226.tar.gz
openbsd-1a5678df965e311208c6fae9eb6a9b38ee493226.tar.bz2
openbsd-1a5678df965e311208c6fae9eb6a9b38ee493226.zip
Remove AIX toc data after every function. NFC
Diffstat (limited to 'src/lib/libcrypto/bn/asm')
-rw-r--r--src/lib/libcrypto/bn/asm/ppc-mont.pl5
-rw-r--r--src/lib/libcrypto/bn/asm/ppc.pl30
2 files changed, 0 insertions, 35 deletions
diff --git a/src/lib/libcrypto/bn/asm/ppc-mont.pl b/src/lib/libcrypto/bn/asm/ppc-mont.pl
index f9b6992ccc..293343619e 100644
--- a/src/lib/libcrypto/bn/asm/ppc-mont.pl
+++ b/src/lib/libcrypto/bn/asm/ppc-mont.pl
@@ -322,11 +322,6 @@ Lcopy: ; copy or in-place refresh
322 $POP r31,`-1*$SIZE_T`($tj) 322 $POP r31,`-1*$SIZE_T`($tj)
323 mr $sp,$tj 323 mr $sp,$tj
324 blr 324 blr
325 .long 0
326 .byte 0,12,4,0,0x80,12,6,0
327 .long 0
328
329.asciz "Montgomery Multiplication for PPC, CRYPTOGAMS by <appro\@openssl.org>"
330___ 325___
331 326
332$code =~ s/\`([^\`]*)\`/eval $1/gem; 327$code =~ s/\`([^\`]*)\`/eval $1/gem;
diff --git a/src/lib/libcrypto/bn/asm/ppc.pl b/src/lib/libcrypto/bn/asm/ppc.pl
index 34e38d8f6a..c9b7f9477d 100644
--- a/src/lib/libcrypto/bn/asm/ppc.pl
+++ b/src/lib/libcrypto/bn/asm/ppc.pl
@@ -389,9 +389,6 @@ $data=<<EOF;
389 $ST r9,`6*$BNSZ`(r3) #r[6]=c1 389 $ST r9,`6*$BNSZ`(r3) #r[6]=c1
390 $ST r10,`7*$BNSZ`(r3) #r[7]=c2 390 $ST r10,`7*$BNSZ`(r3) #r[7]=c2
391 blr 391 blr
392 .long 0
393 .byte 0,12,0x14,0,0,0,2,0
394 .long 0
395 392
396# 393#
397# NOTE: The following label name should be changed to 394# NOTE: The following label name should be changed to
@@ -816,9 +813,6 @@ $data=<<EOF;
816 813
817 814
818 blr 815 blr
819 .long 0
820 .byte 0,12,0x14,0,0,0,2,0
821 .long 0
822 816
823# 817#
824# NOTE: The following label name should be changed to 818# NOTE: The following label name should be changed to
@@ -969,9 +963,6 @@ $data=<<EOF;
969 $ST r10,`6*$BNSZ`(r3) #r[6]=c1 963 $ST r10,`6*$BNSZ`(r3) #r[6]=c1
970 $ST r11,`7*$BNSZ`(r3) #r[7]=c2 964 $ST r11,`7*$BNSZ`(r3) #r[7]=c2
971 blr 965 blr
972 .long 0
973 .byte 0,12,0x14,0,0,0,3,0
974 .long 0
975 966
976# 967#
977# NOTE: The following label name should be changed to 968# NOTE: The following label name should be changed to
@@ -1507,9 +1498,6 @@ $data=<<EOF;
1507 $ST r12,`14*$BNSZ`(r3) #r[14]=c3; 1498 $ST r12,`14*$BNSZ`(r3) #r[14]=c3;
1508 $ST r10,`15*$BNSZ`(r3) #r[15]=c1; 1499 $ST r10,`15*$BNSZ`(r3) #r[15]=c1;
1509 blr 1500 blr
1510 .long 0
1511 .byte 0,12,0x14,0,0,0,3,0
1512 .long 0
1513 1501
1514# 1502#
1515# NOTE: The following label name should be changed to 1503# NOTE: The following label name should be changed to
@@ -1557,9 +1545,6 @@ Lppcasm_sub_adios:
1557 subfze r3,r0 # if carry bit is set then r3 = 0 else -1 1545 subfze r3,r0 # if carry bit is set then r3 = 0 else -1
1558 andi. r3,r3,1 # keep only last bit. 1546 andi. r3,r3,1 # keep only last bit.
1559 blr 1547 blr
1560 .long 0
1561 .byte 0,12,0x14,0,0,0,4,0
1562 .long 0
1563 1548
1564# 1549#
1565# NOTE: The following label name should be changed to 1550# NOTE: The following label name should be changed to
@@ -1602,9 +1587,6 @@ Lppcasm_add_mainloop:
1602Lppcasm_add_adios: 1587Lppcasm_add_adios:
1603 addze r3,r0 #return carry bit. 1588 addze r3,r0 #return carry bit.
1604 blr 1589 blr
1605 .long 0
1606 .byte 0,12,0x14,0,0,0,4,0
1607 .long 0
1608 1590
1609# 1591#
1610# NOTE: The following label name should be changed to 1592# NOTE: The following label name should be changed to
@@ -1717,9 +1699,6 @@ Lppcasm_div8:
1717Lppcasm_div9: 1699Lppcasm_div9:
1718 or r3,r8,r0 1700 or r3,r8,r0
1719 blr 1701 blr
1720 .long 0
1721 .byte 0,12,0x14,0,0,0,3,0
1722 .long 0
1723 1702
1724# 1703#
1725# NOTE: The following label name should be changed to 1704# NOTE: The following label name should be changed to
@@ -1758,9 +1737,6 @@ Lppcasm_sqr_mainloop:
1758 bdnz- Lppcasm_sqr_mainloop 1737 bdnz- Lppcasm_sqr_mainloop
1759Lppcasm_sqr_adios: 1738Lppcasm_sqr_adios:
1760 blr 1739 blr
1761 .long 0
1762 .byte 0,12,0x14,0,0,0,3,0
1763 .long 0
1764 1740
1765# 1741#
1766# NOTE: The following label name should be changed to 1742# NOTE: The following label name should be changed to
@@ -1863,9 +1839,6 @@ Lppcasm_mw_REM:
1863Lppcasm_mw_OVER: 1839Lppcasm_mw_OVER:
1864 addi r3,r12,0 1840 addi r3,r12,0
1865 blr 1841 blr
1866 .long 0
1867 .byte 0,12,0x14,0,0,0,4,0
1868 .long 0
1869 1842
1870# 1843#
1871# NOTE: The following label name should be changed to 1844# NOTE: The following label name should be changed to
@@ -1988,9 +1961,6 @@ Lppcasm_maw_leftover:
1988Lppcasm_maw_adios: 1961Lppcasm_maw_adios:
1989 addi r3,r12,0 1962 addi r3,r12,0
1990 blr 1963 blr
1991 .long 0
1992 .byte 0,12,0x14,0,0,0,4,0
1993 .long 0
1994 .align 4 1964 .align 4
1995EOF 1965EOF
1996$data =~ s/\`([^\`]*)\`/eval $1/gem; 1966$data =~ s/\`([^\`]*)\`/eval $1/gem;