diff mbox

[v3] libstdc++/51811

Message ID 20120203115244.30bc43d8@shotwell
State New
Headers show

Commit Message

Benjamin Kosnik Feb. 3, 2012, 7:52 p.m. UTC
Fix-ups for atomic<_tp*> operators. Found some open issues with
atomic<void*> that merit further study.

tested x86/linux

-benjamin

Comments

Jakub Jelinek Feb. 3, 2012, 8 p.m. UTC | #1
On Fri, Feb 03, 2012 at 11:52:44AM -0800, Benjamin Kosnik wrote:
> 
> Fix-ups for atomic<_tp*> operators. Found some open issues with
> atomic<void*> that merit further study.

Different patch attached?

	Jakub
diff mbox

Patch

2012-02-02  Benjamin Kosnik  <bkoz@redhat.com>

	    PR libstdc++/52068
	    * src/c++11/Makefile.am (toolexeclib_LTLIBRARIES,
	    libc__11_la_SOURCES): Remove.
	    * src/c++11/Makefile.in: Regenerate.
	    * src/c++98/Makefile.am (toolexeclib_LTLIBRARIES,
	    libc__98_la_SOURCES): Remove.
	    * src/c++98/Makefile.in: Regenerate.

diff --git a/libstdc++-v3/src/c++11/Makefile.am b/libstdc++-v3/src/c++11/Makefile.am
index cc454bb..395af5c 100644
--- a/libstdc++-v3/src/c++11/Makefile.am
+++ b/libstdc++-v3/src/c++11/Makefile.am
@@ -25,7 +25,6 @@ 
 include $(top_srcdir)/fragment.am
 
 # Convenience library for C++11 runtime.
-toolexeclib_LTLIBRARIES = libc++11.la
 noinst_LTLIBRARIES = libc++11convenience.la
 
 headers =
@@ -63,7 +62,6 @@  endif
 vpath % $(top_srcdir)/src/c++11
 vpath % $(top_srcdir)
 
-libc__11_la_SOURCES = $(sources) $(inst_sources)
 libc__11convenience_la_SOURCES = $(sources)  $(inst_sources)
 
 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
diff --git a/libstdc++-v3/src/c++98/Makefile.am b/libstdc++-v3/src/c++98/Makefile.am
index d5d39d1..e960d94 100644
--- a/libstdc++-v3/src/c++98/Makefile.am
+++ b/libstdc++-v3/src/c++98/Makefile.am
@@ -25,7 +25,6 @@ 
 include $(top_srcdir)/fragment.am
 
 # Convenience library for C++98 runtime.
-toolexeclib_LTLIBRARIES = libc++98.la
 noinst_LTLIBRARIES = libc++98convenience.la
 
 headers =
@@ -156,7 +155,6 @@  sources = \
 vpath % $(top_srcdir)/src/c++98
 vpath % $(top_srcdir)
 
-libc__98_la_SOURCES = $(sources)
 libc__98convenience_la_SOURCES = $(sources)
 
 # Use special rules for the deprecated source files so that they find