Bug 10200 - Tests from db-symbols.awk fail on alpha (+ fix)
Summary: Tests from db-symbols.awk fail on alpha (+ fix)
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-26 07:32 UTC by Aurelien Jarno
Modified: 2014-07-01 20:19 UTC (History)
1 user (show)

See Also:
Host: alphaev68-unknown-linux-gnu
Target: alphaev68-unknown-linux-gnu
Build: alphaev68-unknown-linux-gnu
Last reconfirmed:
fweimer: security-


Attachments
Patch to fix the problem (240 bytes, patch)
2009-05-26 07:32 UTC, Aurelien Jarno
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aurelien Jarno 2009-05-26 07:32:07 UTC
The tests from nptl_db/db-symbols.awk assume that the 8th column of the readelf 
output represents the symbol names. This is not true on some architectures (at 
least on alpha), where some columns might be added for some symbols.

A patch which uses the last column instead (the one which is supposed to hold 
the symbol) will follow.
Comment 1 Aurelien Jarno 2009-05-26 07:32:38 UTC
Created attachment 3964 [details]
Patch to fix the problem
Comment 2 Roland McGrath 2009-05-27 23:44:39 UTC
commit 8ee84bd