This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc 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]

[Bug libc/385] MIPS build fails with assembler errors in rtld.c


------- Additional Comments From daney at avtrex dot com  2004-09-15 00:38 -------
Created an attachment (id=193)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=193&action=view)
Patch

Applying this patch allows me to build and seems to run with no problems.

The binutils-2.15 assembler seems not to like nested functions.  So I made
_dl_start_user not be an '.ent'.  This allows it to compile, but I am uncertian
if there might be hidden bad things happening.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=385

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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