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 0/3] Fix PR 18139: tweak gdb.linespec/break-asm-file.exp for non-x86 targets


On 19/03/15 17:13, Yao Qi wrote:
I notice gdb.linespec/break-asm-file.exp fails on some targets, arm,
ppc64, and aarch64.  gdb.linespec/break-asm-file.exp is written in a
way which has a lot assumptions on x86, and even it is lucky this case
passes on x86 (see patch 3).

There are some hard-coded stuff in the .s files, and I want to replace
them with something better (see patch 2).  During this, I find .s should
be compiled without debug info, because it has already had, so patch 1
is to compile .s files without debug info.

I tested this patch on arm, aarch64, and ppc64, fails are fixed.  I find
this test fails on s39x too, but I don't have a machine to test.

I've pushed them in.

--
Yao (éå)


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