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:
parent
2bca03770d
commit
45972d0074
@ -23,6 +23,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
egrep -q "..debug_macro[ ]+*" pr18689.stdout
|
||||
egrep -q "..debug_mac[ro|info][ ]+*" pr18689.stdout
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user