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 357d577131a67a8bb0b7d40415937d399c205626..cfe308ef57d2ad90f07f85eb97ffa22642f6d510 100644 (file)
@@ -5,5 +5,4 @@
 dlsym:
        mflr    5                      # The return address is arg3.
        b       __dlsym
-       .end    dlsym
        .size   dlsym, .-dlsym
index 7eb691d92b6aeaf1b96acc0f66db04510faa0adb..a14715fd4dc7684618fd3ab8286bbbe21edb4e00 100644 (file)
@@ -8,5 +8,4 @@ dlsym:
        .localentry dlsym,.-dlsym
        mflr    5                      # The return address is arg3.
        b       __dlsym
-       .end    dlsym
        .size   dlsym, .-dlsym