Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 433425 - app-misc/pax-utils - scanelf should support case-insensitive matching
Summary: app-misc/pax-utils - scanelf should support case-insensitive matching
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: solar (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-30 11:18 UTC by philomath
Modified: 2012-11-04 06:54 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description philomath 2012-08-30 11:18:34 UTC
It would be nice to have an option for scanelf (and related utilities) for
case-insensitive matching.
For example: "scanelf -gs '[_A-Za-z]*exit[_A-Za-z]*'" should be able to find uses
of _Exit, too.

Thanks.
Comment 1 SpanKY gentoo-dev 2012-11-04 06:54:26 UTC
http://sources.gentoo.org/gentoo-projects/pax-utils/scanelf.c?r1=1.245&r2=1.246

use -gg to get case insensitive matching