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]
Other format: [Raw text]

Re: [RFA] H8/300sx port for gas, sim, and opcodes (3/5)


Hi Michael,

> This is the disassembler part of the h8/300sx port.
> It depends on include/opcode/h8300.h, submitted separately.
>
> 2003-05-14  Michael Snyder  <msnyder@redhat.com>
> 	and Bernd Schmidt   <bernds@redhat.com>
> 	and Alexandre Oliva <aoliva@redhat.com>
> 	* h8300-dis.c: Add new insns and addressing modes for h8300sx.

Approved - please apply after fixing up the formatting of the code.

For example:

>   switch (*nib & SIZE) {
                        ^^^
(and other places where switch  is used).


> #if 0
>       if ((looking_for & SIZE) == L_16)
> 	*cst = (short) *cst;	/* sign extend */
> #endif

(Suppressed code with no reason given).


Cheers
        Nick


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