OSDN Git Service

ARM: fix Thumb PIC on Apple
authorMans Rullgard <mans@mansr.com>
Mon, 1 Oct 2012 23:32:24 +0000 (00:32 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 2 Oct 2012 12:12:33 +0000 (13:12 +0100)
commit7bda4ed780c23c4bd50cf9ccd91f235e67ab0eae
tree88fbda89aba2a40ce54ef013b1f47c3c16237c0b
parent72d30b27924bccffae7028de5499ce610943cc91
ARM: fix Thumb PIC on Apple

LDR with register offset and PC as base register is not available in
the Thumb instruction set so the addition must be done separately.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/arm/asm.S