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 gdb/19223] New: h8300-tdep.c:354: bad macro ?


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

            Bug ID: 19223
           Summary: h8300-tdep.c:354: bad macro ?
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

[src/gdb/h8300-tdep.c:354]: (style) Expression '(X & 0xfff0) == 0x7905' is
always false.

Source code is

     else if (IS_MOV_IMM_Rn (op))

and

#define IS_MOV_IMM_Rn(x)    (((x) & 0xfff0) == 0x7905)

-- 
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]