2001-03-21 Kazu Hirata <kazu@hxi.com>
* h8300.h: Fix formatting.
This commit is contained in:
parent
46b107fb28
commit
10654b8555
@ -1,3 +1,7 @@
|
|||||||
|
2001-03-21 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
|
* h8300.h: Fix formatting.
|
||||||
|
|
||||||
2001-03-22 Alan Modra <alan@linuxcare.com.au>
|
2001-03-22 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
* i386.h (i386_optab): Add paddq, psubq.
|
* i386.h (i386_optab): Add paddq, psubq.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* Opcode table for the H8-300
|
/* Opcode table for the H8/300
|
||||||
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000
|
Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
Written by Steve Chamberlain, sac@cygnus.com.
|
Written by Steve Chamberlain <sac@cygnus.com>.
|
||||||
|
|
||||||
This file is part of GDB, the GNU Debugger and GAS, the GNU Assembler.
|
This file is part of GDB, the GNU Debugger and GAS, the GNU Assembler.
|
||||||
|
|
||||||
@ -597,9 +597,5 @@ struct h8_opcode h8_opcodes[] =
|
|||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
#else
|
#else
|
||||||
extern struct h8_opcode h8_opcodes[] ;
|
extern struct h8_opcode h8_opcodes[];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user