mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
remove stray .end directives from powerpc[64] asm
maintainer's note: these are not meaningful/correct/needed and the clang integrated assembler errors out upon seeing them.
This commit is contained in:
parent
f3f96f2daa
commit
94751d8ee4
2 changed files with 0 additions and 2 deletions
|
@ -5,5 +5,4 @@
|
|||
dlsym:
|
||||
mflr 5 # The return address is arg3.
|
||||
b __dlsym
|
||||
.end dlsym
|
||||
.size dlsym, .-dlsym
|
||||
|
|
|
@ -8,5 +8,4 @@ dlsym:
|
|||
.localentry dlsym,.-dlsym
|
||||
mflr 5 # The return address is arg3.
|
||||
b __dlsym
|
||||
.end dlsym
|
||||
.size dlsym, .-dlsym
|
||||
|
|
Loading…
Add table
Reference in a new issue