public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: Hans-Peter Nilsson <hans-peter.nilsson@axis.com>
Cc: binutils@sourceware.org
Subject: Re: Gas regressions for cris-elf
Date: Thu, 06 Apr 2006 04:36:00 -0000	[thread overview]
Message-ID: <20060406040146.GB9418@bubble.grove.modra.org> (raw)
In-Reply-To: <200604060348.k363musM030804@ignucius.se.axis.com>

On Thu, Apr 06, 2006 at 05:48:56AM +0200, Hans-Peter Nilsson wrote:
> /h/hp/binutils/cvs_latest/src/gas/testsuite/gas/cris/binop-segref.s:37: Error: Immediate value not in 8 bit range: -327683

Yes, this is probably my patch.

 .data
 .globl back_ref_data_zero
back_ref_data_zero:
 .space 42,0
 .globl back_ref_data_fortytwo
back_ref_data_fortytwo:

 .text
 add.b back_ref_data_fortytwo-back_ref_data_zero,r5

back_ref_data_fortytwo-back_ref_data_zero ought to be evaluated
immediately, because even though the syms are in separate frags they
have a fixed relationship.  I'm probably calculating .space
incorrectly.  Will investigate.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

  reply	other threads:[~2006-04-06  4:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-06  4:01 Hans-Peter Nilsson
2006-04-06  4:36 ` Alan Modra [this message]
2006-04-06  9:49   ` Alan Modra

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=20060406040146.GB9418@bubble.grove.modra.org \
    --to=amodra@bigpond.net.au \
    --cc=binutils@sourceware.org \
    --cc=hans-peter.nilsson@axis.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).