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 | 361bfa20e55754ffead605330879e7bd22a93328 (patch) | |
tree | b477d56fd295b7af29c1ae02bc20be1deb72a6a7 /include/opcode/h8300.h | |
parent | 87890af05c79e3fb1cfb2cdc0ffa0cea8a3b26da (diff) | |
download | gdb-361bfa20e55754ffead605330879e7bd22a93328.zip gdb-361bfa20e55754ffead605330879e7bd22a93328.tar.gz gdb-361bfa20e55754ffead605330879e7bd22a93328.tar.bz2 |
2001-03-21 Kazu Hirata <kazu@hxi.com>
* h8300.h: Fix formatting.
Diffstat (limited to 'include/opcode/h8300.h')
-rw-r--r-- | include/opcode/h8300.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h index dd3bbe8..7ea8798 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 - - - - |