X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fvm.lisp;h=2b0a7cd88f6d4321bc69273f5c353eacfc574591;hb=db0691b05cc99ce010ecae78bb532b594aea1859;hp=6e20e088533848f3ed64c21f4602e17e8b28d416;hpb=8731c1a7c1a585d190151fa881050fb5e14c0616;p=sbcl.git diff --git a/src/compiler/ppc/vm.lisp b/src/compiler/ppc/vm.lisp index 6e20e08..2b0a7cd 100644 --- a/src/compiler/ppc/vm.lisp +++ b/src/compiler/ppc/vm.lisp @@ -325,3 +325,10 @@ (non-descriptor-stack (format nil "NS~D" offset)) (constant (format nil "Const~D" offset)) (immediate-constant "Immed")))) + +;;; The loader uses this to convert alien names to the form they +;;; occur in the symbol table. This is ELF, so do nothing + +(defun extern-alien-name (name) + (declare (type simple-base-string name)) + name)