diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-31 18:21:47 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-01-31 18:21:47 +0000 |
commit | 382ce98374d2625d0f5cab3c7cb578aee7a5889c (patch) | |
tree | 4e2f119b8dcf60e7abf39c96a023e7f05d920f79 /gcc | |
parent | be197ade2e5fb42606339080b08e885824fb9644 (diff) | |
download | gcc-382ce98374d2625d0f5cab3c7cb578aee7a5889c.zip gcc-382ce98374d2625d0f5cab3c7cb578aee7a5889c.tar.gz gcc-382ce98374d2625d0f5cab3c7cb578aee7a5889c.tar.bz2 |
gotest: accept symbols with leading dot
On AIX nm displays symbols with a leading dot; don't discard such
symbols.
While we're here stop doing fgrep -v '$', symbol names no longer
contain '$' anyhow.
Reviewed-on: https://go-review.googlesource.com/91095
From-SVN: r257247
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index ba140ef..3576668 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -973ae0a30c17e736f57377fa32371719b9ebccf6 +00f87806635655339dbbca59e6ae2ea8231cf9b1 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |