mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
_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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue