]> git.ipfire.org Git - thirdparty/gcc.git/commit
alloc.h (__default_alloc_template): Only expose implementation-specific symbol, if...
authorLoren J. Rittle <ljrittle@acm.org>
Thu, 25 May 2000 10:06:30 +0000 (10:06 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 25 May 2000 10:06:30 +0000 (10:06 +0000)
commit1601a6a08bc01cdd222c85d0d845f1ef6332f640
tree4740569ea048d8f22112d966bff7c4f6054983c2
parent53601625c57a9d281c55125c486bc8c2de1532dc
alloc.h (__default_alloc_template): Only expose implementation-specific symbol, if it exists in the configuration.

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.

From-SVN: r34161
libstdc++-v3/backward/alloc.h
libstdc++-v3/backward/complex.h [new file with mode: 0644]
libstdc++-v3/backward/fstream.h [new file with mode: 0644]
libstdc++-v3/backward/iomanip.h [new file with mode: 0644]
libstdc++-v3/backward/iostream.h
libstdc++-v3/backward/istream.h [new file with mode: 0644]
libstdc++-v3/backward/ostream.h [new file with mode: 0644]
libstdc++-v3/backward/stream.h [new file with mode: 0644]
libstdc++-v3/backward/strstream.h [new file with mode: 0644]