summaryrefslogtreecommitdiff
path: root/contrib/make_sunver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/make_sunver.pl')
-rw-r--r--contrib/make_sunver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/make_sunver.pl b/contrib/make_sunver.pl
index 8d7ccc3ebb2..d0875781dc6 100644
--- a/contrib/make_sunver.pl
+++ b/contrib/make_sunver.pl
@@ -60,7 +60,7 @@ while (<NM>) {
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/);