comparison packages/hal/common/current/ChangeLog @ 1655:ca8bb447fe5f

* src/hal_stub.c: (cyg_hal_gdb_interrupt) (cyg_hal_gdb_remove_break): Changed both to use _read_mem_safe/__write_mem_safe for inserting a breakpoint, and restoring the original instruction. The Xtensa architecture (and others maybe?) can have unaligned instructions, which caused unaligned load/store exception.
author jlarmour
date Thu, 27 May 2004 05:47:40 +0000
parents bc88a3357a79
children dd8ccc367dae
comparison
equal deleted inserted replaced
1654:2321e7aae37c 1655:ca8bb447fe5f
1 2004-05-19 John Newlin <jnewlin@stretchinc.com>
2
3 * src/hal_stub.c:
4 (cyg_hal_gdb_interrupt)
5 (cyg_hal_gdb_remove_break): Changed both to use
6 _read_mem_safe/__write_mem_safe for inserting a breakpoint, and
7 restoring the original instruction.
8 The Xtensa architecture (and others maybe?) can have unaligned
9 instructions, which caused unaligned load/store exception.
10
1 2004-04-22 Jani Monoses <jani@iv.ro> 11 2004-04-22 Jani Monoses <jani@iv.ro>
2 12
3 * cdl/hal.cdl : 13 * cdl/hal.cdl :
4 Invoke tail with stricter syntax that works in latest coreutils. 14 Invoke tail with stricter syntax that works in latest coreutils.
5 15