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]

sim/2197: gdb uses && instead of & in 2 places


>Number:         2197
>Category:       sim
>Synopsis:       gdb uses && instead of & in 2 places
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Nov 10 08:28:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     meissner@suse.de
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
./BASE/gdb/gdb-6.5.tar.bz2.contents/gdb-6.5/sim/mn10300/dv-mn103iop.c:    if ( (buf && 0xfc)  != 0 )
./BASE/gdb/gdb-6.5.tar.bz2.contents/gdb-6.5/sim/mn10300/dv-mn103iop.c:    if ( (buf && 0xf0) != 0 )


these 2 should be & instead
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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