]> gcc.gnu.org Git - gcc.git/blame - libstdc++/ChangeLog
* alpha.c (alpha_end_function): Don't flag weak functions.
[gcc.git] / libstdc++ / ChangeLog
CommitLineData
88101ab9
L
1Fri Apr 2 15:12:14 1999 H.J. Lu (hjl@gnu.org)
2
3 * libstdc++/configure.in (gxx_include_dir): Handle it.
4 * libstdc++/Makefile.in: Likewise.
5
5e34b217
MK
6Wed Mar 24 22:36:45 1999 Mumit Khan <khan@xraylith.wisc.edu>
7
8 * configure.in (EXEEXT): Define.
9 (compiler_name): Use.
10
4ccfc0c3
FS
11Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12
13 * configure.in: Add mh-*pic handling for alpha, arm, powerpc
14
268e8aee
DR
15Fri Mar 5 02:16:39 1999 Doug Rabson <dfr@freebsd.org>
16
17 * configure.in: Support shared libs on FreeBSD 3.x and 4.x
18 * config/freebsd.ml: A copy of config/linux.ml since they are both
19 ELF and both have a shared libm.
20
1b14496f
JM
211999-02-24 Jason Merrill <jason@yorick.cygnus.com>
22
23 * configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
24
477d3dbc
JL
25Sat Feb 20 13:17:17 1999 Jeffrey A Law (law@cygnus.com)
26
27 * string, std/straits.h, std/bastring.h: Revert recent change. Needs
28 some libiberty support before it can be re-enabled.
29
eca8ff32
ME
30Thu Feb 18 19:53:17 1999 Marc Espie <espie@cvs.openbsd.org>
31
32 * configure.in: Handle OpenBSD with and without threads.
33 * config/openbsd.ml: New file.
34 * config/openbsd.mt: New file.
35
ebf84769
BR
361999-01-28 Baron Roberts <baron@sgi.com>
37
38 * string: Uncomment wstring declaration.
39
40 * std/straits.h: Remove #if 0/#endif from around
41 struct string_char_traits <wchar_t>.
42 #include <cwchar>.
43 Add missing definition for wchar_t move method.
44 Add empty() method for trait-based empty string return.
45
46 * std/bastring.h (c_str): Change return of "" to return of
47 traits::empty() call so that proper empty string is returned
48 based on the character type (i.e. "" or L"").
49
ad902c98
JM
501999-02-07 Jason Merrill <jason@yorick.cygnus.com>
51
52 * Makefile.in (stuff2): Tweak.
53
7f84e195
UD
541999-02-04 Ulrich Drepper <drepper@cygnus.com>
55
56 * configure.in: Recognize --enable-threads=posix for all
57 platforms.
58 * config/posix.mt: New file.
59
60 * configure.in: Add fragments for Solaris defining macro specifying
61 thread library to be used.
62 * config/sol2pth.mt: New file
63 * config/sol2solth.mt: New file.
64 * stl/stl_alloc.h: Add support for Solaris thread library.
65 * stl/stl_config.h: Recognize _SOLTHREADS and define internal macros
66 appropriately.
67
64e8166e
MK
68Sat Jan 30 08:05:46 1999 Mumit Khan <khan@xraylith.wisc.edu>
69
70 * config/x86-interix.ml: New file.
71 * configure.in (i[3456]86-*-interix*): Add shared library support.
72
39268973
UD
731999-01-13 Ulrich Drepper <drepper@cygnus.com>
74
75 * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
76 * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
77
b07fe368
RL
78Sun Jan 03 03:16:02 1999 Robert Lipe <robertlipe@usa.net>
79
80 * configure.in: (*-*-sysv5, *-*-*udk*): Treat like sysv4.
81
a16e85c2
ME
82Tue Dec 8 00:59:09 1998 Marc Espie <Marc.Espie@liafa.jussieu.fr>
83
84 * Makefile.in: Be more selective about what files to install.
85
53806e9a
UD
861998-11-30 Ulrich Drepper <drepper@cygnus.com>
87
88 * std/bastring.cc (operator>>): Correct cast in last patch.
89 (getline): Likewise.
90
3993e0b3
AO
911998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
92
93 * Makefile.in (HEADERS): Install bitset
94
71205e0b
MH
951998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
96
97 * configure.in (compiler_name): Add check to detect if this
98 language's compiler has been built.
99
c0fea4ee
UD
1001998-11-23 Ulrich Drepper <drepper@cygnus.com>
101
102 * std/bastring.cc (operator>>): Cast new character to char before
103 adding to string.
104 (getline): Likewise.
105
492d8fbe
L
106Thu Sep 17 01:29:46 1998 H.J. Lu (hjl@gnu.org)
107
108 * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
109
110 * Makefile.in (install): Don't rely on 'ln -f'.
111
59325b77
MH
1121998-09-09 Manfred Hollstein <manfred@s-direktnet.de>
113
114 * Makefile.in (install): Initialize RELINSTALLDIR correctly
115 even for multilib and cross configurations.
116
117 * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
118 value if --enable-version-specific-runtime-libs has been specified.
119
7b5070d6
L
120Wed Sep 2 21:11:15 1998 H.J. Lu (hjl@gnu.org)
121
122 * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
123
124 * configure.in: Fix INSTALLDIR replacement for cross-compile.
125
6882b080
L
126Sun Aug 30 22:17:41 1998 H.J. Lu (hjl@gnu.org)
127
128 * Makefile.in (INTERFACE): New, set to 2.
129 (ARLIB): Set to libstdc++.a.$(VERSION)
130 (ARLINK, MARLINK): New macros.
131 (LIBS): Add $(ARLINK).
132 ($(ARLINK), marlink): New targets.
133 (install): Don't check $(libsubdir). Handle versioned libraries.
134
135 * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
136 (LIBS): Add marlink $(ARLINK).
137
138 * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
139 (ARLINK): New macros.
140 (BUILD_LIBS): Add $(ARLINK).
141
142 * config/dec-osf.ml (LIBS): Add $(ARLINK).
143 * config/elf.ml (LIBS): Likewise.
144 * config/elfshlibm.ml (LIBS): Likewise.
145 * config/hpux.ml (LIBS): Likewise.
146 * config/iris5.ml (LIBS): Likewise.
147 * config/sol2shm.ml (LIBS): Likewise.
148 * config/sunos4.ml (LIBS): Likewise.
149
150 * configure.in: Use ${topsrcdir}/config.if to put
151 LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
152 ${package_makefile_frag}.
153
00045f52
ML
154