commit | c1fb019477c27bfe309be282d178a08e56f05249 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Feb 04 16:07:01 2014 +1100 |
committer | Anton Blanchard <anton@samba.org> | Wed Apr 23 10:05:19 2014 +1000 |
tree | e009c66d0cd8c8c23c927af879e540347f62d4ce | |
parent | 354255014a9042b9204e5bed22704110326d5ecf [diff] |
powerpc: Create DOTSYM to wrap dot symbol usage 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>