]> gcc.gnu.org Git - gcc.git/blame - libstdc++/ChangeLog
Recognize _SOLTHREADS and define internal macros appropriately.
[gcc.git] / libstdc++ / ChangeLog
CommitLineData
64e8166e
MK
1Sat Jan 30 08:05:46 1999 Mumit Khan <khan@xraylith.wisc.edu>
2
3 * config/x86-interix.ml: New file.
4 * configure.in (i[3456]86-*-interix*): Add shared library support.
5
39268973
UD
61999-01-13 Ulrich Drepper <drepper@cygnus.com>
7
8 * configure.in: Test for "ln -s" and set LN_S in generated Makefile.
9 * Makefile.in: Use $(LN_S) instead of explicitly ln -s.
10
b07fe368
RL
11Sun Jan 03 03:16:02 1999 Robert Lipe <robertlipe@usa.net>
12
13 * configure.in: (*-*-sysv5, *-*-*udk*): Treat like sysv4.
14
a16e85c2
ME
15Tue Dec 8 00:59:09 1998 Marc Espie <Marc.Espie@liafa.jussieu.fr>
16
17 * Makefile.in: Be more selective about what files to install.
18
53806e9a
UD
191998-11-30 Ulrich Drepper <drepper@cygnus.com>
20
21 * std/bastring.cc (operator>>): Correct cast in last patch.
22 (getline): Likewise.
23
3993e0b3
AO
241998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
25
26 * Makefile.in (HEADERS): Install bitset
27
71205e0b
MH
281998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
29
30 * configure.in (compiler_name): Add check to detect if this
31 language's compiler has been built.
32
c0fea4ee
UD
331998-11-23 Ulrich Drepper <drepper@cygnus.com>
34
35 * std/bastring.cc (operator>>): Cast new character to char before
36 adding to string.
37 (getline): Likewise.
38
492d8fbe
L
39Thu Sep 17 01:29:46 1998 H.J. Lu (hjl@gnu.org)
40
41 * Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'.
42
43 * Makefile.in (install): Don't rely on 'ln -f'.
44
59325b77
MH
451998-09-09 Manfred Hollstein <manfred@s-direktnet.de>
46
47 * Makefile.in (install): Initialize RELINSTALLDIR correctly
48 even for multilib and cross configurations.
49
50 * configure.in (INSTALLDIR): Don't change INSTALLDIR's init
51 value if --enable-version-specific-runtime-libs has been specified.
52
7b5070d6
L
53Wed Sep 2 21:11:15 1998 H.J. Lu (hjl@gnu.org)
54
55 * Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
56
57 * configure.in: Fix INSTALLDIR replacement for cross-compile.
58
6882b080
L
59Sun Aug 30 22:17:41 1998 H.J. Lu (hjl@gnu.org)
60
61 * Makefile.in (INTERFACE): New, set to 2.
62 (ARLIB): Set to libstdc++.a.$(VERSION)
63 (ARLINK, MARLINK): New macros.
64 (LIBS): Add $(ARLINK).
65 ($(ARLINK), marlink): New targets.
66 (install): Don't check $(libsubdir). Handle versioned libraries.
67
68 * config/linux.ml (ARLIB, MARLINK, SHLIB, MSHLINK): New macros.
69 (LIBS): Add marlink $(ARLINK).
70
71 * config/aix.ml (ARLIB): Set to libstdc++-ar.a.$(VERSION)
72 (ARLINK): New macros.
73 (BUILD_LIBS): Add $(ARLINK).
74
75 * config/dec-osf.ml (LIBS): Add $(ARLINK).
76 * config/elf.ml (LIBS): Likewise.
77 * config/elfshlibm.ml (LIBS): Likewise.
78 * config/hpux.ml (LIBS): Likewise.
79 * config/iris5.ml (LIBS): Likewise.
80 * config/sol2shm.ml (LIBS): Likewise.
81 * config/sunos4.ml (LIBS): Likewise.
82
83 * configure.in: Use ${topsrcdir}/config.if to put
84 LIBSTDCXX_INTERFACE, CXX_INTERFACE, LIBC_INTERFACE in
85 ${package_makefile_frag}.
86
00045f52
ML
87