x86-64: Treat more symbols as having immediate storage class
commita371c4f88e541026888f0a696ff46a1541974cee
authorDouglas Katzman <dougk@google.com>
Mon, 31 Jul 2017 23:01:14 +0000 (31 19:01 -0400)
committerDouglas Katzman <dougk@google.com>
Mon, 31 Jul 2017 23:19:25 +0000 (31 19:19 -0400)
treea627864815bee2e6b68017d974a580d345dc2234
parent3721262723c98962ac0c00cc62928f15e94f0687
x86-64: Treat more symbols as having immediate storage class

Follow-on to https://sourceforge.net/p/sbcl/sbcl/ci/cd8131541577ddd4 -
If immobile-space is enabled, any symbol dumped by the cross-compiler is
in that space. COMPILE-FILE wil detect those symbols by a header bit.
make-target-2-load.lisp
src/compiler/generic/early-objdef.lisp
src/compiler/x86-64/vm.lisp