diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-03-22 02:51:19 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-03-22 02:51:19 +0000 |
commit | 10654b8555cec1e50b60d1399c9a2e12dc1f2acc (patch) | |
tree | a144fb87b6b65dc967085b9fcf6f3ff0e490a9df | |
parent | 46b107fb28e9235d486df704da8143976112fcb8 (diff) | |
download | cygnal-10654b8555cec1e50b60d1399c9a2e12dc1f2acc.tar.gz cygnal-10654b8555cec1e50b60d1399c9a2e12dc1f2acc.tar.bz2 cygnal-10654b8555cec1e50b60d1399c9a2e12dc1f2acc.zip |
2001-03-21 Kazu Hirata <kazu@hxi.com>
* h8300.h: Fix formatting.
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/h8300.h | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 1c1cb558e..d0ac44b5b 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -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> * i386.h (i386_optab): Add paddq, psubq. diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h index dd3bbe8c5..7ea87982c 100644 --- a/include/opcode/h8300.h +++ b/include/opcode/h8300.h @@ -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 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. @@ -597,9 +597,5 @@ struct h8_opcode h8_opcodes[] = { 0 } }; #else -extern struct h8_opcode h8_opcodes[] ; +extern struct h8_opcode h8_opcodes[]; #endif - - - - |