Skip site navigation (1)Skip section navigation (2)

CVS log for src/gnu/lib/libstdc++/Attic/_G_config.h

[BACK] Up to [FreeBSD] / src / gnu / lib / libstdc++

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.10
Wed May 29 00:45:51 2002 UTC (9 years, 8 months ago) by peter
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.9: +1 -1 lines
Add some build glue for libstdc++.  I'm not a C++ person, but this seems
to work at least for the non-hairy stuff.  The main wrinkle here is that
a whole mess of include files get installed and under different names.
An earlier version of this built a shadow include tree first in the obj
directory, but this depends on the 'make includes' functionality.

More tweaking is certainly going to be needed.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jan 25 12:23:13 2000 UTC (12 years ago) by obrien
Branches: MAIN
CVS tags: WIP_GCC31_BP, WIP_GCC31, RELENG_4_BP, RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3, RELENG_4_2_0_RELEASE, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10, RELENG_4_0_0_RELEASE, RELENG_4, PRE_SMPNG, BEFORE_GCC_2_95_3_TEST3, BEFORE_GCC_2_95_3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -3 lines
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.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 2 21:22:50 1999 UTC (12 years, 9 months ago) by obrien
Branches: MAIN
CVS tags: EGCS_11x, BEFORE_GCC_2_95_1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
_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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Apr 8 07:37:13 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -0 lines
Get stdargs right on the Alpha.

Submitted by:	Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 7 07:48:23 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +40 -29 lines
Don't generate _G_config.h, use fixed version.
I knew better... too dependant on the environment we generate in, but...

This fixes the
/usr/lib/libstdc++.so: undefined reference to `filebuf virtual table'
/usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table'
errors seen after the initial bootstrap from gcc 2.7.2 to EGCS.

Agreed with by:	bde & jdp

Revision 1.5
Mon Apr 5 01:16:03 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
FILE REMOVED
Changes since revision 1.4: +0 -0 lines
_G_config.h is now dynamically created.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Aug 31 13:47:03 1998 UTC (13 years, 5 months ago) by dfr
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_5_0_RELEASE, RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE, RELENG_3_0_0_RELEASE, RELENG_3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Get definition of va_list from <stdarg.h>.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 30 07:38:27 1998 UTC (13 years, 9 months ago) by dfr
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
This was broken for ELF builds.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 20 09:58:49 1997 UTC (14 years, 4 months ago) by peter
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -0 lines
_G_VTABLE_LABLE_PREFIX is different between ELF and a.out
('_vt.' vs '__vt$')

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 3 22:52:23 1996 UTC (15 years, 4 months ago) by peter
Branches: MAIN
CVS tags: RELENG_2_2_BP, RELENG_2_2_8_RELEASE, RELENG_2_2_7_RELEASE, RELENG_2_2_6_RELEASE, RELENG_2_2_5_RELEASE, RELENG_2_2_2_RELEASE, RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE, RELENG_2_2
Initial shot at a bmakefile for libstdc++

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options