The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Takashi Iwai f0fbd4c03e add support for hosts that have custom symbol prefixes
From: Mike Frysinger <vapier@gentoo.org>

some architectures, like Blackfin, have a prefix added to all symbols (in our
case it's historical baggage)

while normally packages shouldnt care, when code starts mixing assembler with
C (like symbol versioning), you need to dip down into the inner details.
find attached a patch which queries gcc for the prefix (all gcc toolchains
have a builtin define of __USER_LABEL_PREFIX__) and then automatically has
asm() constructs utilize this

since most targets define __USER_LABEL_PREFIX__ to nothing, hopefully this
shouldnt cause any problems :)
2006-09-19 18:07:51 +02:00
alsalisp Don't install alsalisp 2006-04-12 12:40:06 +02:00
aserver Terminate long_options array 2004-09-28 17:22:33 +00:00
doc Fix examples for PCM API. Fix dogygen warnings. 2006-07-11 21:48:51 +02:00
include add support for hosts that have custom symbol prefixes 2006-09-19 18:07:51 +02:00
modules Fix compile warnings 2005-12-16 18:43:49 +00:00
src fix parsing of non-decimal integers in configuration files 2006-09-18 17:57:58 +02:00
test pcm_min.c example - corrected comment 2006-01-10 09:58:15 +00:00
utils Changed permissions for scripts and added .hgignore file 2006-04-06 19:14:01 +02:00
.hgignore Fix .hgignore 2006-04-12 12:29:35 +02:00
.hgtags Added tag v1.0.13rc2 for changeset 258849dfcb4c27a019f74820ebe7829bcdf82724 2006-09-12 15:35:39 +02:00
acinclude.m4 fixed for the recent autoconf. 2004-01-26 15:52:17 +00:00
ChangeLog * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
configure.in add support for hosts that have custom symbol prefixes 2006-09-19 18:07:51 +02:00
COPYING Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
cvscompile Changed permissions for scripts and added .hgignore file 2006-04-06 19:14:01 +02:00
hgcompile Add hgcompile script and fix INSTALL document 2006-05-12 15:33:44 +02:00
INSTALL Add hgcompile script and fix INSTALL document 2006-05-12 15:33:44 +02:00
Makefile.am Add --disable-alisp configure option 2006-09-06 14:39:01 +02:00
MEMORY-LEAK Initial version 2003-02-04 14:56:07 +00:00
NOTES Add description about non-blocking behavior 2006-02-17 20:51:12 +00:00
TODO Added snd_config_load_override(). 2002-01-09 21:28:15 +00:00