Align stack bottom properly.
commitf1fdb5bc575728bd6c9f13a18939d9c271a74e83
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Aug 2017 19:49:22 +0000 (29 12:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Aug 2017 21:58:48 +0000 (29 14:58 -0700)
tree75b63a474def4a9701b0d1eda984575e003ffabd
parent02255c5fbc7e6dc0206db978994617cc72de4bb8
Align stack bottom properly.

This is needed for gcc -Os -flto on x86-64 (Bug#28213).
* src/emacs.c (main): Align stack-bottom variable as a pointer,
since mark_memory requires this.
src/emacs.c