Mercurial > nand-ecoscentric
changeset 1980:e56fd68cd17f
* doc/profile.sgml: Fixed typo in HAL support section.
| author | asl |
|---|---|
| date | Tue, 07 Jun 2005 18:15:02 +0000 |
| parents | d5cc8ff21831 |
| children | 7de1fb00473d |
| files | packages/services/profile/gprof/current/ChangeLog packages/services/profile/gprof/current/doc/profile.sgml |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/services/profile/gprof/current/ChangeLog +++ b/packages/services/profile/gprof/current/ChangeLog @@ -1,3 +1,7 @@ +2005-05-13 Peter Korsgaard <jacmet@sunsite.dk> + + * doc/profile.sgml: Fixed typo in HAL support section. + 2005-02-18 Bart Veer <bartv@ecoscentric.com> * doc/profile.sgml, misc/gprof.gdb, host/gprof.gdb,
--- a/packages/services/profile/gprof/current/doc/profile.sgml +++ b/packages/services/profile/gprof/current/doc/profile.sgml @@ -480,7 +480,7 @@ generated when the profiling data is ext <refsect1 id="gprof-hal"><title>Implementing the HAL Support</title> <para> -The profiling package requires two lots of HAL support: a function +The profiling package requires HAL support: A function <function>hal_enable_profile_timer</function> and an implementation of <function>mcount</function>. The profile timer is required. Typically it will be implemented by the variant or platform HAL
