_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:
David E. O'Brien 1999-05-02 21:22:50 +00:00
parent dacc95aa33
commit c062a8a30e

View File

@ -5,10 +5,10 @@
#define _G_config_h
#define _G_LIB_VERSION "3.0.0"
#define _G_VTABLE_LABEL_HAS_LENGTH 1
#define _G_USING_THUNKS
#ifdef __ELF__
#define _G_NAMES_HAVE_UNDERSCORE 0
#define _G_VTABLE_LABEL_PREFIX "__vt_"
#define _G_USING_THUNKS
#define _G_VTABLE_LABEL_PREFIX_ID __vt_
#else
#define _G_NAMES_HAVE_UNDERSCORE 1