old-cross-binutils/gdb/arch
Yao Qi 6448a3e4da 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.
2015-10-14 09:30:39 +01:00
..
aarch64-insn.c Rename emit_load_store to aarch64_emit_load_store 2015-10-12 11:28:39 +01:00
aarch64-insn.h Define enum out of struct 2015-10-14 09:30:39 +01:00
arm.h
xtensa.h