[trivial patch] fix first line of file comment in mips-opc.c

Chris G. Demetriou cgd@sibyte.com
Thu Oct 26 11:34:00 GMT 2000


I happened to notice this issue when checking for additional diffs in
our binutils source tree.  I stole the format from the d10v-opc.c
header, since i thought it was pretty.

This neither requires nor as far as I know conflicts with any of the
rest of my patches.  I didn't test it either.  8-)


for opcodes/ChangeLog:

2000-10-26  Chris Demetriou  <cgd@sibyte.com>

	* mips-opc.c: Fix file header comment.


*** ../src.P16/opcodes/mips-opc.c	Wed Oct 25 23:57:01 2000
--- opcodes/mips-opc.c	Thu Oct 26 11:30:30 2000
***************
*** 1,4 ****
! /* mips.h.  Mips opcode list for GDB, the GNU debugger.
     Copyright 1993, 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
     Contributed by Ralph Campbell and OSF
     Commented and modified by Ian Lance Taylor, Cygnus Support
--- 1,4 ----
! /* mips-opc.c -- MIPS opcode list.
     Copyright 1993, 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
     Contributed by Ralph Campbell and OSF
     Commented and modified by Ian Lance Taylor, Cygnus Support


More information about the Binutils mailing list