public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Tom Tromey <tromey@redhat.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: bootstrap/5948
Date: Fri, 15 Mar 2002 14:46:00 -0000	[thread overview]
Message-ID: <20020315224604.11395.qmail@sources.redhat.com> (raw)

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


             reply	other threads:[~2002-03-15 22:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-15 14:46 Tom Tromey [this message]
2002-03-15 15:56 bootstrap/5948 Rainer Orth
2002-03-21  9:16 bootstrap/5948 tromey
2002-03-21 10:26 bootstrap/5948 tromey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020315224604.11395.qmail@sources.redhat.com \
    --to=tromey@redhat.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).