Преглед на файлове

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.
Fangrui Song преди 5 години
родител
ревизия
94751d8ee4
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 1
      src/ldso/powerpc/dlsym.s
  2. 0 1
      src/ldso/powerpc64/dlsym.s

+ 0 - 1
src/ldso/powerpc/dlsym.s

@@ -5,5 +5,4 @@
 dlsym:
 	mflr    5                      # The return address is arg3.
 	b       __dlsym
-	.end    dlsym
 	.size   dlsym, .-dlsym

+ 0 - 1
src/ldso/powerpc64/dlsym.s

@@ -8,5 +8,4 @@ dlsym:
 	.localentry dlsym,.-dlsym
 	mflr    5                      # The return address is arg3.
 	b       __dlsym
-	.end    dlsym
 	.size   dlsym, .-dlsym