mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
- Fedora 4 patch - fix for alpha arch
This commit is contained in:
parent
cf73143ce8
commit
f2099d5770
1 changed files with 6 additions and 0 deletions
|
|
@ -57,10 +57,16 @@
|
||||||
__asm__ (".set " #name "," #real); \
|
__asm__ (".set " #name "," #real); \
|
||||||
__asm__ (".set ." #name ",." #real)
|
__asm__ (".set ." #name ",." #real)
|
||||||
#else
|
#else
|
||||||
|
#ifdef __alpha__
|
||||||
|
#define use_default_symbol_version(real, name, version) \
|
||||||
|
__asm__ (".weak " #name); \
|
||||||
|
__asm__ (#name " = " #real)
|
||||||
|
#else
|
||||||
#define use_default_symbol_version(real, name, version) \
|
#define use_default_symbol_version(real, name, version) \
|
||||||
__asm__ (".weak " #name); \
|
__asm__ (".weak " #name); \
|
||||||
__asm__ (".set " #name "," #real)
|
__asm__ (".set " #name "," #real)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __ALSA_SYMBOLS_H */
|
#endif /* __ALSA_SYMBOLS_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue