Fix Linux/PPC64 runtime
authorRobin Gareus <robin@gareus.org>
Sun, 25 Nov 2018 15:57:51 +0000 (16:57 +0100)
committerRobin Gareus <robin@gareus.org>
Sun, 25 Nov 2018 15:57:51 +0000 (16:57 +0100)
commit5273c636ab979f567c3cf3e24f6ac43be01d5d47
tree24df570da802d016d8f86c7641bc587ddf721820
parent3fd8dad9d6afcd265d438d0858104554346f1d44
Fix Linux/PPC64 runtime

This fixes an error while loading shared libraries: libardour.so

  R_PPC64_ADDR32 reloc at 0x... for symbol `' out of range

Treating a local as an immediate value in asm code makes the library
non-relocatable.
libs/ardour/ardour/cycles.h