Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed since

EGCS 1.x have not been worked out.  And with 4.0 RELEASE comming quickly
we need C++ to be stable and usable.
This commit is contained in:
David E. O'Brien 2000-01-25 12:23:13 +00:00
parent e54b3aebe0
commit 3b9aa3617c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56586

View File

@ -1,3 +1,5 @@
/* $FreeBSD$ */
/* XXX _G_VTABLE_LABEL_PREFIX is different between ELF and a.out */
/* AUTOMATICALLY GENERATED; DO NOT EDIT! */
@ -5,11 +7,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_VTABLE_LABEL_PREFIX_ID __vt_
#define _G_VTABLE_LABEL_PREFIX "_vt$"
#define _G_VTABLE_LABEL_PREFIX_ID _vt$
#else
#define _G_NAMES_HAVE_UNDERSCORE 1
#define _G_VTABLE_LABEL_PREFIX "__vt$"