http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52689

--- Comment #17 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2012-04-17 
00:19:18 UTC ---
Author: bkoz
Date: Tue Apr 17 00:19:12 2012
New Revision: 186517

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186517
Log:
2012-04-16  Bernhard Reutner-Fischer  <al...@gcc.gnu.org>

    PR bootstrap/52840
    * src/Makefile.am (build-debug): Do not adjust vpath dir, remove
    Makefile.tmp
    * src/Makefile.in: Adjust as per above.

2012-04-16  Benjamin Kosnik  <b...@redhat.com>

    PR libstdc++/52689
    * libsupc++/Makefile.am (LTCXXCOMPILE, CXXLINK): Tweak.
    * libsupc++/Makefile.in: Regenerated.
    * src/Makefile.am (LTCXXCOMPILE, CXXLINK): Tweak.
    (libstdc___la_SOURCES): Add in compatiblity files, with content
    that varies with -DPIC.
    * src/Makefile.in: Regenerated.
    * src/c++11/Makefile.am (LTCXXCOMPILE, CXXLINK): Tweak.
    * src/c++11/Makefile.in: Regenerated.
    * src/c++11/compatibility-atomic-c++0x.cc: Guard with PIC.
    * src/c++11/compatibility-c++0x.cc: Same.
    * src/c++11/future.cc: Consolidate compatibility bits into..
    * src/c++11/mutex.cc: Consolidate compatibility bits into..
    * src/c++11/compatibility-thread-cxx0x.cc: ...here. New.
    * src/c++98/Makefile.am (LTCXXCOMPILE, CXXLINK): Tweak.
    * src/c++98/Makefile.in: Regenerated.
    * src/c++98/compatibility-list-2.cc: Guard with PIC.
    * src/c++98/compatibility.cc: Tweak comments.


Added:
   
branches/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
Modified:
    branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_7-branch/libstdc++-v3/libsupc++/Makefile.am
    branches/gcc-4_7-branch/libstdc++-v3/libsupc++/Makefile.in
    branches/gcc-4_7-branch/libstdc++-v3/src/Makefile.am
    branches/gcc-4_7-branch/libstdc++-v3/src/Makefile.in
    branches/gcc-4_7-branch/libstdc++-v3/src/c++11/Makefile.am
    branches/gcc-4_7-branch/libstdc++-v3/src/c++11/Makefile.in
   
branches/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
    branches/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-c++0x.cc
    branches/gcc-4_7-branch/libstdc++-v3/src/c++11/future.cc
    branches/gcc-4_7-branch/libstdc++-v3/src/c++11/mutex.cc
    branches/gcc-4_7-branch/libstdc++-v3/src/c++98/Makefile.am
    branches/gcc-4_7-branch/libstdc++-v3/src/c++98/Makefile.in
    branches/gcc-4_7-branch/libstdc++-v3/src/c++98/compatibility-ldbl.cc
    branches/gcc-4_7-branch/libstdc++-v3/src/c++98/compatibility-list-2.cc
    branches/gcc-4_7-branch/libstdc++-v3/src/c++98/compatibility-list.cc
    branches/gcc-4_7-branch/libstdc++-v3/src/c++98/compatibility.cc

Reply via email to