public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/5948
@ 2002-03-21  9:16 tromey
  0 siblings, 0 replies; 4+ messages in thread
From: tromey @ 2002-03-21  9:16 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

The following reply was made to PR bootstrap/5948; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: bootstrap/5948
Date: 21 Mar 2002 17:06:51 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-03-21 09:06:50
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/i386: sol2.h 
 
 Log message:
 	* config/i386/sol2.h (ASM_QUAD): Undef.  Fixes PR bootstrap/5948.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.13447&r2=1.13448
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/sol2.h.diff?cvsroot=gcc&r1=1.21&r2=1.22
 


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

* bootstrap/5948
@ 2002-03-21 10:26 tromey
  0 siblings, 0 replies; 4+ messages in thread
From: tromey @ 2002-03-21 10:26 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

The following reply was made to PR bootstrap/5948; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: bootstrap/5948
Date: 21 Mar 2002 18:25:10 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	tromey@gcc.gnu.org	2002-03-21 10:25:09
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/i386: sol2.h 
 
 Log message:
 	* config/i386/sol2.h (ASM_QUAD): Undef.  Fixes PR bootstrap/5948.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.164&r2=1.13152.2.165
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/sol2.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.19.2.1&r2=1.19.2.2
 


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

* Re: bootstrap/5948
@ 2002-03-15 15:56 Rainer Orth
  0 siblings, 0 replies; 4+ messages in thread
From: Rainer Orth @ 2002-03-15 15:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/5948; it has been noted by GNATS.

From: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
To: tromey@redhat.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/5948
Date: Sat, 16 Mar 2002 00:46:24 +0100 (MET)

 Tom Tromey writes:
 
 > I haven't tested this, and in fact have no way to test it, but based
 > on comments in other code I think this may fix this PR.  Could you
 > give it a try?
 
 Sure: I'm now well into stage2, so this obviously fixes the bootstrap
 problem (which occured when the stage1 compiler tried to build libgcc).
 Thanks alot for finding this.  I didn't do much research when I ran into
 the problem since this particular issue had been fixed and broken again so
 many times in the past.
 
 	Rainer
 


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

* bootstrap/5948
@ 2002-03-15 14:46 Tom Tromey
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Tromey @ 2002-03-15 14:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/5948; it has been noted by GNATS.

From: Tom Tromey <tromey@redhat.com>
To: gcc-gnats@gcc.gnu.org
Cc: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Subject: bootstrap/5948
Date: 15 Mar 2002 16:14:28 -0700

 I haven't tested this, and in fact have no way to test it, but based
 on comments in other code I think this may fix this PR.  Could you
 give it a try?
 
 If it works I'll submit it for real.
 
 2002-03-15  Tom Tromey  <tromey@redhat.com>
 
 	* config/i386/sol2.h (ASM_QUAD): Undef.  Fixes PR bootstrap/5948.
 
 Tom
 
 Index: config/i386/sol2.h
 ===================================================================
 RCS file: /cvs/gcc/gcc/gcc/config/i386/sol2.h,v
 retrieving revision 1.20
 diff -u -r1.20 sol2.h
 --- sol2.h	2002/02/27 18:47:31	1.20
 +++ sol2.h	2002/03/15 22:26:34
 @@ -152,3 +152,6 @@
  
  #undef LOCAL_LABEL_PREFIX
  #define LOCAL_LABEL_PREFIX "."
 +
 +/* The Solaris assembler does not support .quad.  Do not use it.  */
 +#undef ASM_QUAD


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

end of thread, other threads:[~2002-03-21 18:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-21  9:16 bootstrap/5948 tromey
  -- strict thread matches above, loose matches on Subject: below --
2002-03-21 10:26 bootstrap/5948 tromey
2002-03-15 15:56 bootstrap/5948 Rainer Orth
2002-03-15 14:46 bootstrap/5948 Tom Tromey

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).