diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-19 01:05:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-19 01:05:41 +0000 |
commit | 3b6ed320ba573be9065cde9790f20e73daad0571 (patch) | |
tree | a2ea8677036008ca93160cb0c150bc114dd82318 /binutils | |
parent | 9da7f49f68746d0314eece01e4c24f7b1a867ba5 (diff) | |
download | gdb-3b6ed320ba573be9065cde9790f20e73daad0571.zip gdb-3b6ed320ba573be9065cde9790f20e73daad0571.tar.gz gdb-3b6ed320ba573be9065cde9790f20e73daad0571.tar.bz2 |
Do not expect the compilation unit tag to be unit 1
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.wi | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index cff786f..81fd565 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2000-06-18 Nick Clifton <nickc@redhat.com> + * binutils-all/readelf.wi: Do not assume the compilation tag to be + unit 1. + * binutils-all/objcopy.exp: Expect all arm variants to fail the copying executable test. diff --git a/binutils/testsuite/binutils-all/readelf.wi b/binutils/testsuite/binutils-all/readelf.wi index e022fff..51668a7 100644 --- a/binutils/testsuite/binutils-all/readelf.wi +++ b/binutils/testsuite/binutils-all/readelf.wi @@ -5,7 +5,7 @@ The section .debug_info contains: Version: 2 Abbrev Offset: 0 Pointer Size: 4 - <.><.*>: Abbrev Number: 1 \(DW_TAG_compile_unit\) + <.><.*>: Abbrev Number: .* \(DW_TAG_compile_unit\) DW_AT_name : .*/testprog.c DW_AT_comp_dir : .*/binutils DW_AT_producer : GNU C .* |