This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [patch] sim/h8300/compile.c


Kazu Hirata wrote:

> 2000-06-15  Kazu Hirata  <kazu@hxi.com>
> 
>         * compile.c (decode): Distinguish inc/dec.[wl] and adds/subs
>         correctly.
> 

Applied.

	Andrew

PS:
 +                 if ((looking_for & 7) != (thisnib & 7))
                    goto fail;
Someone should think about eliminating the goto :-)

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