Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/ChangeLog Sun Jul 25 20:36:37 2010 +0200 +++ b/ChangeLog Sun Jul 25 21:09:54 2010 +0200 @@ -1,3 +1,7 @@ +2010-07-25 Andreas Schwab <schwab@linux-m68k.org> + + * configure.in: Check for __executable_start. + 2010-07-24 Ken Brown <kbrown@cornell.edu> * configure.in (LINKER, LIB_GCC): Remove cygwin special cases (Bug#6715)