comparison packages/hal/mips/arch/current/ChangeLog @ 92:08ffab08d2ee ecos-sw-2000-05-26

Merge from eCos master repository on 2000-05-26-07:47:03-BST
author jlarmour
date Fri, 26 May 2000 13:46:34 +0000
parents 70190fa0fe10
children c37d3a9e1b28
comparison
equal deleted inserted replaced
91:86f6a8b98920 92:08ffab08d2ee
1 2000-05-25 Jesper Skov <jskov@redhat.com>
2
3 * include/basetype.h:
4 * src/mipsfp.c:
5 Support FPU double-LE layout in BE mode.
6
7 2000-05-24 Jesper Skov <jskov@redhat.com>
8
9 * src/mipsfp.c: Also handle doubles in 32bit FPU mode.
10
11 2000-05-23 Jesper Skov <jskov@redhat.com>
12
13 * include/arch.inc:
14 * src/vectors.S:
15 Made exception return safe.
16
17 2000-05-22 Jesper Skov <jskov@redhat.com>
18
19 * src/vectors.S: Call CTRLC init after stub initialization.
20
21 * cdl/hal_mips.cdl: Only include CTRLC support if not prevented
22 by platform.
23
24 * include/hal_cache.h: When using 'cache' instruction, hit all
25 ways, not only way0.
26
1 2000-05-18 Jesper Skov <jskov@redhat.com> 27 2000-05-18 Jesper Skov <jskov@redhat.com>
2 28
3 * include/hal_io.h: Allow platforms to override IO macro 29 * include/hal_io.h: Allow platforms to override IO macro
4 definitions. 30 definitions.
5 31