diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-04-30 07:38:27 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-04-30 07:38:27 +0000 |
| commit | bbba152305b78197bd2f0413664b4c2083975734 (patch) | |
| tree | 09e1562636421e14af407cff4849020a4247b141 /gnu/lib/libstdc++ | |
| parent | 83ad4e3dbca425aeec0b2e31879c7c9d86ad7c08 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libstdc++')
| -rw-r--r-- | gnu/lib/libstdc++/_G_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libstdc++/_G_config.h b/gnu/lib/libstdc++/_G_config.h index c12cbefbd713..010f8d3f3cbe 100644 --- a/gnu/lib/libstdc++/_G_config.h +++ b/gnu/lib/libstdc++/_G_config.h @@ -7,7 +7,7 @@ #define _G_NAMES_HAVE_UNDERSCORE 1 #define _G_VTABLE_LABEL_HAS_LENGTH 1 #ifdef __ELF__ -#define _G_VTABLE_LABEL_PREFIX "_vt." +#define _G_VTABLE_LABEL_PREFIX "_vt$" #else #define _G_VTABLE_LABEL_PREFIX "__vt$" #endif |
