Cort Dougan <cort@cs.nmt.edu>
[deliverable/binutils-gdb.git] / opcodes / sparc-opc.c
index f1aa070cb96a1ed31fecf98c2b9122c5be1667a6..b50b39b4ba99a4c9d30a711dae2498d56cdd3083 100644 (file)
@@ -1,5 +1,5 @@
 /* Table of opcodes for the sparc.
-   Copyright (C) 1989, 91, 92, 93, 94, 95, 96, 1997
+   Copyright (C) 1989, 91, 92, 93, 94, 95, 96, 97, 1998
    Free Software Foundation, Inc.
 
 This file is part of the BFD library.
@@ -64,9 +64,8 @@ Boston, MA 02111-1307, USA.   */
 #define v9notv9a       (MASK_V9)
 
 /* Table of opcode architectures.
-   The order is defined in opcode/sparc.h.
-   The names must match the arguments to gas' -A<arch> option in tc-sparc.c.
-*/
+   The order is defined in opcode/sparc.h.  */
+
 const struct sparc_opcode_arch sparc_opcode_archs[] = {
   { "v6", MASK_V6 },
   { "v7", MASK_V6 | MASK_V7 },
@@ -1318,7 +1317,7 @@ cond ("bz",       "tz",   CONDZ, F_CONDBR|F_ALIAS), /* for e */
  { opcode, FBFCC(3)|(mask)|BPRED|ANNUL, FBFCC(~3)|(lose), ",a 9,G",   flags|F_DELAYED|F_FBR, v9 }, \
  { opcode, FBFCC(3)|(mask)|BPRED|ANNUL, FBFCC(~3)|(lose), ",a,T 9,G", flags|F_DELAYED|F_FBR, v9 }, \
  { opcode, FBFCC(3)|(mask), ANNUL|BPRED|FBFCC(~3)|(lose), ",N 9,G",   flags|F_DELAYED|F_FBR, v9 }, \
- { opcode, FBFCC(3)|(mask)|ANNUL, BPRED|FBFCC(~3)|(lose), ",a,N  9,G", flags|F_DELAYED|F_FBR, v9 }
+ { opcode, FBFCC(3)|(mask)|ANNUL, BPRED|FBFCC(~3)|(lose), ",a,N 9,G", flags|F_DELAYED|F_FBR, v9 }
 
 /* v9: We must put `FBRX' before `FBR', to ensure that we never match
    v9: something against an expression unless it is an expression.  Otherwise,
This page took 0.02357 seconds and 4 git commands to generate.