diff options
| author | skrll <skrll@NetBSD.org> | 2004-02-16 16:06:38 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2004-02-16 16:06:38 +0000 |
| commit | 7354ecab794b585cfcdb41269077fd77f73078e2 (patch) | |
| tree | 108a851ceda7989cab24e9d8c23d54d687a89bca /gnu/lib/libstdc++-v3 | |
| parent | 0e9e078e224e37a8cca221af0e49b9ee93d15a03 (diff) | |
Re-run mknative for mipseb (sgimips). Should close PR 24438.
Diffstat (limited to 'gnu/lib/libstdc++-v3')
| -rw-r--r-- | gnu/lib/libstdc++-v3/arch/mipseb/c++config.h | 6 | ||||
| -rw-r--r-- | gnu/lib/libstdc++-v3/arch/mipseb/config.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h b/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h index 889f5d05902..30ccd60a395 100644 --- a/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h +++ b/gnu/lib/libstdc++-v3/arch/mipseb/c++config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ // Predefined symbols and macros -*- C++ -*- @@ -126,7 +126,7 @@ /* #undef _GLIBCPP_CONCEPT_CHECKS */ // Define to use symbol versioning in the shared library. -#define _GLIBCPP_SYMVER 1 +/* #undef _GLIBCPP_SYMVER */ // Define symbol versioning in assember directives. If symbol // versioning is beigng used, and the assembler supports this kind of @@ -896,7 +896,7 @@ #define _GLIBCPP_PACKAGE "libstdc++" /* Version number of package */ -#define _GLIBCPP_VERSION "3.3.2" +#define _GLIBCPP_VERSION "3.3.3" /* Define if the compiler is configured for setjmp/longjmp exceptions. */ /* #undef _GLIBCPP_SJLJ_EXCEPTIONS */ diff --git a/gnu/lib/libstdc++-v3/arch/mipseb/config.h b/gnu/lib/libstdc++-v3/arch/mipseb/config.h index 27f2911a560..f4512b019e5 100644 --- a/gnu/lib/libstdc++-v3/arch/mipseb/config.h +++ b/gnu/lib/libstdc++-v3/arch/mipseb/config.h @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.11 2004/01/02 11:58:32 skrll Exp */ +/* Generated from: NetBSD: mknative-gcc,v 1.12 2004/02/10 09:37:58 skrll Exp */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -26,7 +26,7 @@ /* #undef _GLIBCPP_CONCEPT_CHECKS */ // Define to use symbol versioning in the shared library. -#define _GLIBCPP_SYMVER 1 +/* #undef _GLIBCPP_SYMVER */ // Define symbol versioning in assember directives. If symbol // versioning is beigng used, and the assembler supports this kind of @@ -796,7 +796,7 @@ #define PACKAGE "libstdc++" /* Version number of package */ -#define VERSION "3.3.2" +#define VERSION "3.3.3" /* Define if the compiler is configured for setjmp/longjmp exceptions. */ /* #undef _GLIBCPP_SJLJ_EXCEPTIONS */ |
