We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91381b commit 1b2306aCopy full SHA for 1b2306a
1 file changed
test/separate-debug-file.sh
@@ -36,7 +36,7 @@ gdb $t/exe1 -ex 'list main' -ex 'quit' | grep -F return1
36
# See issue #1535 for more details
37
readelf -W --sections $t/exe1.dbg | not grep -E '[EPS]HDR'
38
readelf -W --symbols $t/exe1.dbg | not grep -E '<corrupt>'
39
-readelf -W --symbols $t/exe1.dbg | not grep -E '^ *[0-9][0-9]:.*UND *$'
+readelf -W --symbols $t/exe1.dbg | grep -vw REGISTER | not grep -E '^ *[0-9][0-9]:.*UND *$'
40
41
42
$CC -c -o $t/a.o $t/a.c -g -I$t
0 commit comments