Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 253100 - MIPS N32 ldconfig patch, please add to glibc patch set
Summary: MIPS N32 ldconfig patch, please add to glibc patch set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: MIPS Linux
: High normal (vote)
Assignee: MIPS Porters
URL: http://sourceware.org/bugzilla/show_b...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-30 07:15 UTC by Zhang Le (RETIRED)
Modified: 2009-02-22 01:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
glibc-mips-N32-readelflib.c.patch (glibc-mips-N32-readelflib.c.patch,469 bytes, patch)
2008-12-30 07:16 UTC, Zhang Le (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zhang Le (RETIRED) gentoo-dev 2008-12-30 07:15:01 UTC
http://sourceware.org/bugzilla/show_bug.cgi?id=7074

In MIPS N32 userland, entries in ld.so.cache should have n32 flag.
Without this patch, those entries do not have n32 flag.
So ld.so.cache is totally unusable.
Comment 1 Zhang Le (RETIRED) gentoo-dev 2008-12-30 07:16:06 UTC
Created attachment 176841 [details, diff]
glibc-mips-N32-readelflib.c.patch
Comment 2 SpanKY gentoo-dev 2009-02-15 22:05:44 UTC
if someone on the mips team approves, i have no problem adding
Comment 3 Joshua Kinard gentoo-dev 2009-02-19 03:42:17 UTC
No problems here.  Looks harmless.
Comment 4 Zhang Le (RETIRED) gentoo-dev 2009-02-19 14:14:36 UTC
Hi, Kumba, thanks for reviewing.