提交 40285d26 编写于 作者: M Michael Niedermayer

Merge commit '6a0fa4d8'

* commit '6a0fa4d8':
  aarch64: remove optional :pg_hi21: for adrp instruction
Merged-by: NMichael Niedermayer <michaelni@gmx.at>
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册