summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-08 19:15:21 +0000
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-08 19:15:21 +0000
commitdccdc0070edc32cbbff6fb121d069915cfaf23bc (patch)
tree37da353bad32640bddc3ba6c90ac558202de7d86 /contrib
parent53b72e99fee9f7b1dd3b4798ccda85e3799e4e9a (diff)
downloadppe42-gcc-dccdc0070edc32cbbff6fb121d069915cfaf23bc.tar.gz
ppe42-gcc-dccdc0070edc32cbbff6fb121d069915cfaf23bc.zip
* make_sunver.pl: Remove extra whitespace in regexp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161973 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rw-r--r--contrib/make_sunver.pl2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 89c781745b7..5175d512d52 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
+
+ * make_sunver.pl: Remove extra whitespace in regexp.
+
2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
* check_GNU_style.sh: New.
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/);
OpenPOWER on IntegriCloud