public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
@ 2010-05-25 10:34 ` caolanm at redhat dot com
  2010-05-25 20:55 ` paolo dot carlini at oracle dot com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: caolanm at redhat dot com @ 2010-05-25 10:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from caolanm at redhat dot com  2010-05-25 10:34 -------
Created an attachment (id=20740)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20740&action=view)
update docs


-- 


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


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

* [Bug libstdc++/44268]  New: abi docs say that hppa-linux defaults to libgcc_s.so.2
@ 2010-05-25 10:34 caolanm at redhat dot com
  2010-05-25 10:34 ` [Bug libstdc++/44268] " caolanm at redhat dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: caolanm at redhat dot com @ 2010-05-25 10:34 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html

says "gcc-3.4.x, gcc-4.[0-5].x: on m68k-linux and hppa-linux this is either
libgcc_s.so.1 (when configuring --with-sjlj-exceptions) or libgcc_s.so.2. For
all others, this is libgcc_s.so.1."

But I see libgcc_s.so.4 on hppa not libgcc_s.so.2. Patch attached to change
docs


-- 
           Summary: abi docs say that hppa-linux defaults to libgcc_s.so.2
           Product: gcc
           Version: 4.4.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: caolanm at redhat dot com


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
  2010-05-25 10:34 ` [Bug libstdc++/44268] " caolanm at redhat dot com
@ 2010-05-25 20:55 ` paolo dot carlini at oracle dot com
  2010-05-25 21:35 ` redi at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-05-25 20:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2010-05-25 20:55 -------
Jon, can you have a look and apply the patch to the relevant branches? Thanks.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jwakely dot gcc at gmail dot
                   |                            |com


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
  2010-05-25 10:34 ` [Bug libstdc++/44268] " caolanm at redhat dot com
  2010-05-25 20:55 ` paolo dot carlini at oracle dot com
@ 2010-05-25 21:35 ` redi at gcc dot gnu dot org
  2010-05-26 23:20 ` redi at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-05-25 21:35 UTC (permalink / raw)
  To: gcc-bugs



-- 

redi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |redi at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-25 21:35:43
               date|                            |


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
                   ` (2 preceding siblings ...)
  2010-05-25 21:35 ` redi at gcc dot gnu dot org
@ 2010-05-26 23:20 ` redi at gcc dot gnu dot org
  2010-05-27 16:07 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-05-26 23:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from redi at gcc dot gnu dot org  2010-05-26 23:19 -------
Dave, when did the hppa-linux so version change from 2 to 4?
I'd like to document that, rather than just say it's always 1 or 4


-- 

redi at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu dot
                   |                            |org


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
                   ` (3 preceding siblings ...)
  2010-05-26 23:20 ` redi at gcc dot gnu dot org
@ 2010-05-27 16:07 ` dave at hiauly1 dot hia dot nrc dot ca
  2010-05-29 15:11 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2010-05-27 16:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca  2010-05-27 16:06 -------
Subject: Re:  abi docs say that hppa-linux defaults to libgcc_s.so.2

> Dave, when did the hppa-linux so version change from 2 to 4?
> I'd like to document that, rather than just say it's always 1 or 4

Oops, I have messed up.  After some discussion, it was decided to
revert the change.  It was supposed to have been reverted on 2010-01-31,
but the change apparently didn't work at least on the trunk.  The
original change was made on 2010-01-02.

Dave


-- 


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
                   ` (4 preceding siblings ...)
  2010-05-27 16:07 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2010-05-29 15:11 ` dave at hiauly1 dot hia dot nrc dot ca
  2010-05-30 12:40 ` redi at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2010-05-29 15:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca  2010-05-29 15:11 -------
Subject: Re:  abi docs say that hppa-linux defaults to libgcc_s.so.2

> > Dave, when did the hppa-linux so version change from 2 to 4?
> > I'd like to document that, rather than just say it's always 1 or 4
> 
> Oops, I have messed up.  After some discussion, it was decided to
> revert the change.  It was supposed to have been reverted on 2010-01-31,
> but the change apparently didn't work at least on the trunk.  The
> original change was made on 2010-01-02.

On further review, I see that I didn't mess up the revert in January!

The sjlj and elf shared library versions were set to 3 and 4, respectively,
in revision 109894 on Jan. 18, 2006 on the trunk.  The version was previously
set to 2 in revision 77920 on Feb. 16, 2004.  Prior to that, the version
was 1.  I would have to dig some more to determine the version numbers
for specific releases.

Dave


-- 


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
                   ` (5 preceding siblings ...)
  2010-05-29 15:11 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2010-05-30 12:40 ` redi at gcc dot gnu dot org
  2010-06-06 21:31 ` redi at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-05-30 12:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from redi at gcc dot gnu dot org  2010-05-30 12:39 -------
that's fine I'll be able to update the docs from that info - thanks


-- 


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
                   ` (6 preceding siblings ...)
  2010-05-30 12:40 ` redi at gcc dot gnu dot org
@ 2010-06-06 21:31 ` redi at gcc dot gnu dot org
  2010-06-06 21:33 ` redi at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 13+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-06-06 21:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from redi at gcc dot gnu dot org  2010-06-06 21:31 -------
Created an attachment (id=20852)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20852&action=view)
alternative patch

Based on the dates from Dave, I think this might be more accurate, and I hope
clearer.  The output looks like

    ...
    * gcc-3.3.3: libgcc_s.so.1
    * gcc-3.4.x, gcc-4.[0-1].x: libgcc_s.so.1

For m68k-linux the versions differ as follows:

    * gcc-3.4.x, gcc-4.[0-5].x: libgcc_s.so.1 when configuring
--with-sjlj-exceptions, or libgcc_s.so.2 

For hppa-linux the versions differ as follows:

    * gcc-3.4.x, gcc-4.[0-1].x: either libgcc_s.so.1 when configuring
--with-sjlj-exceptions, or libgcc_s.so.2
    * gcc-4.[2-5].x: either libgcc_s.so.3 when configuring
--with-sjlj-exceptions) or libgcc_s.so.4 


-- 


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
                   ` (7 preceding siblings ...)
  2010-06-06 21:31 ` redi at gcc dot gnu dot org
@ 2010-06-06 21:33 ` redi at gcc dot gnu dot org
  2010-06-11 15:32 ` redi at gcc dot gnu dot org
  2010-06-11 15:36 ` redi at gcc dot gnu dot org
  10 siblings, 0 replies; 13+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-06-06 21:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from redi at gcc dot gnu dot org  2010-06-06 21:33 -------
(In reply to comment #7)
>     ...
>     * gcc-3.3.3: libgcc_s.so.1
>     * gcc-3.4.x, gcc-4.[0-1].x: libgcc_s.so.1
                            ^ oops, should be 5


-- 


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
                   ` (8 preceding siblings ...)
  2010-06-06 21:33 ` redi at gcc dot gnu dot org
@ 2010-06-11 15:32 ` redi at gcc dot gnu dot org
  2010-06-11 15:36 ` redi at gcc dot gnu dot org
  10 siblings, 0 replies; 13+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-06-11 15:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from redi at gcc dot gnu dot org  2010-06-11 15:32 -------
Subject: Bug 44268

Author: redi
Date: Fri Jun 11 15:31:53 2010
New Revision: 160617

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160617
Log:
2010-06-11  Jonathan Wakely  <jwakely.gcc@gmail.com>

        PR libstdc++/44268
        * doc/xml/manual/abi.xml: Fix libgcc version for hppa-linux.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/abi.xml


-- 


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
  2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
                   ` (9 preceding siblings ...)
  2010-06-11 15:32 ` redi at gcc dot gnu dot org
@ 2010-06-11 15:36 ` redi at gcc dot gnu dot org
  10 siblings, 0 replies; 13+ messages in thread
From: redi at gcc dot gnu dot org @ 2010-06-11 15:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from redi at gcc dot gnu dot org  2010-06-11 15:35 -------
fixed (but website not updated with the changes yet)


-- 

redi at gcc dot gnu dot org changed:

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


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


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

* [Bug libstdc++/44268] abi docs say that hppa-linux defaults to libgcc_s.so.2
       [not found] <bug-44268-4@http.gcc.gnu.org/bugzilla/>
@ 2024-06-03 16:32 ` jakub at gcc dot gnu.org
  0 siblings, 0 replies; 13+ messages in thread
From: jakub at gcc dot gnu.org @ 2024-06-03 16:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44268

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mr.bossman075 at gmail dot com

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
*** Bug 115332 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2024-06-03 16:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-25 10:34 [Bug libstdc++/44268] New: abi docs say that hppa-linux defaults to libgcc_s.so.2 caolanm at redhat dot com
2010-05-25 10:34 ` [Bug libstdc++/44268] " caolanm at redhat dot com
2010-05-25 20:55 ` paolo dot carlini at oracle dot com
2010-05-25 21:35 ` redi at gcc dot gnu dot org
2010-05-26 23:20 ` redi at gcc dot gnu dot org
2010-05-27 16:07 ` dave at hiauly1 dot hia dot nrc dot ca
2010-05-29 15:11 ` dave at hiauly1 dot hia dot nrc dot ca
2010-05-30 12:40 ` redi at gcc dot gnu dot org
2010-06-06 21:31 ` redi at gcc dot gnu dot org
2010-06-06 21:33 ` redi at gcc dot gnu dot org
2010-06-11 15:32 ` redi at gcc dot gnu dot org
2010-06-11 15:36 ` redi at gcc dot gnu dot org
     [not found] <bug-44268-4@http.gcc.gnu.org/bugzilla/>
2024-06-03 16:32 ` jakub at gcc dot gnu.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).