Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483610 | Differences between
and this patch

Collapse All | Expand All

(-)a/Source/WTF/wtf/InlineASM.h (+2 lines)
Lines 44-49 Link Here
44
#define GLOBAL_REFERENCE(name) #name "@plt"
44
#define GLOBAL_REFERENCE(name) #name "@plt"
45
#elif CPU(X86) && COMPILER(MINGW)
45
#elif CPU(X86) && COMPILER(MINGW)
46
#define GLOBAL_REFERENCE(name) "@" #name "@4"
46
#define GLOBAL_REFERENCE(name) "@" #name "@4"
47
#elif OS(LINUX) && CPU(X86) && __PIC__
48
#define GLOBAL_REFERENCE(name) SYMBOL_STRING(name) "@plt"
47
#else
49
#else
48
#define GLOBAL_REFERENCE(name) SYMBOL_STRING(name)
50
#define GLOBAL_REFERENCE(name) SYMBOL_STRING(name)
49
#endif
51
#endif

Return to bug 483610