public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jim Wilson <wilson@cygnus.com>
To: chuhuang@nudt.edu.cn
Cc: egcs@cygnus.com
Subject: Re: (no subject)
Date: Thu, 23 Apr 1998 23:23:00 -0000	[thread overview]
Message-ID: <199804240228.TAA28065@rtl.cygnus.com> (raw)
In-Reply-To: <353E3D1C.530B@nudt.edu.cn>

	When I install egcs-1.0.2 on SGI R8000( irix6.1 ), I failed to compile
	enquire.c, error information as following:

	as ERROR:  /usr/lib64/cmplrs/asm died due to signal 10
	as ERROR:  core dumped

The gcc irix6 port emits N32 code by default, but Irix did not support N32
code until irix 6.2.  Unfortunately, there is no easy way to change the
default ABI, so gcc doesn't really support irix 6.0 and irix 6.1 anymore.

Ideally, we should have a separate configuration for irix6.[01], and make
that configuration default to N64 code.  The stuff that needs to be changed
is mostly in the config/mips/iris6.h file.  Change the *_DEFAULT* macros
at the top first, and then you may also need to modify some of the *_SPEC
macros.

Jim

  reply	other threads:[~1998-04-23 23:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-22  0:58 Chun Huang
1998-04-23 23:23 ` Jim Wilson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-28 15:04 <no subject> Joerg Beyer
1999-01-31 23:58 egcs-testresults archive, anybody? Marc Lehmann
1999-01-31 23:58 ` (no subject) Johannes Götz
1999-01-31 23:58 Is there a precompiled egcs for Ultra-SPARC SunOS 5.7?? James A. Risinger
1999-01-31 23:58 ` (no subject) Johannes Götz
1999-01-31 23:58 James Allchin
1998-12-21  2:58 Art Dickinson
1998-07-15 23:51 Jim Cole
1997-12-16  4:42 Pedro A. Aranda Gutiirrez
1997-12-16  7:49 ` Jeffrey A Law
1997-08-26 21:22 Eliot Dresselhaus
1997-08-24 16:37 Christopher J. Reimer
1997-08-15 22:07 Deleted Nobody
1997-08-15 23:43 ` (no subject) Jeffrey A Law

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=199804240228.TAA28065@rtl.cygnus.com \
    --to=wilson@cygnus.com \
    --cc=chuhuang@nudt.edu.cn \
    --cc=egcs@cygnus.com \
    /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).