This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

[patch] h8300.h: Fix formatting.


Hi,

I am comitting the attached patch as obvious.

Thanks,

Kazu Hirata

2001-03-21  Kazu Hirata  <kazu@hxi.com>

	* h8300.h: Fix formatting.

Index: h8300.h
===================================================================
RCS file: /cvs/src/src/include/opcode/h8300.h,v
retrieving revision 1.3
diff -u -r1.3 h8300.h
--- h8300.h	2001/03/14 02:27:44	1.3
+++ h8300.h	2001/03/22 02:46:42
@@ -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 @@
   { 0 }
 };
 #else
-extern struct h8_opcode h8_opcodes[] ;
+extern struct h8_opcode h8_opcodes[];
 #endif
-
-
-
-


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