aarch64: Use the correct syntax for relocations
authorMartin Storsjö <martin@martin.st>
Thu, 29 May 2014 11:37:31 +0000 (14:37 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 29 May 2014 11:47:25 +0000 (14:47 +0300)
commit08cd92144e73195eecc28ed0348e66e255516b82
treea251d8c773d3ea8f50f24c62b674e676648cae54
parent962d63157322466a9a82f9f9d84c1b6f1b582f65
aarch64: Use the correct syntax for relocations

This fixes building in PIC mode with gas. The examples in the gas
manual showed using a # here even though gas itself actually didn't
support that syntax (and the gas test suite only tests it without
the extra hash sign).

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
libavutil/aarch64/asm.S