public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Jim Wilson <wilson@specifixinc.com>
To: Dan Kegel <dank@kegel.com>
Cc: binutils@sources.redhat.com,  gcc@gcc.gnu.org
Subject: Re: problem building glibc-2.3.2 with gcc-3.4.0 and binutils-2.15.90.0.3 for m68k
Date: Mon, 26 Apr 2004 22:00:00 -0000	[thread overview]
Message-ID: <408D75CE.9040504@specifixinc.com> (raw)
In-Reply-To: <4087EAED.4080102@kegel.com>

Dan Kegel wrote:
> Here are lines 544 to 546 of localealias.s:
>     544         .local  lock
>     545         .comm   lock,24,2
>     546         .section        __libc_freeres_ptrs
> So I guess it didn't like the ,24,2 on the .comm line.

This assembler syntax is fairly common, and has been supported for a 
long time.  It works fine if I build a cross assembler to m68k-linux 
from current FSF development sources.

Perhaps gas was miscompiled.  It is also possible gas was misconfigured, 
but if so this would have to be pretty a pretty obvious error which 
should be easy to spot.

The flow in gas should be obj_elf_common, s_comm_internal, 
elf_common_parse, parse_align, and when parse_align returns, 
input_line_pointer should be pointing at the end of the input line (or 
perhaps pointing as whitespace).
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

  reply	other threads:[~2004-04-26 20:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-22 15:57 Dan Kegel
2004-04-26 22:00 ` Jim Wilson [this message]
2004-04-27 13:17 ` Andreas Schwab
2004-04-27 13:51   ` Dan Kegel

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=408D75CE.9040504@specifixinc.com \
    --to=wilson@specifixinc.com \
    --cc=binutils@sources.redhat.com \
    --cc=dank@kegel.com \
    --cc=gcc@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).