public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/13296] unnecessary libunwind support in libstdc++-v3
  2003-12-04  5:56 [Bug libstdc++/13296] New: unnecessary libunwind support in libstdc++-v3 wilson at gcc dot gnu dot org
@ 2003-12-04  5:56 ` wilson at gcc dot gnu dot org
  2003-12-04  8:16 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wilson at gcc dot gnu dot org @ 2003-12-04  5:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-04 05:56:48
               date|                            |


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/13296] New: unnecessary libunwind support in libstdc++-v3
@ 2003-12-04  5:56 wilson at gcc dot gnu dot org
  2003-12-04  5:56 ` [Bug libstdc++/13296] " wilson at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wilson at gcc dot gnu dot org @ 2003-12-04  5:56 UTC (permalink / raw)
  To: gcc-bugs

The command
  cd libstdc++-v3
  find . -type f | xargs grep LIBUNWIND
shows that there is a lot of unnecessary support for libunwind in libstdc++. 
Since the gcc driver automatically adds -lunwind, there is no need for libstdc++
to do anything to use libunwind.  All of the macros found by the above command are
unnecessary, except for the LIBUNWIND_STD_ABI macro.

This is just to document a problem that I don't feel like fixing immediately, so
that I won't forget it.

-- 
           Summary: unnecessary libunwind support in libstdc++-v3
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libstdc++
        AssignedTo: wilson at gcc dot gnu dot org
        ReportedBy: wilson at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: ia64-linux


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/13296] unnecessary libunwind support in libstdc++-v3
  2003-12-04  5:56 [Bug libstdc++/13296] New: unnecessary libunwind support in libstdc++-v3 wilson at gcc dot gnu dot org
  2003-12-04  5:56 ` [Bug libstdc++/13296] " wilson at gcc dot gnu dot org
@ 2003-12-04  8:16 ` pinskia at gcc dot gnu dot org
  2003-12-10  0:05 ` cvs-commit at gcc dot gnu dot org
  2003-12-10  7:39 ` wilson at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-04  8:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/13296] unnecessary libunwind support in libstdc++-v3
  2003-12-04  5:56 [Bug libstdc++/13296] New: unnecessary libunwind support in libstdc++-v3 wilson at gcc dot gnu dot org
  2003-12-04  5:56 ` [Bug libstdc++/13296] " wilson at gcc dot gnu dot org
  2003-12-04  8:16 ` pinskia at gcc dot gnu dot org
@ 2003-12-10  0:05 ` cvs-commit at gcc dot gnu dot org
  2003-12-10  7:39 ` wilson at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-10  0:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-10 00:05 -------
Subject: Bug 13296

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2003-12-10 00:05:37

Modified files:
	libstdc++-v3   : ChangeLog Makefile.in acinclude.m4 aclocal.m4 
	                 configure configure.ac 
	libstdc++-v3/docs/html/17_intro: configury.html 
	libstdc++-v3/include: Makefile.in 
	libstdc++-v3/libmath: Makefile.in 
	libstdc++-v3/libsupc++: Makefile.in 
	libstdc++-v3/po: Makefile.in 
	libstdc++-v3/src: Makefile.am Makefile.in 
	libstdc++-v3/testsuite: Makefile.in 

Log message:
	2003-12-09  Benjamin Kosnik  <bkoz@redhat.com>
	
	PR libstdc++/13296
	* acinclude.m4 (GLIBCXX_ENABLE_LIBUNWIND_EXCEPTIONS): Remove.
	* aclocal.m4: Regenerate.
	* configure.ac: Remove call to GLIBCXX_ENABLE_LIBUNWIND_EXCEPTIONS.
	* conigure: Regenerate.
	* src/Makefile.am (libstdc___la_LDFLAGS): Remove LIBUNWIND_FLAGS.
	* src/Makefile.in: Regenerate.
	* docs/html/17_intro/configury.html: Modify.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2144&r2=1.2145
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&r1=1.133&r2=1.134
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&r1=1.277&r2=1.278
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&r1=1.292&r2=1.293
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.368&r2=1.369
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.ac.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/17_intro/configury.html.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&r1=1.91&r2=1.92
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&r1=1.91&r2=1.92
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&r1=1.105&r2=1.106
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.in.diff?cvsroot=gcc&r1=1.36&r2=1.37
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.am.diff?cvsroot=gcc&r1=1.137&r2=1.138
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&r1=1.192&r2=1.193
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&r1=1.66&r2=1.67



-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug libstdc++/13296] unnecessary libunwind support in libstdc++-v3
  2003-12-04  5:56 [Bug libstdc++/13296] New: unnecessary libunwind support in libstdc++-v3 wilson at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-12-10  0:05 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-10  7:39 ` wilson at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: wilson at gcc dot gnu dot org @ 2003-12-10  7:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From wilson at gcc dot gnu dot org  2003-12-10 07:39 -------
Tested Benjamin's patch on an ia64-linux system with libunwind installed, using
make bootstrap and make check.  There were no regressions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-12-10  7:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-04  5:56 [Bug libstdc++/13296] New: unnecessary libunwind support in libstdc++-v3 wilson at gcc dot gnu dot org
2003-12-04  5:56 ` [Bug libstdc++/13296] " wilson at gcc dot gnu dot org
2003-12-04  8:16 ` pinskia at gcc dot gnu dot org
2003-12-10  0:05 ` cvs-commit at gcc dot gnu dot org
2003-12-10  7:39 ` wilson at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).