Update testsuite/pr18689.sh for older GCC

Older GCC, like 4.2, generates .debug_macinfo section instead of
.debug_macro section.  This patch updates testsuite/pr18689.sh to
support it.
This commit is contained in:
H.J. Lu 2015-07-20 12:18:06 -07:00
parent 2bca03770d
commit 45972d0074
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@
set -e
egrep -q "..debug_macro[ ]+*" pr18689.stdout
egrep -q "..debug_mac[ro|info][ ]+*" pr18689.stdout
exit 0