summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/Makefile.in
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-25 10:14:26 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-25 10:14:26 +0000
commit06ba2d048c68178d223809881d3a5f9e40eb71ce (patch)
tree5db679c7d3f405e9c7a2d50713a081ac981fdd28 /libstdc++-v3/src/Makefile.in
parent93035a424b294501cf64b39afcfb6cf2a314e011 (diff)
downloadgcc-06ba2d048c68178d223809881d3a5f9e40eb71ce.tar.gz
2000-05-24 Nathan "I don't write ChangeLog Entries" Myers <ncm@cantrip.org>
* config/cpu/i486: New directory. * config/cpu/i486/bits: New directory. * config/cpu/i486/bits/atomicity.h: New file. * config/cpu/i386/bits/atomicity.h (__compare_and_swap): Delete 'cmpxchgl' asm. * acinclude.m4 (GLIBCPP_CHECK_CPU): Enable i386. 2000-05-24 Loren J. Rittle <ljrittle@acm.org> * backward/alloc.h (__default_alloc_template): Only expose implementation-specific symbol, if it exists in the configuration. * backward/iostream.h (ends): Expose symbol. * backward/strstream.h: New file. * backward/stream.h: New file. * backward/ostream.h: New file. * backward/istream.h: New file. * backward/fstream.h: New file. * backward/complex.h: New file. * backward/iomanip.h: New file. * mkcheck.in (LIB_PATH): Add -R bits. * math/carg.c (carg): Replace __atan2 with atan2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34162 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/src/Makefile.in')
-rw-r--r--libstdc++-v3/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/src/Makefile.in b/libstdc++-v3/src/Makefile.in
index 926f68d5001..1b0bbf3f159 100644
--- a/libstdc++-v3/src/Makefile.in
+++ b/libstdc++-v3/src/Makefile.in
@@ -629,7 +629,7 @@ $(headers:%=$(myincludep)%): $(myincludep)%: %
fi;
# All the machinations with string instantiations messes up the
-# automake-genrated TAGS rule. Make a simple one here.
+# automake-generated TAGS rule. Make a simple one here.
TAGS: $(generated_headers) $(cpu_headers)
etags -C $(top_srcdir)/bits/*.h $(top_srcdir)/bits/*.tcc \
$(generated_headers) $(cpu_headers) $(libio_headers) \