2001-03-21 Kazu Hirata <kazu@hxi.com>
authorKazu Hirata <kazu@codesourcery.com>
Thu, 22 Mar 2001 02:51:19 +0000 (02:51 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Thu, 22 Mar 2001 02:51:19 +0000 (02:51 +0000)
* h8300.h: Fix formatting.

include/opcode/ChangeLog
include/opcode/h8300.h

index 1c1cb558e87411e3db27370eaf4365794ccd6f22..d0ac44b5bff8ed0c21b5320ec39915cfaf8e5b93 100644 (file)
@@ -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.
index dd3bbe8c5cc005e8010cd518ef39d7cbe4992f11..7ea87982ce2bd944a241877e5befa3f42adf6485 100644 (file)
@@ -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
-
-
-
-
This page took 0.036756 seconds and 4 git commands to generate.