diff options
author | Nick Clifton <nickc@redhat.com> | 2001-09-27 07:45:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-09-27 07:45:32 +0000 |
commit | c985580e976879bf8293f7fdbb93b6b88b99a48d (patch) | |
tree | bdffbe908aec66742455d5dc23ba9a7d529c8dda /include/opcode/v850.h | |
parent | 5fe74396e949b601e54ddb00fa7e486d1be18013 (diff) | |
download | cygnal-c985580e976879bf8293f7fdbb93b6b88b99a48d.tar.gz cygnal-c985580e976879bf8293f7fdbb93b6b88b99a48d.tar.bz2 cygnal-c985580e976879bf8293f7fdbb93b6b88b99a48d.zip |
Remove spurious comment
Diffstat (limited to 'include/opcode/v850.h')
-rw-r--r-- | include/opcode/v850.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/opcode/v850.h b/include/opcode/v850.h index 737faf88d..2183bc858 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 |