mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 21:46:02 -04:00
powerpc/asm: Convert .llong directives to .8byte
.llong is an undocumented PPC specific directive. The generic equivalent is .quad, but even better (because it's self describing) is .8byte. Convert all .llong directives to .8byte. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
committed by
Michael Ellerman
parent
5b593949f8
commit
eb039161da
@@ -8,7 +8,7 @@ message:
|
||||
.section ".toc"
|
||||
.balign 8
|
||||
pattern:
|
||||
.llong 0x5555AAAA5555AAAA
|
||||
.8byte 0x5555AAAA5555AAAA
|
||||
|
||||
.text
|
||||
FUNC_START(_start)
|
||||
|
||||
Reference in New Issue
Block a user