diff options
author | gdb-3.3 <gdb@fsf.org> | 1989-09-30 00:00:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:32 +0100 |
commit | 4187119d59afd156703cfcbc6be287c5085f1867 (patch) | |
tree | 8ea0d77175611df1eeec928858f629d410dd6e05 /gdb/vax-opcode.h | |
parent | e91b87a36830d061ef87d67be5f309e4d4ed918f (diff) | |
download | gdb-4187119d59afd156703cfcbc6be287c5085f1867.zip gdb-4187119d59afd156703cfcbc6be287c5085f1867.tar.gz gdb-4187119d59afd156703cfcbc6be287c5085f1867.tar.bz2 |
gdb-3.3
Diffstat (limited to 'gdb/vax-opcode.h')
-rw-r--r-- | gdb/vax-opcode.h | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/gdb/vax-opcode.h b/gdb/vax-opcode.h index 1ad1454..18a2ffb 100644 --- a/gdb/vax-opcode.h +++ b/gdb/vax-opcode.h @@ -1,4 +1,21 @@ -/* vax.opcode.h */ +/* Vax opcde list. + Copyright (C) 1989, Free Software Foundation, Inc. + +This file is part of GDB and GAS. + +GDB and GAS are 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 1, or (at your option) +any later version. + +GDB and GAS are 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 GDB or GAS; see the file COPYING. If not, write to +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef vax_opcodeT #define vax_opcodeT int @@ -154,8 +171,8 @@ votstrs[] = { "emul", {"rlrlrlwq", 0x7a } }, { "ediv", {"rlrqwlwl", 0x7b } }, { "clrd", {"wd", 0x7c } }, -{ "clrq", {"wd", 0x7c } }, { "clrg", {"wg", 0x7c } }, +{ "clrq", {"wd", 0x7c } }, { "movq", {"rqwq", 0x7d } }, { "movaq", {"aqwl", 0x7e } }, { "movad", {"adwl", 0x7e } }, @@ -220,7 +237,7 @@ votstrs[] = { "bispsw", {"rw", 0xb8 } }, { "bicpsw", {"rw", 0xb9 } }, { "popr", {"rw", 0xba } }, -{ "pushr<", {"rw", 0xbb } }, +{ "pushr", {"rw", 0xbb } }, { "chmk", {"rw", 0xbc } }, { "chme", {"rw", 0xbd } }, { "chms", {"rw", 0xbe } }, |