public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/9953] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)
       [not found] <20030304212600.9953.dave.anglin@nrc-cnrc.gc.ca>
@ 2003-05-25 21:17 ` pinskia@physics.uc.edu
  2003-05-26  2:02 ` dave@hiauly1.hia.nrc.ca
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25 21:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

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


------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 21:04 -------
according to trail this has been fixed in 3.2.3, 3.3, and 3.4, closing then as fixed.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ada/9953] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)
       [not found] <20030304212600.9953.dave.anglin@nrc-cnrc.gc.ca>
  2003-05-25 21:17 ` [Bug ada/9953] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code) pinskia@physics.uc.edu
@ 2003-05-26  2:02 ` dave@hiauly1.hia.nrc.ca
  2003-05-26  2:10 ` [Bug ada/9953] [3.4 regression] " pinskia@physics.uc.edu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dave@hiauly1.hia.nrc.ca @ 2003-05-26  2:02 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dave@hiauly1.hia.nrc.ca  2003-05-26 01:44 -------
Subject: Re: [Bug ada/9953] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9953
> 
> 
> pinskia@physics.uc.edu changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |FIXED
> 
> 
> ------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 21:04 -------
> according to trail this has been fixed in 3.2.3, 3.3, and 3.4, closing then as fixed.

Actually, while this is fixed on 3.2.3 and 3.3, I hit the same problem
again building 3.4:

GNATLINK 3.4 20030521 (experimental) Copyright 1996-2002 Free Software Foundatio
n, Inc.
xgcc -c -gnatA -gnatWb -gnatiw -B../../ -I../rts -I. -I/xxx/gnu/gcc-3.3/gcc/gcc/
ada -gnatws b~gnatchop.adb
../../xgcc b~gnatchop.o ../../prefix.o ../../version.o ../rts/ada.o ../rts/a-cha
rac.o ../rts/a-chlat1.o ../rts/gnat.o ../rts/g-casuti.o ../rts/g-except.o ../rts
/g-hesora.o ../rts/g-htable.o ../rts/interfac.o ../rts/system.o ../rts/s-parame.
o ../rts/i-cstrea.o ../rts/s-exctab.o ../rts/a-ioexce.o ../rts/a-string.o ../rts
/s-assert.o ../rts/s-except.o ../rts/s-stoele.o ../rts/s-mastop.o ../rts/s-imgin
t.o ../rts/a-comlin.o ../rts/a-tags.o ../rts/a-stream.o ../rts/s-soflin.o ../rts
/s-stache.o ../rts/s-secsta.o ../rts/g-os_lib.o ../rts/s-finroo.o ../rts/s-memor
y.o ../rts/s-stalib.o ../rts/s-strops.o ../rts/s-sopco3.o ../rts/s-sopco4.o ../r
ts/s-sopco5.o ../rts/s-traceb.o ../rts/a-except.o ../rts/s-unstyp.o ../rts/s-bit
ops.o ../rts/a-strmap.o ../rts/a-stmaco.o ../rts/a-chahan.o ../rts/a-strsea.o ..
/rts/a-strfix.o ../rts/s-stratt.o ../rts/s-finimp.o ../rts/a-finali.o ../rts/a-f
ilico.o ../rts/g-dirope.o ../rts/g-regexp.o ../rts/g-comlin.o ../rts/s-ficobl.o
../rts/s-fileio.o ../rts/a-textio.o ../rts/s-valuti.o ../rts/s-valuns.o ../rts/s
-valint.o ./gnatvsn.o ./hostparm.o ./gnatchop.o -o ../../gnatchop ../rts/libgnat
.a ../../../libiberty/libiberty.a -L./ -L../rts/ -L/xxx/gnu/gcc-3.3/gcc/gcc/ada/
 -L/opt/gnu/gcc/gcc-3.4/lib/gcc-lib/hppa1.1-hp-hpux10.20/3.4/adalib/ ../rts/libg
 nat.a -lpthread -B../../ -I../rts -I. -I/xxx/gnu/gcc-3.3/gcc/gcc/ada
 /usr/ccs/bin/ld: Can't find library for -lpthread

I looked briefly at the Makefile and it wasn't obvious how "-lpthread"
was getting added under hpux 10.20.

Dave




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ada/9953] [3.4 regression] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)
       [not found] <20030304212600.9953.dave.anglin@nrc-cnrc.gc.ca>
  2003-05-25 21:17 ` [Bug ada/9953] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code) pinskia@physics.uc.edu
  2003-05-26  2:02 ` dave@hiauly1.hia.nrc.ca
@ 2003-05-26  2:10 ` pinskia@physics.uc.edu
  2003-05-26  2:43   ` Daniel Berlin
  2003-05-26  2:48 ` pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 7+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26  2:10 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |
            Summary|Unsatisfied symbols:        |[3.4 regression] Unsatisfied
                   |U_prep_frame_rec_for_unwind |symbols:
                   |(code)                      |U_prep_frame_rec_for_unwind
                   |                            |(code)


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 01:47 -------
According to the submitter it is broken for 3.4, but was fixed for 3.2.3 and 3.4.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* Re: [Bug ada/9953] [3.4 regression] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)
  2003-05-26  2:10 ` [Bug ada/9953] [3.4 regression] " pinskia@physics.uc.edu
@ 2003-05-26  2:43   ` Daniel Berlin
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Berlin @ 2003-05-26  2:43 UTC (permalink / raw)
  To: pinskia; +Cc: gcc-bugs

Please target 3.4 regressions at milestone 3.4, so people don't have to do
summary searches to try to determine what should be fixed for 3.4
I'm not sure it's actually necessary to mark it as a 3.4 regression in the
summary, as we could use a bug flag for regression rather than dirtying
the summary.

>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|RESOLVED                    |UNCONFIRMED
>          Resolution|FIXED                       |
>             Summary|Unsatisfied symbols:        |[3.4 regression] Unsatisfied
>                    |U_prep_frame_rec_for_unwind |symbols:
>                    |(code)                      |U_prep_frame_rec_for_unwind
>                    |                            |(code)
>
>
> ------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 01:47 -------
> According to the submitter it is broken for 3.4, but was fixed for 3.2.3
and 3.4.
>
>
>
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>


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

* [Bug ada/9953] [3.4 regression] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)
       [not found] <20030304212600.9953.dave.anglin@nrc-cnrc.gc.ca>
                   ` (2 preceding siblings ...)
  2003-05-26  2:10 ` [Bug ada/9953] [3.4 regression] " pinskia@physics.uc.edu
@ 2003-05-26  2:48 ` pinskia@physics.uc.edu
  2003-06-03 15:12 ` hainque@act-europe.fr
  2003-06-05 15:18 ` danglin@gcc.gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26  2:48 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-26 02:14:01
               date|                            |
   Target Milestone|---                         |3.4





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ada/9953] [3.4 regression] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)
       [not found] <20030304212600.9953.dave.anglin@nrc-cnrc.gc.ca>
                   ` (3 preceding siblings ...)
  2003-05-26  2:48 ` pinskia@physics.uc.edu
@ 2003-06-03 15:12 ` hainque@act-europe.fr
  2003-06-05 15:18 ` danglin@gcc.gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: hainque@act-europe.fr @ 2003-06-03 15:12 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From hainque@act-europe.fr  2003-06-03 15:12 -------
Subject: Re:  [3.4 regression] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)


This is about a build failure on HPUX10.20, complaining at some point that 
"-lpthread" cannot be honored.

It is coming from a Linker_Option pragma in 5hsystem.ads, which should not be
there. Was added recently to 3.4 only, during some synchronization operation.

The patch below allows the build to proceed by removing the culprit lines.
It also removes the  "ZCX_By_Default" bit, set during the same synchronization
option, and which needs other changes to be functional.

Full build successfull on HPUX11.00, ensuring that it does not break anything
there. I don't have a 10.20 machine handy at this point, but it should
definitely fix the problem at hand, and apart from a couple of simple changes,
it basically reverts the file to it's 3.3 state, where the builds have been
reported to succeed.

OK to commit ?

Olivier

Index: 5hsystem.ads
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/5hsystem.ads,v
retrieving revision 1.5
diff -c -3 -p -r1.5 5hsystem.ads
*** 5hsystem.ads	24 Apr 2003 17:53:51 -0000	1.5
--- 5hsystem.ads	3 Jun 2003 14:59:43 -0000
*************** pragma Pure (System);
*** 101,109 ****
  
  private
  
-    pragma Linker_Options ("-lpthread");
-    --  To ease supporting --enable-threads=posix at configure-time.
- 
     type Address is mod Memory_Size;
     Null_Address : constant Address := 0;
  
--- 101,106 ----
*************** private
*** 135,141 ****
     Stack_Check_Default       : constant Boolean := False;
     Stack_Check_Probes        : constant Boolean := False;
     Use_Ada_Main_Program_Name : constant Boolean := False;
!    ZCX_By_Default            : constant Boolean := True;
     GCC_ZCX_Support           : constant Boolean := True;
     Front_End_ZCX_Support     : constant Boolean := False;
  
--- 132,138 ----
     Stack_Check_Default       : constant Boolean := False;
     Stack_Check_Probes        : constant Boolean := False;
     Use_Ada_Main_Program_Name : constant Boolean := False;
!    ZCX_By_Default            : constant Boolean := False;
     GCC_ZCX_Support           : constant Boolean := True;
     Front_End_ZCX_Support     : constant Boolean := False;
  





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ada/9953] [3.4 regression] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code)
       [not found] <20030304212600.9953.dave.anglin@nrc-cnrc.gc.ca>
                   ` (4 preceding siblings ...)
  2003-06-03 15:12 ` hainque@act-europe.fr
@ 2003-06-05 15:18 ` danglin@gcc.gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin@gcc.gnu.org @ 2003-06-05 15:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


danglin@gcc.gnu.org changed:

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


------- Additional Comments From danglin@gcc.gnu.org  2003-06-05 15:17 -------
The patch included in comment #28 is installed and it resolves the
problem reported in comment #25.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2003-06-05 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030304212600.9953.dave.anglin@nrc-cnrc.gc.ca>
2003-05-25 21:17 ` [Bug ada/9953] Unsatisfied symbols: U_prep_frame_rec_for_unwind (code) pinskia@physics.uc.edu
2003-05-26  2:02 ` dave@hiauly1.hia.nrc.ca
2003-05-26  2:10 ` [Bug ada/9953] [3.4 regression] " pinskia@physics.uc.edu
2003-05-26  2:43   ` Daniel Berlin
2003-05-26  2:48 ` pinskia@physics.uc.edu
2003-06-03 15:12 ` hainque@act-europe.fr
2003-06-05 15:18 ` danglin@gcc.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).