Don't include libc.lib for profiling - the profiler
corrupts part of memcpy.
This commit is contained in:
parent
70d7dbc415
commit
7243105827
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2001-11-19 Andrew Innes <andrewi@gnu.org>
|
||||
|
||||
* 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 <jasonr@gnu.org>
|
||||
|
||||
* nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue