mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 16:53:50 +08:00
[ARC] Add finer details for LLOCK and SCOND
This patch changes the "class" of LLOCK/SCOND from "MEMORY" to "LLOCK/SCOND" respectively. Moreover, it corrects the "data_size_mode". These changes are necessary for GDB's atmoic sequence handler. Signed-off-by: Shahab Vahedi <shahab@synopsys.com>
This commit is contained in:

committed by
Claudiu Zissulescu

parent
ef95444455
commit
bb82aefe17
@ -64,6 +64,7 @@ typedef enum
|
||||
JUMP,
|
||||
KERNEL,
|
||||
LEAVE,
|
||||
LLOCK,
|
||||
LOAD,
|
||||
LOGICAL,
|
||||
LOOP,
|
||||
@ -76,6 +77,7 @@ typedef enum
|
||||
PMU,
|
||||
POP,
|
||||
PUSH,
|
||||
SCOND,
|
||||
SJLI,
|
||||
STORE,
|
||||
SUB,
|
||||
|
Reference in New Issue
Block a user