This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem building glibc-2.3.2 with gcc-3.4.0 and binutils-2.15.90.0.3for m68k


Andreas Schwab wrote:
Dan Kegel <dank@kegel.com> writes:


While testing all the targets crosstool supports with the new combination of tools
(gcc-3.4.0 and binutils-2.15.90.0.3),
I ran into an error with --host=x86-linux --target m68k-linux:

localealias.s:544: Error: junk at end of line, first unrecognized character is `,'

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.

No, gas is actually complaining about line 547 (it does not properly count lines in #APP/#NO_APP sections). See the thread starting at <http://sources.redhat.com/ml/binutils/2004-04/msg00646.html>.

Thanks, Andreas! I'll apply that patch to binutils-2.15.90.0.3 in the next release of crosstool. - Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]