Mercurial > ecos
diff 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 |
line wrap: on
line diff
--- a/packages/hal/common/current/ChangeLog +++ b/packages/hal/common/current/ChangeLog @@ -1,3 +1,13 @@ +2004-05-19 John Newlin <jnewlin@stretchinc.com> + + * 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. + 2004-04-22 Jani Monoses <jani@iv.ro> * cdl/hal.cdl :
