diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-10-14 09:23:14 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-10-14 09:30:39 +0100 |
commit | 6448a3e4daecbdba25e5c76b0fbb0c21583a1347 (patch) | |
tree | 8089ea64028e5762c83f7730a116af1a2f2aafc0 /gdb/ChangeLog | |
parent | 82c88aa6294d6f764bc1ad9b55497b73a4743bb1 (diff) | |
download | gdb-6448a3e4daecbdba25e5c76b0fbb0c21583a1347.zip gdb-6448a3e4daecbdba25e5c76b0fbb0c21583a1347.tar.gz gdb-6448a3e4daecbdba25e5c76b0fbb0c21583a1347.tar.bz2 |
Define enum out of struct
This patch moves the definition of enum out of the scope of struct
aarch64_memory_operand, otherwise it breaks GDB build in c++ mode.
gdb:
2015-10-14 Yao Qi <yao.qi@linaro.org>
* arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
out of it.
(enum aarch64_memory_operand_type): New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cabfe36..4b8ffb7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-10-14 Yao Qi <yao.qi@linaro.org> + + * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum + out of it. + (enum aarch64_memory_operand_type): New. + 2015-10-13 David Edelsohn <dje.gcc@gmail.com> * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp. |