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/18119] New: gas/config/tc-arm.c:8874: bad if expression ?


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

            Bug ID: 18119
           Summary: gas/config/tc-arm.c:8874: bad if expression ?
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: dcb314 at hotmail dot com

[binutils-gdb/gas/config/tc-arm.c:8874]: (style) Expression '(X & 0xf0000) !=
0xf000' is always true.

      if (((br & 0x200) == 0) && ((br & 0xf0000) != 0xf000))

Looks like a typo to me.

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