On Sun, 18 Jul 2010 22:52:24 -0400 (EDT), George Greer <perl@greerga.m-l.org> wrote: Is this one still needed? I don't see it in Configure > From 960c1d49c4121b28b316b6994c20ddfee5ab239e Mon Sep 17 00:00:00 2001 > From: George Greer <perl@greerga.m-l.org> > Date: Sun, 18 Jul 2010 22:16:21 -0400 > Subject: [PATCH 2/2] Account for GNU "i" extension when checking 'nm' output. > > --- > U/modified/libc.U | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > 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.tmp $com >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 -- H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/ using 5.00307 through 5.12 and porting perl5.13.x on HP-UX 10.20, 11.00, 11.11, 11.23, and 11.31, OpenSuSE 10.3, 11.0, and 11.1, AIX 5.2 and 5.3. http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/ http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/Thread Previous | Thread Next