diff options
| author | Andreas Schwab | 2010-07-25 21:09:54 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-07-25 21:09:54 +0200 |
| commit | dcc19aacb785a5a0de0184342ab8eae714bff916 (patch) | |
| tree | 108d2dcfc0ec36a97a0283a849f6de2ad2d8f75e /src/ChangeLog | |
| parent | 7bfa6d7793030944556daeede46dff688465cfd7 (diff) | |
| download | emacs-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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0ed773d1acd..50a9fcb8ba8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-07-25 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2010-07-25 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * emacs.c (main) [PROFILING]: Use __executable_start if defined to | ||
| 4 | find start of text segment. | ||
| 5 | * dispnew.c (safe_bcopy): Don't define if HAVE___EXECUTABLE_START | ||
| 6 | is defined. | ||
| 7 | |||
| 3 | * callproc.c (set_initial_environment): Avoid unbalanced braces. | 8 | * callproc.c (set_initial_environment): Avoid unbalanced braces. |
| 4 | 9 | ||
| 5 | 2010-07-25 Ken Brown <kbrown@cornell.edu> | 10 | 2010-07-25 Ken Brown <kbrown@cornell.edu> |