Re: [PATCH] cleanup: local label prefix

2011-06-06 Thread Richard Earnshaw
On 05/20/11 11:13, Greta Yorsh wrote: This patch replaces a hardcoded "." of local label prefix with LOCAL_LABEL_PREFIX macro in the ARM backend (generating a "trampoline" in thumb mode). The patch also contains a new test to make sure that the local label ".Ltrampoline_start:" is generated corr

[PATCH] cleanup: local label prefix

2011-05-20 Thread Greta Yorsh
This patch replaces a hardcoded "." of local label prefix with LOCAL_LABEL_PREFIX macro in the ARM backend (generating a "trampoline" in thumb mode). The patch also contains a new test to make sure that the local label ".Ltrampoline_start:" is generated correctly. No regressions on arm-none-eabi