Re: [PATCH][AARCH64] Fix the name mangling of va_list

2012-12-04 Thread Marcus Shawcroft
On 29 November 2012 15:26, Yufeng Zhang wrote: > Please find the updated patch that improves the comment added to the test in > the generic part of the testsuite. OK /Marcus

Re: [PATCH][AARCH64] Fix the name mangling of va_list

2012-11-29 Thread Yufeng Zhang
Please find the updated patch that improves the comment added to the test in the generic part of the testsuite. Thanks, Yufeng On 11/26/12 09:55, Marcus Shawcroft wrote: On 21/11/12 14:31, Yufeng Zhang wrote: Hi, This patch updates the AArch64 port to mangle __va_list as it is in namespace s

Re: [PATCH][AARCH64] Fix the name mangling of va_list

2012-11-26 Thread Marcus Shawcroft
On 21/11/12 14:31, Yufeng Zhang wrote: Hi, This patch updates the AArch64 port to mangle __va_list as it is in namespace std in C++. This is specified in the AArch64 AAPCS64 ABI doc. OK for the trunk? Thanks, Yufeng gcc/ChangeLog 2012-11-21 Yufeng Zhang * config/aarch64/aarch6

[PATCH][AARCH64] Fix the name mangling of va_list

2012-11-21 Thread Yufeng Zhang
Hi, This patch updates the AArch64 port to mangle __va_list as it is in namespace std in C++. This is specified in the AArch64 AAPCS64 ABI doc. OK for the trunk? Thanks, Yufeng gcc/ChangeLog 2012-11-21 Yufeng Zhang * config/aarch64/aarch64.c (aarch64_mangle_type): New function.