Atsushi Nemoto wrote:
On Tue, 05 Oct 2004 15:20:53 +0530, "T. P. Saravanan" <sara@xxxxxxxxxxx> said:
sara> glibc-2.2.3 build on mips linux breaks with following assembler errors:
...
sara> /tmp/ccNhjRu0.s: Assembler messages:
sara> /tmp/ccNhjRu0.s:48: Warning: missing .end
sara> /tmp/ccNhjRu0.s:80: Warning: No .frame pseudo-op used in PIC code
sara> /tmp/ccNhjRu0.s:88: Warning: .end directive without a preceding .ent
This is now fixed in libc CVS.
http://sources.redhat.com/ml/libc-alpha/2004-04/msg00078.html
Also, you might have to pass -fno-unit-at-a-time to gcc 3.4. (at
least glibc 2.3.2 requires it).
I merged the patch int the URL you gave. It worked. Thanks.
(But now I am getting a linker error. I will post it seperately.)
-Sa.