Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/opcodes Fix a binutils bug. Should be fixed in the...
details: https://anonhg.NetBSD.org/src/rev/8752ce3ed2a5
branches: trunk
changeset: 485082:8752ce3ed2a5
user: eeh <eeh%NetBSD.org@localhost>
date: Tue Apr 18 20:28:37 2000 +0000
description:
Fix a binutils bug. Should be fixed in the next version.
diffstat:
gnu/dist/opcodes/sparc-opc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f5dd356639a5 -r 8752ce3ed2a5 gnu/dist/opcodes/sparc-opc.c
--- a/gnu/dist/opcodes/sparc-opc.c Tue Apr 18 20:25:13 2000 +0000
+++ b/gnu/dist/opcodes/sparc-opc.c Tue Apr 18 20:28:37 2000 +0000
@@ -1317,7 +1317,7 @@
{ 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,
Home |
Main Index |
Thread Index |
Old Index