diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-09-20 09:58:49 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-09-20 09:58:49 +0000 |
| commit | a1aae50cc5ab75d801b78437d5e9de9e3a4a160e (patch) | |
| tree | 7325c3acd76637218d55e06bc5ef5f612d83d4cd /gnu | |
| parent | e871e61fcf88e423592177161406e4f07dcdbb7c (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libstdc++/_G_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/lib/libstdc++/_G_config.h b/gnu/lib/libstdc++/_G_config.h index fd67d037a49e..c12cbefbd713 100644 --- a/gnu/lib/libstdc++/_G_config.h +++ b/gnu/lib/libstdc++/_G_config.h @@ -1,10 +1,16 @@ +/* XXX _G_VTABLE_LABLE_PREFIX is different between ELF and a.out */ + /* AUTOMATICALLY GENERATED; DO NOT EDIT! */ #ifndef _G_config_h #define _G_config_h #define _G_LIB_VERSION "2.7.2" #define _G_NAMES_HAVE_UNDERSCORE 1 #define _G_VTABLE_LABEL_HAS_LENGTH 1 +#ifdef __ELF__ +#define _G_VTABLE_LABEL_PREFIX "_vt." +#else #define _G_VTABLE_LABEL_PREFIX "__vt$" +#endif #define _G_HAVE_ST_BLKSIZE 1 typedef unsigned long _G_clock_t; typedef unsigned int _G_dev_t; |
