From 7243105827747388bec152c6c3457924c4f7ade3 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Mon, 19 Nov 2001 15:05:54 +0000 Subject: [PATCH] Don't include libc.lib for profiling - the profiler corrupts part of memcpy. --- nt/ChangeLog | 7 +++++++ nt/ftime.bat | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/nt/ChangeLog b/nt/ChangeLog index 36fa96cd8b4..b4a29ba59cc 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,10 @@ +2001-11-19 Andrew Innes + + * ftime-nostartup.bat: New file. + + * ftime.bat: Don't include libc.lib for profiling - the profiler + corrupts part of memcpy. + 2001-11-17 Jason Rumney * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard diff --git a/nt/ftime.bat b/nt/ftime.bat index 13a7305a748..7ad22afc2ce 100644 --- a/nt/ftime.bat +++ b/nt/ftime.bat @@ -6,13 +6,13 @@ obj\i386\preprep ..\src\obj\i386\emacs.exe ..\src\obj\i386\pemacs.exe copy ..\src\obj\i386\temacs.map ..\src\obj\i386\pemacs.map rem ----------------------------------------------------------------- rem Use this version to profile explicit commands only. -prep /om /ft /inc libc.lib /sf _Fexecute_extended_command ..\src\obj\i386\pemacs +prep /om /ft /sf _Fexecute_extended_command ..\src\obj\i386\pemacs rem ----------------------------------------------------------------- rem Use this version to ignore startup code -rem prep /om /ft /inc libc.lib /sf _command_loop_1 ..\src\obj\i386\pemacs +rem prep /om /ft /sf _command_loop_1 ..\src\obj\i386\pemacs rem ----------------------------------------------------------------- rem Use this version to include startup code -rem prep /om /ft /inc libc.lib ..\src\obj\i386\pemacs +rem prep /om /ft ..\src\obj\i386\pemacs rem ----------------------------------------------------------------- if errorlevel 1 goto done profile ..\src\obj\i386\pemacs %2 %3 %4 %5 %6 %7 %8 %9 -- 2.39.2