diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-13 22:58:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-13 22:58:38 +0000 |
commit | 060d22b0d0cbc7786f83c236ed9812343530dc80 (patch) | |
tree | 3cdd2fd7f4de1bb34c9de9d7bb1c866572364d56 /opcodes/h8500-opc.h | |
parent | f48ff60ac89f36934e814ee3ffffa46914af0870 (diff) | |
download | binutils-gdb-060d22b0d0cbc7786f83c236ed9812343530dc80.tar.gz |
Fix typos in ChangeLogs; fix dates in copyright notices
Diffstat (limited to 'opcodes/h8500-opc.h')
-rw-r--r-- | opcodes/h8500-opc.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/opcodes/h8500-opc.h b/opcodes/h8500-opc.h index d4949af34d0..62b60397de9 100644 --- a/opcodes/h8500-opc.h +++ b/opcodes/h8500-opc.h @@ -1,3 +1,25 @@ +/* Instruction opcode header for Hitachi 8500. + +Copyright 2001 Free Software Foundation, Inc. + +This file is part of the GNU Binutils and/or GDB, the GNU debugger. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program; if not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + typedef enum { GR0,GR1,GR2,GR3,GR4,GR5,GR6,GR7, |