Index: packages/services/profile/gprof/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/services/profile/gprof/current/ChangeLog,v retrieving revision 1.7 diff -u -u -r1.7 ChangeLog --- packages/services/profile/gprof/current/ChangeLog 21 Mar 2005 13:56:17 -0000 1.7 +++ packages/services/profile/gprof/current/ChangeLog 13 May 2005 07:25:23 -0000 @@ -1,3 +1,7 @@ +2005-05-13 Peter Korsgaard + + * doc/profile.sgml: Fixed typo in HAL support section. + 2005-02-18 Bart Veer * doc/profile.sgml, misc/gprof.gdb, host/gprof.gdb, Index: packages/services/profile/gprof/current/doc/profile.sgml =================================================================== RCS file: /cvs/ecos/ecos/packages/services/profile/gprof/current/doc/profile.sgml,v retrieving revision 1.3 diff -u -u -r1.3 profile.sgml --- packages/services/profile/gprof/current/doc/profile.sgml 21 Mar 2005 13:56:15 -0000 1.3 +++ packages/services/profile/gprof/current/doc/profile.sgml 13 May 2005 07:25:25 -0000 @@ -480,7 +480,7 @@ Implementing the HAL Support -The profiling package requires two lots of HAL support: a function +The profiling package requires HAL support: A function hal_enable_profile_timer and an implementation of mcount. The profile timer is required. Typically it will be implemented by the variant or platform HAL