This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


On Monday 25 July 2011 08:26:57, Yao Qi 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" ?

Otherwise okay.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]