| | Date | Sat, 13 Feb 2010 22:54:48 +0000 | | From | Catalin Marinas <> | | Subject | Re: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations |
| |
Rabin Vincent wrote: > When building as Thumb-2, the ".type foo, %function" annotation in > ENDPROC seems to be required in order for the assembly routines to be > recognized as Thumb-2 code. If the ENDPROC annotations are not present, > calls to these routines are generated as BLX instead of BL. > > Cc: Catalin Marinas <catalin.marinas@arm.com> > Signed-off-by: Rabin Vincent <rabin@rab.in>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
-- Catalin
|