public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Vladimir Stepanenko" <vlads@juniper.net>
To: <gcc-help@gcc.gnu.org>
Subject: mips64-elf-as: missing 'li' macro
Date: Sat, 08 Oct 2005 04:46:00 -0000	[thread overview]
Message-ID: <F07F17B61B7FF545BC7D7E4BFBE15D2A019FD8F8@hadron.jnpr.net> (raw)

Hello,

Latest version of mips64-elf-as produces an error message when
assembling
li	$1, 0xc000000000000000

start.S:154: Error: Number (0xc000000000000000) larger than 32 bits

Previously (in mips64vr5xxx-elf-as version 2.9-gnupro-99r1) this macro
was expanded as
lui	$1, 0xc000
dsll32	$1, $1, 0x10

Does any particular mips64 architecture support this macro extension or
64-bit immediates are not allowed at all?

TIA,
Vladimir 

             reply	other threads:[~2005-10-08  4:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-08  4:46 Vladimir Stepanenko [this message]
2005-10-08  5:06 ` Ian Lance Taylor

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=F07F17B61B7FF545BC7D7E4BFBE15D2A019FD8F8@hadron.jnpr.net \
    --to=vlads@juniper.net \
    --cc=gcc-help@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).