]> git.eshelyaron.com Git - emacs.git/commit
In CANNOT_DUMP builds, don't prepare for unexec.
authorKen Raeburn <raeburn@raeburn.org>
Wed, 5 Apr 2017 06:48:49 +0000 (02:48 -0400)
committerKen Raeburn <raeburn@raeburn.org>
Thu, 6 Apr 2017 06:10:53 +0000 (02:10 -0400)
commit8ca2bd1ce7eebaf3b995786d9f9f61907ebbb060
treefb17a907553a16782845c6b3101ef2b4d3467ee3
parentdd09e72ed6b1c6ba5c584e7aa32d98437d96326a
In CANNOT_DUMP builds, don't prepare for unexec.

Having a command-line argument of "dump" or "bootstrap" would trigger
behavior like not installing signal handlers.  In CANNOT_DUMP modes,
we should get signal handlers installed regardless of whatever funny
file names we decide to edit.

src/emacs.c (main) [CANNOT_DUMP]: Don't enable the "dumping"
alterations to initialization that prepares the process for unexec.
src/emacs.c