From 5653ef60cbffdbca50d277f61612665c60d0e66d Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Thu, 8 Jul 2010 19:15:21 +0000 Subject: * make_sunver.pl: Remove extra whitespace in regexp. From-SVN: r161973 --- contrib/ChangeLog | 4 ++++ contrib/make_sunver.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 89c7817..5175d51 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2010-07-08 Eric Botcazou + + * make_sunver.pl: Remove extra whitespace in regexp. + 2010-07-02 Sebastian Pop * check_GNU_style.sh: New. diff --git a/contrib/make_sunver.pl b/contrib/make_sunver.pl index 8d7ccc3..d087578 100644 --- a/contrib/make_sunver.pl +++ b/contrib/make_sunver.pl @@ -60,7 +60,7 @@ while () { next if (/:$/); # Ignore register (SPARC only), undefined and local symbols. The # symbol name is optional; Sun nm emits none for local or .bss symbols. - next if (/^([^ ]+)?[ \t]+[RUa-z][ \t]+ /); + next if (/^([^ ]+)?[ \t]+[RUa-z][ \t]+/); # Ignore objects without symbol table. Message goes to stdout with Sun # nm, while GNU nm emits the corresponding message to stderr. next if (/.* - No symbol table data/); -- cgit v1.1