aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/i960.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-04-15 10:26:09 +0000
committerNick Clifton <nickc@redhat.com>2010-04-15 10:26:09 +0000
commite4e42b45d59b4c622b7c5b625fd7467fd62d958d (patch)
treef101d5aceccdcac549fdf777f907cca8bb7d2bdc /include/opcode/i960.h
parentf526ccf3c10b27adc2804234de71eff064b5f1bd (diff)
downloadgdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.zip
gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.gz
gdb-e4e42b45d59b4c622b7c5b625fd7467fd62d958d.tar.bz2
Upgrade header files to use GPLv3
Diffstat (limited to 'include/opcode/i960.h')
-rw-r--r--include/opcode/i960.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/include/opcode/i960.h b/include/opcode/i960.h
index 0999aa1..dc0e78f 100644
--- a/include/opcode/i960.h
+++ b/include/opcode/i960.h
@@ -1,10 +1,10 @@
/* Basic 80960 instruction formats.
- Copyright 2001 Free Software Foundation, Inc.
+ Copyright 2001, 2010 Free Software Foundation, Inc.
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)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
@@ -15,24 +15,24 @@
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., 51 Franklin Street - Fifth Floor,
- Boston, MA 02110-1301, USA.
+ Boston, MA 02110-1301, USA. */
- The 'COJ' instructions are actually COBR instructions with the 'b' in
- the mnemonic replaced by a 'j'; they are ALWAYS "de-optimized" if necessary:
- if the displacement will not fit in 13 bits, the assembler will replace them
- with the corresponding compare and branch instructions.
+/* The 'COJ' instructions are actually COBR instructions with the 'b' in
+ the mnemonic replaced by a 'j'; they are ALWAYS "de-optimized" if
+ necessary: if the displacement will not fit in 13 bits, the assembler will
+ replace them with the corresponding compare and branch instructions.
- All of the 'MEMn' instructions are the same format; the 'n' in the name
- indicates the default index scale factor (the size of the datum operated on).
+ All of the 'MEMn' instructions are the same format; the 'n' in the name
+ indicates the default index scale factor (the size of the datum operated on).
- The FBRA formats are not actually an instruction format. They are the
- "convenience directives" for branching on floating-point comparisons,
- each of which generates 2 instructions (a 'bno' and one other branch).
+ The FBRA formats are not actually an instruction format. They are the
+ "convenience directives" for branching on floating-point comparisons,
+ each of which generates 2 instructions (a 'bno' and one other branch).
- The CALLJ format is not actually an instruction format. It indicates that
- the instruction generated (a CTRL-format 'call') should have its relocation
- specially flagged for link-time replacement with a 'bal' or 'calls' if
- appropriate. */
+ The CALLJ format is not actually an instruction format. It indicates that
+ the instruction generated (a CTRL-format 'call') should have its relocation
+ specially flagged for link-time replacement with a 'bal' or 'calls' if
+ appropriate. */
#define CTRL 0
#define COBR 1