about summary refs log tree commit diff
path: root/src/ldso/powerpc/dlsym.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldso/powerpc/dlsym.s')
-rw-r--r--src/ldso/powerpc/dlsym.s14
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