diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2011-09-28 12:01:12 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2011-09-28 12:01:12 +0000 |
commit | 8d7f3066f10af50d8bef91634752574604c5a374 (patch) | |
tree | 4501d397dcccbc192551c79b5daf4d08ddeff24f /gas | |
parent | c93dbcba1610184a86722f2b547e19467c7635c8 (diff) | |
download | gdb-8d7f3066f10af50d8bef91634752574604c5a374.zip gdb-8d7f3066f10af50d8bef91634752574604c5a374.tar.gz gdb-8d7f3066f10af50d8bef91634752574604c5a374.tar.bz2 |
* gas/pe/section-exclude.d: Correct testcase.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/pe/section-exclude.d | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 17c786f..472036c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-09-28 Kai Tietz <ktietz@redhat.com> + + * gas/pe/section-exclude.d: Correct testcase. + 2011-09-27 Kai Tietz <ktietz@redhat.com> * gas/pe/pe.exp: Add new testcase. diff --git a/gas/testsuite/gas/pe/section-exclude.d b/gas/testsuite/gas/pe/section-exclude.d index 02b3bd5..f9aec9a 100644 --- a/gas/testsuite/gas/pe/section-exclude.d +++ b/gas/testsuite/gas/pe/section-exclude.d @@ -7,14 +7,12 @@ Sections: Idx Name *Size *VMA *LMA *File off *Algn - 3 .foo1 00000004 0000000000000000 0000000000000000 000000b4 2**2 - CONTENTS, EXCLUDE 0 \.text 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24] .* 1 \.data 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24] .* 2 \.bss 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24] .* - 3 \.foo1 0*0000004 0*0000000 0*0000000 0*0000000 2\*\*[24] -.*CONTENS, EXCLUDE + 3 \.foo1 0*0000004 0*0000000 0*0000000 .* 2\*\*[24] +.*CONTENTS, EXCLUDE .* |