mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 15:11:08 +08:00
* make_sunver.pl: Remove extra whitespace in regexp.
From-SVN: r161973
This commit is contained in:
parent
2784ed9c44
commit
5653ef60cb
@ -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.
|
||||
|
@ -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/);
|
||||
|
Loading…
x
Reference in New Issue
Block a user