diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-26 07:57:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-26 07:57:26 +0000 |
commit | aaa222e7b029c17f562198fc520f485dbc3646c5 (patch) | |
tree | 348046546d42921b031d96b7352dba466504e298 /binutils | |
parent | cbb356d959a465b773ed4df9cb802f0538cc6840 (diff) | |
download | fsf-binutils-gdb-aaa222e7b029c17f562198fc520f485dbc3646c5.zip fsf-binutils-gdb-aaa222e7b029c17f562198fc520f485dbc3646c5.tar.gz fsf-binutils-gdb-aaa222e7b029c17f562198fc520f485dbc3646c5.tar.bz2 |
oops - forgot to add the grep for "(DW_OP_addr: 0)"
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index 5dff619..7eb544b 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/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 { |