summaryrefslogtreecommitdiff
path: root/src/xine-utils
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-20 13:33:38 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-20 13:33:38 +0100
commitdaddfcedb2e913788792394c6047e8d16629916d (patch)
treece4e4829f8a1b1764c0ac912671cb0731672ad45 /src/xine-utils
parent4b0f78e0af0db91d7b4789503482b70836b557a3 (diff)
parentcbaade083f6378381a96eacf76b0d2a522c675ae (diff)
downloadxine-lib-daddfcedb2e913788792394c6047e8d16629916d.tar.gz
xine-lib-daddfcedb2e913788792394c6047e8d16629916d.tar.bz2
Merge from 1.1.
Diffstat (limited to 'src/xine-utils')
-rw-r--r--src/xine-utils/ppcasm_string.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/ppcasm_string.S b/src/xine-utils/ppcasm_string.S
index 419a5d7d2..f829e0ae5 100644
--- a/src/xine-utils/ppcasm_string.S
+++ b/src/xine-utils/ppcasm_string.S
@@ -34,7 +34,8 @@
#define _GLOBFN(n)\
.stabs __stringify(n:F-1),N_FUN,0,0,n;\
.type n,@function; \
- .globl n;\
+ .globl n;\
+ .hidden n;\
n:
#define _SIZE(n) \