Fix undefined refs on some GNU/Linux hosts
commitcdd056519da9ef058e28b5f198357af52228e9b6
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Nov 2016 04:55:35 +0000 (20 20:55 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Nov 2016 04:55:57 +0000 (20 20:55 -0800)
tree18d8c0e03b638f049dec6f35b87628818b9e9942
parent0b187fd2bfb797e113626df1b3740edbda8b698a
Fix undefined refs on some GNU/Linux hosts

Problem reported by Ken Raeburn in:
http://lists.gnu.org/archive/html/emacs-devel/2016-11/msg00463.html
* src/emacs.c (heap_bss_diff) [CANNOT_DUMP]: Remove, as this is
not needed in the CANNOT_UNDUMP case.  All uses removed.  This
removes unwanted references to my_endbss and my_endbss_static,
which are not optimized away on some platforms.
src/emacs.c