Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/include/opcode Add a !FLAG_STRIC...
details: https://anonhg.NetBSD.org/src/rev/e04d024aefd3
branches: trunk
changeset: 746810:e04d024aefd3
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Aug 20 12:48:53 2009 +0000
description:
Add a !FLAG_STRICT bb variant to (re-)allow:
sign: .equ 8
bb sign, 0, foo
diffstat:
external/gpl3/binutils/dist/include/opcode/hppa.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 60b3cbdcf44e -r e04d024aefd3 external/gpl3/binutils/dist/include/opcode/hppa.h
--- a/external/gpl3/binutils/dist/include/opcode/hppa.h Thu Aug 20 11:50:11 2009 +0000
+++ b/external/gpl3/binutils/dist/include/opcode/hppa.h Thu Aug 20 12:48:53 2009 +0000
@@ -597,6 +597,7 @@
{ "bb", 0xc0006000, 0xffe06000, "?Bnx,!,w", pa20, FLAG_STRICT},
{ "bb", 0xc4004000, 0xfc006000, "?bnx,Q,w", pa10, FLAG_STRICT},
{ "bb", 0xc4004000, 0xfc004000, "?Bnx,B,w", pa20, FLAG_STRICT},
+{ "bb", 0xc4004000, 0xfc006000, "?bnx,Q,w", pa10, 0},
{ "bvb", 0xc0004000, 0xffe04000, "?bnx,w", pa10, 0},
{ "clrbts", 0xe8004005, 0xffffffff, "", pa20, FLAG_STRICT},
{ "popbts", 0xe8004005, 0xfffff007, "$", pa20, FLAG_STRICT},
Home |
Main Index |
Thread Index |
Old Index