]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
powerpc: Create DOTSYM to wrap dot symbol usage
authorAnton Blanchard <anton@samba.org>
Tue, 4 Feb 2014 05:07:01 +0000 (16:07 +1100)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:19 +0000 (10:05 +1000)
There are a few places we have to use dot symbols with the
current ABI - the syscall table and the kvm hcall table.

Wrap both of these with a new macro called DOTSYM so it will
be easy to transition away from dot symbols in a future ABI.

Signed-off-by: Anton Blanchard <anton@samba.org>

No differences found