]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR ada/9953 (Unsatisfied symbols: U_prep_frame_rec_for_unwind (code))
authorOlivier Hainque <hainque@gcc.gnu.org>
Tue, 3 Jun 2003 22:25:02 +0000 (22:25 +0000)
committerOlivier Hainque <hainque@gcc.gnu.org>
Tue, 3 Jun 2003 22:25:02 +0000 (22:25 +0000)
2003-06-04  Olivier Hainque  <hainque@act-europe.fr>

PR ada/9953:
* 5hsystem.ads: Remove pragma Linker_Option for pthreads library,
and turn ZCX_By_Default back to False, since the underlying support
is not quite there yet.

From-SVN: r67405

gcc/ada/5hsystem.ads

index f2d545355221fbbb05dcfb23f44cbe45c5437036..8b72d1679604abd68f33c0a9eec38e01a1d88684 100644 (file)
@@ -101,9 +101,6 @@ pragma Pure (System);
 
 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;
 
@@ -135,7 +132,7 @@ private
    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;
+   ZCX_By_Default            : constant Boolean := False;
    GCC_ZCX_Support           : constant Boolean := True;
    Front_End_ZCX_Support     : constant Boolean := False;