Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2010-07-06 16:56:29 +0400
committercvs2svn <>2010-07-06 16:56:29 +0400
commita044d8044c33ecfb0cbea4277d7e7d6517db46ba (patch)
tree713f9bf4823b4f57e9fc824ccb65f4f776523209 /include/opcode/mips.h
parent906fab62843c8c32d812de2ea9cd509d75d05ab2 (diff)
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20100701
snapshot-20100701'. Sprout from gdb_7_2-branch 2010-07-06 12:56:25 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_7_2-branch'.' Cherrypick from master 2010-06-29 04:17:27 UTC Alan Modra <modra@gmail.com> 'remove maxq-coff port': config/ChangeLog include/ChangeLog include/floatformat.h include/opcode/ChangeLog include/opcode/mips.h include/opcode/ppc.h Delete: config/gc++filt.m4 djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r--include/opcode/mips.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 2fb96720b..45085bda7 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -1089,10 +1089,8 @@ extern int bfd_mips_num_opcodes;
#define MIPS16_INSN_READ_PC 0x00002000
/* Reads the general purpose register in MIPS16OP_*_REGR32. */
#define MIPS16_INSN_READ_GPR_X 0x00004000
-/* Is an unconditional branch insn. */
-#define MIPS16_INSN_UNCOND_BRANCH 0x00008000
-/* Is a conditional branch insn. */
-#define MIPS16_INSN_COND_BRANCH 0x00010000
+/* Is a branch insn. */
+#define MIPS16_INSN_BRANCH 0x00010000
/* The following flags have the same value for the mips16 opcode
table: