diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-11-14 14:27:51 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-11-14 14:27:51 -0500 |
commit | d1bf452d75bef2b098765fe94b9ccb24cdb6568b (patch) | |
tree | 22e8fe918c77bc3ea2a142971dd2c5b3e63b5c3d /src/ldso/powerpc/dlsym.s | |
parent | e7257d3e63b10d4725450c383e94cdbb997d9151 (diff) | |
download | musl-d1bf452d75bef2b098765fe94b9ccb24cdb6568b.tar.gz musl-d1bf452d75bef2b098765fe94b9ccb24cdb6568b.tar.bz2 musl-d1bf452d75bef2b098765fe94b9ccb24cdb6568b.tar.xz musl-d1bf452d75bef2b098765fe94b9ccb24cdb6568b.zip |
fix indention with spaces in powerpc asm
Diffstat (limited to 'src/ldso/powerpc/dlsym.s')
-rw-r--r-- | src/ldso/powerpc/dlsym.s | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ldso/powerpc/dlsym.s b/src/ldso/powerpc/dlsym.s index 20796176..b9fae982 100644 --- a/src/ldso/powerpc/dlsym.s +++ b/src/ldso/powerpc/dlsym.s @@ -1,8 +1,8 @@ - .text - .global dlsym - .type dlsym,@function + .text + .global dlsym + .type dlsym,@function dlsym: - mflr 5 # The return address is arg3. - b __dlsym - .end dlsym - .size dlsym, .-dlsym + mflr 5 # The return address is arg3. + b __dlsym + .end dlsym + .size dlsym, .-dlsym |