public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: baford@schirf.cs.utah.edu (Bryan Ford)
To: gas2@cygnus.com
Subject: Relocation bug in i386-gnu-as
Date: Sun, 19 Feb 1995 11:04:00 -0000	[thread overview]
Message-ID: <199502191906.MAA27970@schirf.cs.utah.edu> (raw)

Given the following input:


	.text

	nop
	nop
	nop
	nop
foo:


	.data

	.long	0xdeadbeef
bar:
	.long	foo
	.long	0xbadf00d


the resulting value of 'bar' is consistently twice what it should be
(8 in this case instead of 4).  It's probably getting relocated twice
for some reason.  I'm using the gas-950208 snapshot.

Sorry if this has already been reported (it seems too obvious to
survive for long undetected).

Thanks!
				Bryan


             reply	other threads:[~1995-02-19 11:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-02-19 11:04 Bryan Ford [this message]
1995-02-19 19:25 ` 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=199502191906.MAA27970@schirf.cs.utah.edu \
    --to=baford@schirf.cs.utah.edu \
    --cc=gas2@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).