Module Name:    src
Committed By:   skrll
Date:           Thu Aug 20 12:48:53 UTC 2009

Modified Files:
        src/external/gpl3/binutils/dist/include/opcode: hppa.h

Log Message:
Add a !FLAG_STRICT bb variant to (re-)allow:

        sign:   .equ    8
                bb      sign, 0, foo


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/gpl3/binutils/dist/include/opcode/hppa.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/include/opcode/hppa.h
diff -u src/external/gpl3/binutils/dist/include/opcode/hppa.h:1.1.1.1 src/external/gpl3/binutils/dist/include/opcode/hppa.h:1.2
--- src/external/gpl3/binutils/dist/include/opcode/hppa.h:1.1.1.1	Tue Aug 18 09:49:31 2009
+++ src/external/gpl3/binutils/dist/include/opcode/hppa.h	Thu Aug 20 12:48:53 2009
@@ -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},

Reply via email to