On 1 July 2013 18:35, Peter Maydell <peter.mayd...@linaro.org> wrote: > From: Alexander Graf <ag...@suse.de> > > Add the necessary code to configure to handle AArch64 as a target > CPU (we already have some code for supporting it as host). Note > that this doesn't enable the AArch64 targets yet. > + aarch64) > + TARGET_BASE_ARCH=arm > + bflt="yes" > + target_nptl="yes" > + gdb_xml_files="aarch64-core.xml aarch64-fpu.xml" > + target_long_alignment=8
This is a holdover from before Paolo cleaned up the ABI type alignment handling -- we need to add handling in abitypes.h now. -- PMM