mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
aarch64: remove optional :pg_hi21: for adrp instruction
Clang's integrated assembler does not support it.
This commit is contained in:
parent
fd2981ea92
commit
6a0fa4d86f
@ -61,7 +61,7 @@ ELF .size \name, . - \name
|
||||
adrp \rd, \val@PAGE
|
||||
add \rd, \rd, \val@PAGEOFF
|
||||
#elif CONFIG_PIC
|
||||
adrp \rd, :pg_hi21:\val
|
||||
adrp \rd, \val
|
||||
add \rd, \rd, :lo12:\val
|
||||
#else
|
||||
ldr \rd, =\val
|
||||
|
Loading…
x
Reference in New Issue
Block a user