diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-11-19 13:58:29 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-11-19 14:01:03 +0000 |
commit | 6c1c9a8bbd2aa3fbc627525b452e7dbbaf40efc5 (patch) | |
tree | 8bf68c9327d8f7e2084677cd7b07f44a3064954b /gdb/m32c-tdep.c | |
parent | 9caa33114e9195b0d28ad46d21a11a8f838ffb07 (diff) | |
download | binutils-6c1c9a8bbd2aa3fbc627525b452e7dbbaf40efc5.zip binutils-6c1c9a8bbd2aa3fbc627525b452e7dbbaf40efc5.tar.gz binutils-6c1c9a8bbd2aa3fbc627525b452e7dbbaf40efc5.tar.bz2 |
Define enum out of the scope of struct
This patch moves the enum definition out of the scope of struct, and
fixes the following error.
gdb/gdbserver/linux-aarch64-low.c:681:18: error: 'OPERAND_REGISTER' was not declared in this scope
operand.type = OPERAND_REGISTER;
^
gdb/gdbserver:
2015-11-19 Yao Qi <yao.qi@linaro.org>
* linux-aarch64-low.c (enum aarch64_operand_type): New.
(struct aarch64_operand): Move enum out.
Diffstat (limited to 'gdb/m32c-tdep.c')
0 files changed, 0 insertions, 0 deletions