public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: David Mosberger <davidm@hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] gcc-ia64 latest distributions
Date: Sun, 25 Mar 2001 00:27:08 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005351@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590693005332@msgid-missing>

>>>>> On Sat, 24 Mar 2001 19:13:28 -0500, "thembeka" <thembeka@bellsouth.net> said:

  thembeka> entry.S:1028: Error: Unknown opcode `mov.ret.sptk b7=r28,1f'

Oops, it appears that the old assembler didn't support this
instruction.  I didn't realize that because I didn't start using it
until recently.

An easy workaround would be the following. In
arch/ia64/kernel/entry.h, change the first line of:

	#if defined(CONFIG_ITANIUM_ASTEP_SPECIFIC) || defined(CONFIG_ITANIUM_B1_SPECIFIC)
	# define MOVBR(type,br,gr,lbl)	mov br=gr

to

	#if 1
	# define MOVBR(type,br,gr,lbl)	mov br=gr

I think that should get you around the assembler problem.
Alternatively, you could upgrade the toolchain using the tar ball that
Khalid pointed you to.

	--david


      parent reply	other threads:[~2001-03-25  0:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-22  4:50 [Linux-ia64] gcc-ia64 latest distributions thembeka
2001-03-22  5:44 ` David Mosberger
2001-03-23  7:13 ` Jim Wilson
2001-03-23 17:31 ` Khalid Aziz
2001-03-25  0:27 ` David Mosberger [this message]

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=marc-linux-ia64-105590693005351@msgid-missing \
    --to=davidm@hpl.hp.com \
    --cc=linux-ia64@vger.kernel.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