comparison packages/hal/common/current/ChangeLog @ 161:ac086aa3217e

Merge from eCos master repository on 2001-06-08-21:11:51-BST
author jlarmour
date Sun, 10 Jun 2001 19:35:23 +0000
parents 511f4dc167f6
children 2395031e7a66
comparison
equal deleted inserted replaced
160:0d0f03f76f6a 161:ac086aa3217e
1 2001-06-05 Hugo Tyson <hmt@redhat.com>
2
3 * src/hal_if.c (cyg_hal_diag_mangler_gdb_putc): The nesting of
4 CYGARC_HAL_SAVE_GP() and the instant-out if sending a carriage
5 return "\r" was wrong - it scrambled the gp for the caller! Since
6 the return-test is trivial, I simply re-ordered rather than making
7 the exit clause complex with a restore in it.
8
1 2001-05-17 Jonathan Larmour <jlarmour@redhat.com> 9 2001-05-17 Jonathan Larmour <jlarmour@redhat.com>
2 10
3 * src/hal_if.c (delay_us): Warn if using default 11 * src/hal_if.c (delay_us): Warn if using default
4 12
5 2001-05-14 Jonathan Larmour <jlarmour@redhat.com> 13 2001-05-14 Jonathan Larmour <jlarmour@redhat.com>
23 * cdl/hal.cdl: Add tests/cpp1.c to the tests list. 31 * cdl/hal.cdl: Add tests/cpp1.c to the tests list.
24 32
25 * tests/cpp1.c: New test, to test for regressions in the tools. 33 * tests/cpp1.c: New test, to test for regressions in the tools.
26 This one is for a CPP bug in the XScale tools where '+' binds too 34 This one is for a CPP bug in the XScale tools where '+' binds too
27 strongly following a ')' because it is mistaken for unary plus. 35 strongly following a ')' because it is mistaken for unary plus.
36
37 2001-04-25 Bart Veer <bartv@redhat.com>
38
39 * tests/cache.c:
40 Fix test for cache presence.
41
42 * src/drv_api.c (cyg_drv_interrupt_detach):
43 Added missing indirection.
28 44
29 2001-03-28 Jonathan Larmour <jlarmour@redhat.com> 45 2001-03-28 Jonathan Larmour <jlarmour@redhat.com>
30 46
31 * include/dbg-threads-api.h: Add dbg_thread_id() function prototype. 47 * include/dbg-threads-api.h: Add dbg_thread_id() function prototype.
32 48