public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
From: hjl@lucon.org (H.J. Lu)
To: chris@lslsun.epfl.ch (Christian Iseli)
Cc: egcs@cygnus.com, gas2@cygnus.com
Subject: Re: Loop unrolling and asm
Date: Tue, 10 Mar 1998 07:15:00 -0000	[thread overview]
Message-ID: <m0yCQkE-00058gC@ocean.lucon.org> (raw)
In-Reply-To: <199803100938.KAA18441@lslsun17.epfl.ch>

> 
> Hi folks,
> 
> While trying out egcs-1.0.2-prerelease, I compiled the
> new XFree86-3.3.2 on a Linux 2.1.88 (RH 5.0) PPro box.
> binutils-2.8.(...).21 is installed.
> 
> I used -O2 -march=i686 -funroll-loops to compile XFree.
> I encountered a small problem where a loop containing asm
> was unrolled.  The asm included labels (.label00, .label01, ...)
> and the assembler died because of multiple definitions of
> the labels.
> 
> The problem, of course, went away when I recompiled the incriminated
> file without loop unrolling.
> 
> XFree seems to run fine.
> 
> Now the question: how do you go about including an asm with labels
> in a loop that will be unrolled?
> 

Use 0f, 1f, .... 9f, 0b, .... 9b instead of .label00 in asm. But
At one time, I needed more than 10 lables backward/forward. I had
to disable inline. I think it is limited by binutils. Can we change
binutils to accept more than 10 local lables? 


-- 
H.J. Lu (hjl@gnu.org)

       reply	other threads:[~1998-03-10  7:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199803100938.KAA18441@lslsun17.epfl.ch>
1998-03-10  7:15 ` H.J. Lu [this message]
1998-03-11 11:32   ` Richard Henderson

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=m0yCQkE-00058gC@ocean.lucon.org \
    --to=hjl@lucon.org \
    --cc=chris@lslsun.epfl.ch \
    --cc=egcs@cygnus.com \
    --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).