提交 ab9afcdf 编写于 作者: M Michael Niedermayer

Merge commit 'fd2981ea'

* commit 'fd2981ea':
  aarch64: add darwin style PAGE/PAGEOFF relocations
Merged-by: NMichael Niedermayer <michaelni@gmx.at>
......@@ -57,7 +57,10 @@ ELF .size \name, . - \name
.endm
.macro movrel rd, val
#if CONFIG_PIC
#if CONFIG_PIC && defined(__APPLE__)
adrp \rd, \val@PAGE
add \rd, \rd, \val@PAGEOFF
#elif CONFIG_PIC
adrp \rd, :pg_hi21:\val
add \rd, \rd, :lo12:\val
#else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册