summaryrefslogtreecommitdiffstats
path: root/loader/stubs.s
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 18:40:44 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 18:40:44 +0000
commit5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8 (patch)
tree5c630dd1bec808dfe785e27b47615982d84040ad /loader/stubs.s
parent49ea21d07367275022349403cb4a60f8316e5634 (diff)
downloadmpv-5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8.tar.bz2
mpv-5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8.tar.xz
applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/stubs.s')
-rw-r--r--loader/stubs.s16
1 files changed, 2 insertions, 14 deletions
diff --git a/loader/stubs.s b/loader/stubs.s
index dd2d5db931..d2ca312594 100644
--- a/loader/stubs.s
+++ b/loader/stubs.s
@@ -1,13 +1,7 @@
- .file "stubs.c"
- .version "01.01"
-gcc2_compiled.:
-.section .rodata
-.LC0:
- .string "Called unk_%s\n"
-.data
+ .data
+.LC0: .string "Called unk_%s\n"
.align 4
.globl unk_exp1
- .type unk_exp1,@function
unk_exp1:
pushl %ebp
movl %esp,%ebp
@@ -26,11 +20,5 @@ unk_exp1:
call printf
addl $8,%esp
xorl %eax,%eax
- jmp .L1
- .align 4
-.L1:
leave
ret
-.Lfe1:
- .size unk_exp1,.Lfe1-unk_exp1
- .ident "GCC: (GNU) egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)"