]> git.eshelyaron.com Git - emacs.git/commit
Implement position independent dump.
authorAndrea Corallo <akrl@sdf.org>
Fri, 10 Apr 2020 21:30:34 +0000 (22:30 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 12 Apr 2020 15:52:05 +0000 (16:52 +0100)
commitf4156b452fd45ed4a706a2083755212c16ef88bb
tree169c7712794d35c0b174cff30d906adbcd4cf856
parentd85b803b78bc2a9b0424f0caac62a4e9de49b3e4
Implement position independent dump.

Set the filename for every compilation unit as realtive to obtain a
position independent dump.

* lisp/loadup.el: Modify filename for every compilation unit as
position independent.

* src/pdumper.c (dump_do_dump_relocation): Update to be invocation
directory relative.
lisp/loadup.el
src/pdumper.c