_G_USING_THUNKS probably applies to a.out too.
(well we define DEFAULT_VTABLE_THUNKS=1 for G++ in the a.out case, so it seems likely) Submitted by: jdp
This commit is contained in:
parent
dacc95aa33
commit
c062a8a30e
@ -5,10 +5,10 @@
|
|||||||
#define _G_config_h
|
#define _G_config_h
|
||||||
#define _G_LIB_VERSION "3.0.0"
|
#define _G_LIB_VERSION "3.0.0"
|
||||||
#define _G_VTABLE_LABEL_HAS_LENGTH 1
|
#define _G_VTABLE_LABEL_HAS_LENGTH 1
|
||||||
|
#define _G_USING_THUNKS
|
||||||
#ifdef __ELF__
|
#ifdef __ELF__
|
||||||
#define _G_NAMES_HAVE_UNDERSCORE 0
|
#define _G_NAMES_HAVE_UNDERSCORE 0
|
||||||
#define _G_VTABLE_LABEL_PREFIX "__vt_"
|
#define _G_VTABLE_LABEL_PREFIX "__vt_"
|
||||||
#define _G_USING_THUNKS
|
|
||||||
#define _G_VTABLE_LABEL_PREFIX_ID __vt_
|
#define _G_VTABLE_LABEL_PREFIX_ID __vt_
|
||||||
#else
|
#else
|
||||||
#define _G_NAMES_HAVE_UNDERSCORE 1
|
#define _G_NAMES_HAVE_UNDERSCORE 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user