Browse Source

oops - forgot to add the grep for "(DW_OP_addr: 0)"

binutils-2_14-branch
Nick Clifton 24 years ago
parent
commit
aaa222e7b0
  1. 1
      binutils/testsuite/binutils-all/readelf.exp

1
binutils/testsuite/binutils-all/readelf.exp

@ -284,6 +284,7 @@ proc readelf_wi_test {} {
".*DW_AT_name.*(testprog.c|indirect string).*"
".*DW_AT_name.*fn.*"
".*DW_AT_name.*(main|indirect string).*"
".*\(DW_OP_addr: 0\).*"
}
foreach looked_for $sought {

Loading…
Cancel
Save