artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f29675
)
Found a .data variable that can be in .rodata
author
deraadt
<deraadt@openbsd.org>
Wed, 17 Jan 2018 16:33:33 +0000
(16:33 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 17 Jan 2018 16:33:33 +0000
(16:33 +0000)
ok mibek
sys/arch/amd64/amd64/aes_intel.S
patch
|
blob
|
history
diff --git
a/sys/arch/amd64/amd64/aes_intel.S
b/sys/arch/amd64/amd64/aes_intel.S
index
efb8f5a
..
85f216a
100644
(file)
--- a/
sys/arch/amd64/amd64/aes_intel.S
+++ b/
sys/arch/amd64/amd64/aes_intel.S
@@
-1,4
+1,4
@@
-/* $OpenBSD: aes_intel.S,v 1.
9 2013/03/26 15:47:01 jsing Exp $
*/
+/* $OpenBSD: aes_intel.S,v 1.
10 2018/01/17 16:33:33 deraadt Exp $
*/
/*
* Implement AES algorithm in Intel AES-NI instructions.
@@
-97,7
+97,7
@@
#define T2 %r11
#define TCTR_LOW T2
- .data
+ .
section .ro
data
.align 16
.Lbswap_mask:
.byte 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0