From 6ff2f2ba116a773a8252710847f975e8511a5933 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 27 Sep 2001 07:45:32 +0000 Subject: [PATCH] Remove spurious comment --- include/opcode/ChangeLog | 4 ++++ include/opcode/v850.h | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 96e8ac1..60fe06f 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2001-09-27 Nick Clifton + + * v850.h: Remove spurious comment. + 2001-09-21 Nick Clifton * h8300.h: Fix compile time warning messages diff --git a/include/opcode/v850.h b/include/opcode/v850.h index 737faf8..2183bc8 100644 --- a/include/opcode/v850.h +++ b/include/opcode/v850.h @@ -1,5 +1,5 @@ /* v850.h -- Header file for NEC V850 opcode table - Copyright 1996, 1997 Free Software Foundation, Inc. + Copyright 1996, 1997, 2001 Free Software Foundation, Inc. Written by J.T. Conklin, Cygnus Support This file is part of GDB, GAS, and the GNU binutils. @@ -153,7 +153,6 @@ extern const struct v850_operand v850_operands[]; /* The register specified must not be r0 */ #define V850_NOT_R0 0x80 -/* CYGNUS LOCAL v850e */ /* push/pop type instruction, V850E specific. */ #define V850E_PUSH_POP 0x100 -- 2.7.4