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.3 for m68k


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



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