Rename MULTI_SET_PSR to LDM_TYPE_2_OR_3

This commit is contained in:
Nick Clifton 1999-09-22 09:05:32 +00:00
parent be2153ad14
commit 913f265c25
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
1999-09-22 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (MULTI_SET_PSR): Rename to LDM_TYPE_2_OR_3.
Mon Sep 20 04:01:41 1999 Jeffrey A Law (law@cygnus.com)
* config/tc-hppa.c (pa_ip): Fix thinkos in recent cleanup

View File

@ -635,7 +635,7 @@ static CONST struct asm_opcode insns[] =
#define PRE_INDEX 0x01000000
#define INDEX_UP 0x00800000
#define WRITE_BACK 0x00200000
#define MULTI_SET_PSR 0x00400000
#define LDM_TYPE_2_OR_3 0x00400000
#define LITERAL_MASK 0xf000f000
#define COND_MASK 0xf0000000
@ -3167,7 +3167,7 @@ do_ldmstm (str, flags)
if (*str == '^')
{
str++;
flags |= MULTI_SET_PSR;
flags |= LDM_TYPE_2_OR_3;
}
inst.instruction |= flags | range;