comparison packages/hal/sh/arch/current/ChangeLog @ 112:02ea4320376c ecos-sw-2000-07-21

Merge from eCos master repository on 2000-07-21-21:01:39-BST
author jlarmour
date Fri, 21 Jul 2000 21:34:11 +0000
parents 84e4bde58b26
children 6ed91473a1cd
comparison
equal deleted inserted replaced
111:211b8a635ce9 112:02ea4320376c
1 2000-07-20 Jesper Skov <jskov@redhat.com>
2
3 * src/sh_stub.c (__single_step): Skip trap instructions.
4
5 2000-07-18 Gary Thomas <gthomas@redhat.com>
6
7 * src/vectors.S (__reset): Change calculation of uncached startup
8 address.
9
10 2000-07-17 Gary Thomas <gthomas@redhat.com>
11
12 * src/hal_misc.c (cyg_hal_exception_handler): Handle exception caused by
13 GDB stubs memory accesses.
14
15 2000-07-16 Gary Thomas <gthomas@redhat.com>
16
17 * include/hal_intr.h: Define HAL_DELAY_US() - see below.
18
19 * src/hal_misc.c (hal_delay_us): New function. Used in ROM/stand-alone
20 applications when there is no kernel.
21
1 2000-06-30 Jesper Skov <jskov@redhat.com> 22 2000-06-30 Jesper Skov <jskov@redhat.com>
2 23
3 * src/vectors.S (__reset): Jump to VMA for RAM startup. 24 * src/vectors.S (__reset): Jump to VMA for RAM startup.
4 (_complete_setup): Fix merge bug. 25 (_complete_setup): Fix merge bug.
5 26