comparison packages/hal/powerpc/arch/current/ChangeLog @ 8:ece80412419a ecos-sw-1999-05-21

Merge from eCos master repository on 1999-05-21-22:05:54-BST
author jlarmour
date Fri, 21 May 1999 15:09:30 +0000
parents d376b777e2ce
children d3fbcdfa1b2f
comparison
equal deleted inserted replaced
7:e55593b6dcea 8:ece80412419a
1 1999-05-21 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * include/hal_intr.h: Define HAL_INTERRUPT_STACK_BASE and
4 HAL_INTERRUPT_STACK_TOP so that stack usage macros in
5 kernel/.../stackmon.hxx can work.
6
7 * src/vectors.S (cyg_interrupt_stack_base): Define this symbol for
8 the interrupt stack and its friend for the stack top so that we
9 can publish them with nice names.
10
1 1999-05-13 Hugo Tyson <hmt@cygnus.co.uk> 11 1999-05-13 Hugo Tyson <hmt@cygnus.co.uk>
2 12
3 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Align stack 13 * include/hal_arch.h (HAL_THREAD_INIT_CONTEXT): Align stack
4 (rather conservatively) before use. 14 (rather conservatively) before use.
5 15