This is the mail archive of the gdb-prs@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]

[Bug testsuite/18139] New: gdb.linespec/break-asm-file.exp needs some tweak for non-x86 target


https://sourceware.org/bugzilla/show_bug.cgi?id=18139

            Bug ID: 18139
           Summary: gdb.linespec/break-asm-file.exp needs some tweak for
                    non-x86 target
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: unassigned at sourceware dot org
          Reporter: qiyao at gcc dot gnu.org

the test case has an assumption that ".int 0" is a valid instruction,

func2:
.Lbegin_func2:
.int 0
.int 0
.Lend_func2:
.size func2, .-func2
.globl _func

however, it is not true on many other targets.  This test fails on arm,
aarch64, ppc and s390x.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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