From: George Greer Date: Mon, 19 Jul 2010 02:16:21 +0000 (-0400) Subject: Account for GNU "i" extension when checking 'nm' output. X-Git-Tag: 5.26.1~224 X-Git-Url: https://perl5.git.perl.org/metaconfig.git/commitdiff_plain/f8ca817c9f6af339338cf9bc6041ee4231305889?hp=c2508427a5e36218555c6ba6f54ea2dd9848a08b Account for GNU "i" extension when checking 'nm' output. Signed-off-by: H.Merijn Brand --- diff --git a/U/modified/libc.U b/U/modified/libc.U index 217b21b..f927c17 100644 --- a/U/modified/libc.U +++ b/U/modified/libc.U @@ -271,7 +271,8 @@ xrun='eval "libc.list"; echo "done." >&4' ?X: Some versions of Linux include a leading __IO in the symbol name. ?X: HPUX10 reportedly has trailing spaces, though I'm suprised it has ?X: BSD-like output. (AD). -xxx='[ADTSIW]' +?X: GNU extension: i is "indirect function" +xxx='[ADTSIWi]' if com="$sed -n -e 's/__IO//' -e 's/^.* $xxx *//p'";\ eval $xscan;\ $contains '^fprintf$' libc.list >/dev/null 2>&1; then