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 correctly.

No regressions on arm-none-eabi.



-- Greta



gcc/Changelog:

2011-05-13  Greta Yorsh<greta.yo...@arm.com>

        * config/arm/arm.c: Replace hardcoded "." of local label prefix
        with LOCAL_LABEL_PREFIX macro.

gcc/testsuite/ChangeLog:

2011-05-13  Greta Yorsh<greta.yo...@arm.com>

        * gcc.target/arm/trampoline-1.c: New test, to make sure
        the local label ".Ltrampoline" is generated correctly.
        

OK.

R.


Reply via email to