]> git.pld-linux.org Git - packages/alsa-lib.git/blame - alsa-lib-alpha.patch
- release 2 for Th.
[packages/alsa-lib.git] / alsa-lib-alpha.patch
CommitLineData
a3f7bce9
JB
1--- alsa-lib-1.0.5/include/alsa-symbols.h.orig 2003-08-13 13:18:36.000000000 +0000
2+++ alsa-lib-1.0.5/include/alsa-symbols.h 2004-05-31 19:14:48.000000000 +0000
3@@ -56,6 +56,11 @@
4 __asm__ (".weak ." #name); \
5 __asm__ (".set " #name "," #real); \
6 __asm__ (".set ." #name ",." #real)
7+#elif defined(__alpha__)
8+#define use_default_symbol_version(real, name, version) \
9+ __asm__ (".weak " #name); \
10+ __asm__ ("$" #name "..ng = $" #real "..ng"); \
11+ __asm__ (#name " = " #real);
12 #else
13 #define use_default_symbol_version(real, name, version) \
14 __asm__ (".weak " #name); \
This page took 0.143348 seconds and 4 git commands to generate.