All of lore.kernel.org
 help / color / mirror / Atom feed
From: Erik Christiansen <erik@dd.nec.com.au>
To: linuxppc-embedded@lists.linuxppc.org
Subject: Assembler "Error: unsupported relocation against r0"
Date: Thu, 31 Oct 2002 14:39:59 +1100	[thread overview]
Message-ID: <20021031033959.GA1806@dd.nec.com.au> (raw)


   powerpc-linux-as, built according to Penguinppc.org's "Cross
Development mini-howto for PPC Linux", is giving me stick about the
simplest assembler statements:

fred.s >>>
   .text
   .align 2
   li          r0,0
   addi        r0,0,0
<<<

$ powerpc-linux-as fred.s
fred.s: Assembler messages:
fred.s:3: Error: unsupported relocation against r0
fred.s:4: Error: unsupported relocation against r0

The Motorola on-line doco seems to agree that this code is kosher.

   Does anyone know of any description of what powerpc-linux-as will
swallow?  (I have the generic (g)as document from gnu.org, and it is
good for getting the directives right. Manpages, info, the archive, and
the web have not added much substance.

   Before going back to tackling the 1500 lines of board initialisation
code which assembled with Diab tools, I must discover what daft
omissions of mine are causing this to fall over.

                          --------------------
powerpc-linux-as --version
GNU assembler 2.13.90.0.4 20020814
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms
of the GNU General Public License.  This program has absolutely no
warranty.
This assembler was configured for a target of `powerpc-linux'.

Regards,
Erik


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2002-10-31  3:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-31  3:39 Erik Christiansen [this message]
2002-10-31  8:19 ` Assembler "Error: unsupported relocation against r0" Wolfgang Denk

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=20021031033959.GA1806@dd.nec.com.au \
    --to=erik@dd.nec.com.au \
    --cc=linuxppc-embedded@lists.linuxppc.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.