aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2010-07-25 21:09:54 +0200
committerAndreas Schwab2010-07-25 21:09:54 +0200
commitdcc19aacb785a5a0de0184342ab8eae714bff916 (patch)
tree108d2dcfc0ec36a97a0283a849f6de2ad2d8f75e /ChangeLog
parent7bfa6d7793030944556daeede46dff688465cfd7 (diff)
downloademacs-dcc19aacb785a5a0de0184342ab8eae714bff916.tar.gz
emacs-dcc19aacb785a5a0de0184342ab8eae714bff916.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2746258e0c2..64c61254371 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-07-25 Andreas Schwab <schwab@linux-m68k.org>
2
3 * configure.in: Check for __executable_start.
4
12010-07-24 Ken Brown <kbrown@cornell.edu> 52010-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)