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]

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


Committed (trivial change to comment).

(Of course, being new to this game, I sanity checked my determination
that it was OK with nickc.  8-)


cgd@sibyte.com (Chris G. Demetriou) writes:
> 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

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