ppc: Allow INST WORD with a FIXUP argument.
commit21a2cd6f6fa1f23cd83f5425d4e3e9b024dca2f5
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Sun, 16 Nov 2014 16:34:02 +0000 (16 11:34 -0500)
committerStas Boukarev <stassats@gmail.com>
Thu, 1 Sep 2016 19:25:43 +0000 (1 22:25 +0300)
treef6f472f6413ceb9a0fec2d24a22fc66ac6c5e006
parentfc3985c559070d2a1d4446a6fc4b1a134e51227e
ppc: Allow INST WORD with a FIXUP argument.

  * Something of limited utility but when you need it, you need it.

  * Add a new :ABSOLUTE FIXUP-KIND value for PPC, implemented in
both genesis and ppc-vm, cribbed from the ARM backend of all
places.

  * And alter the definition of INST WORD to accept a FIXUP and
note it as :ABSOLUTE, also cribbed from ARM.
src/code/ppc-vm.lisp
src/compiler/generic/genesis.lisp
src/compiler/ppc/insts.lisp