Ping~
On 22/11/12 16:49, Yufeng Zhang wrote:
Hi,
This patch implements the correct name mangling of AArch64 AdvSIMD
vector types in conformance to the AAPCS64 doc (Procedure Call Standard
for the ARM 64-bit Architecture, Appendix A).
OK for the trunk?
Thanks,
Yufeng
gcc/ChangeLog
2012-11-22 Yufeng Zhang<yufeng.zh...@arm.com>
* config/aarch64/aarch64.c (aarch64_simd_mangle_map_entry): New
typedef.
(aarch64_simd_mangle_map): New table.
(aarch64_mangle_type): Locate and return the mangled name for
a given AdvSIMD vector type.
gcc/testsuite/ChangeLog
2012-11-22 Yufeng Zhang<yufeng.zh...@arm.com>
* g++.dg/abi/mangle-neon-aarch64.C: New test.