[RFA 7/8] New port: TI C6x: test case fixes

Yao Qi yao@codesourcery.com
Tue Aug 9 15:03:00 GMT 2011


On 08/09/2011 10:22 PM, Pedro Alves wrote:
>> > diff --git a/gdb/testsuite/gdb.base/maint.exp b/gdb/testsuite/gdb.base/maint.exp
>> > index 61ad439..9ef84af 100644
>> > --- a/gdb/testsuite/gdb.base/maint.exp
>> > +++ b/gdb/testsuite/gdb.base/maint.exp
>> > @@ -394,6 +394,10 @@ gdb_test_multiple "maint info sections" "maint info sections" {
>> >         set data_section ER_RW
>> >         pass "maint info sections"
>> >      }
>> > +    -re "Exec file:\r\n.*break($EXEEXT)?., file type.*neardata.*$gdb_prompt $" {
>> > +       # c6x doesn't have .data section.  It has .neardata and .fardata section.
>> > +       set data_section ".neardata"
> Missing "pass" ?

Oh, yes.  Fixed.

-- 
Yao (齐尧)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-test-case.patch
Type: text/x-patch
Size: 4868 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20110809/5930d362/attachment.bin>


More information about the Gdb-patches mailing list