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: [patch, testsuite] General ARM target triplet


On Sat, 4 Dec 2010, Yao Qi wrote:

> Some of test cases have been changed to arm*-*-* or arm*-*eabi*.  So
> this patch helps to make whole testsuite in a consistent state.

In general if you want to cover all ARM EABI targets you should also match 
arm*-*-symbianelf*, though I'm not sure how good the testsuite state is 
for that target right now.

Really, lots of these look like some sort of "object format is ELF" test, 
which indicates that there should be a common function in 
gdb/testsuite/lib/ for that test.  Possibly taken from 
binutils/testsuite/lib/binutils-common.exp though it would be good to be 
able to share the code rather than maintaining two copies.

-- 
Joseph S. Myers
joseph@codesourcery.com


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