mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Use _ALIGN_DATA and _ALIGN_TEXT.
This commit is contained in:
parent
03a719dcd1
commit
7968e6d2b2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100899
@ -38,7 +38,7 @@
|
||||
.register %g3, #ignore
|
||||
|
||||
.text
|
||||
.align 16
|
||||
_ALIGN_TEXT
|
||||
1: rd %pc, %l0
|
||||
ldx [%l0 + (4f-1b)], %l1
|
||||
add %l0, (6f-1b), %l2
|
||||
@ -64,7 +64,7 @@
|
||||
3: ldx [%l0 + (5f-1b)], %l1
|
||||
jmpl %l1, %g0
|
||||
nop
|
||||
.align 16
|
||||
_ALIGN_DATA
|
||||
4: .xword 0x0
|
||||
5: .xword 0x0
|
||||
6:
|
||||
|
@ -38,7 +38,7 @@
|
||||
.register %g3, #ignore
|
||||
|
||||
.text
|
||||
.align 16
|
||||
_ALIGN_TEXT
|
||||
1: rd %pc, %l0
|
||||
ldx [%l0 + (4f-1b)], %l1
|
||||
add %l0, (6f-1b), %l2
|
||||
@ -64,7 +64,7 @@
|
||||
3: ldx [%l0 + (5f-1b)], %l1
|
||||
jmpl %l1, %g0
|
||||
nop
|
||||
.align 16
|
||||
_ALIGN_DATA
|
||||
4: .xword 0x0
|
||||
5: .xword 0x0
|
||||
6:
|
||||
|
Loading…
Reference in New Issue
Block a user