summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamone Tarsha <maamoun.tk@googlemail.com>2022-01-18 19:35:49 +0200
committerMamone Tarsha <maamoun.tk@googlemail.com>2022-01-18 19:35:49 +0200
commitc82876a5f542dd402382c2da1b56dc21943889b5 (patch)
tree73effa4b84cb34334ce5c15ab4e3b338e816eb5d
parent94228f87fac465bcc3cb36efb8a43ef27554f7e5 (diff)
downloadnettle-c82876a5f542dd402382c2da1b56dc21943889b5.tar.gz
[S390x] Alerting assembler of machine type
-rw-r--r--s390x/vf/memxor3.asm3
-rw-r--r--s390x/vf/sha3-permute.asm1
2 files changed, 3 insertions, 1 deletions
diff --git a/s390x/vf/memxor3.asm b/s390x/vf/memxor3.asm
index 46782005..8797369f 100644
--- a/s390x/vf/memxor3.asm
+++ b/s390x/vf/memxor3.asm
@@ -1,4 +1,4 @@
-C s390/memxor3.asm
+C s390/vx/memxor3.asm
ifelse(`
Copyright (C) 2020 Mamone Tarsha
@@ -30,6 +30,7 @@ ifelse(`
')
.file "memxor3.asm"
+.machine "z13"
.text
diff --git a/s390x/vf/sha3-permute.asm b/s390x/vf/sha3-permute.asm
index d656b97c..30514637 100644
--- a/s390x/vf/sha3-permute.asm
+++ b/s390x/vf/sha3-permute.asm
@@ -78,6 +78,7 @@ define(`T3', `%r13')
define(`RC', `%r14')
.file "sha3-permute.asm"
+.machine "z13"
.text