diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-19 17:30:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-04-19 17:30:18 +0000 |
commit | 4a6dfd6c0adbe41f5abde95c957a415f8b6eb3dd (patch) | |
tree | dfc02d6662e72a47a4aaf49adab7a3d2935cd3c5 /contrib/binutils | |
parent | bf5476a7568284207ef150fa66e60173e5fd7c2b (diff) | |
download | src-4a6dfd6c0adbe41f5abde95c957a415f8b6eb3dd.tar.gz src-4a6dfd6c0adbe41f5abde95c957a415f8b6eb3dd.zip |
Vendor import of the 19990502 Cygnus Sourceware version of sparc-ops.c.
This fixes a critcal problem in building a sparc64 toolchain.
Notes
Notes:
svn path=/vendor/binutils/dist/; revision=59396
Diffstat (limited to 'contrib/binutils')
-rw-r--r-- | contrib/binutils/opcodes/sparc-opc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/binutils/opcodes/sparc-opc.c b/contrib/binutils/opcodes/sparc-opc.c index 7f30766d413d..b50b39b4ba99 100644 --- a/contrib/binutils/opcodes/sparc-opc.c +++ b/contrib/binutils/opcodes/sparc-opc.c @@ -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. @@ -1317,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, |