Mercurial > emacs
comparison ChangeLog @ 109539:d962ccf8829f
Use __executable_start to find start of text segment for profiling
* emacs.c (main) [PROFILING]: Use __executable_start if defined to
find start of text segment.
* dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START
is defined.
* configure.in: Check for __executable_start.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Sun, 25 Jul 2010 21:09:54 +0200 |
parents | 76c625d8ba20 |
children | 533c5aeb854f |
comparison
equal
deleted
inserted
replaced
109538:ed55b1a60024 | 109539:d962ccf8829f |
---|---|
1 2010-07-25 Andreas Schwab <schwab@linux-m68k.org> | |
2 | |
3 * configure.in: Check for __executable_start. | |
4 | |
1 2010-07-24 Ken Brown <kbrown@cornell.edu> | 5 2010-07-24 Ken Brown <kbrown@cornell.edu> |
2 | 6 |
3 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715) | 7 * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715) |
4 | 8 |
5 2010-07-24 Juanma Barranquero <lekktu@gmail.com> | 9 2010-07-24 Juanma Barranquero <lekktu@gmail.com> |