can't build x86-32 libc on x86-64 with mainline binutils
H. J. Lu
hjl@lucon.org
Thu Mar 2 18:49:00 GMT 2006
On Thu, Mar 02, 2006 at 03:44:14PM -0300, Alexandre Oliva wrote:
> On Mar 2, 2006, "H. J. Lu" <hjl@lucon.org> wrote:
>
> > So mainline assembler doesn't work for you. Can you open a bug report
> > with a small testcase if you haven't done so? I will look into it.
>
> Doesn't seem to be the assembler's fault. If I build it with GCC 4.1,
> it works just fine.
>
> Anyhow, here's the testcase:
>
> .tfloat 0.3465735902799726547086160
>
Works for me:
[hjl@gnu-13 gas]$ cat foo.s
.data
.tfloat 0.3465735902799726547086160
[hjl@gnu-13 gas]$ ./as-new --version
GNU assembler 2.16.91 20060302
Copyright 2005 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
`x86_64-unknown-linux-gnu'.
[hjl@gnu-13 gas]$ ./as-new -o x.o foo.s
[hjl@gnu-13 gas]$ ./as-new -o x.o foo.s -32
H.J.
More information about the Libc-alpha
mailing list