remove stray .end directives from powerpc[64] asm
authorFangrui Song <i@maskray.me>
Mon, 1 Jul 2019 09:42:49 +0000 (09:42 +0000)
committerRich Felker <dalias@aerifal.cx>
Tue, 2 Jul 2019 21:01:39 +0000 (17:01 -0400)
maintainer's note: these are not meaningful/correct/needed and the
clang integrated assembler errors out upon seeing them.

src/ldso/powerpc/dlsym.s
src/ldso/powerpc64/dlsym.s

index 357d577..cfe308e 100644 (file)
@@ -5,5 +5,4 @@
 dlsym:
        mflr    5                      # The return address is arg3.
        b       __dlsym
-       .end    dlsym
        .size   dlsym, .-dlsym
index 7eb691d..a14715f 100644 (file)
@@ -8,5 +8,4 @@ dlsym:
        .localentry dlsym,.-dlsym
        mflr    5                      # The return address is arg3.
        b       __dlsym
-       .end    dlsym
        .size   dlsym, .-dlsym