]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/erc32/ChangeLog
2010-04-20 Tiemen Schut <T.Schut@sron.nl>
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Tue, 11 May 2010 14:18:20 +0000 (14:18 +0000)
committerJoel Sherrill <joel.sherrill@oarcorp.com>
Tue, 11 May 2010 14:18:20 +0000 (14:18 +0000)
commit941100245a42cb730b23ff0f6889265e2e5f9e2f
treeb86032d14d811fd2fad3ad74257ea4cd71b14350
parent3390ce3004b151603ed765692601af7050fa53fd
2010-04-20  Tiemen Schut    <T.Schut@sron.nl>

* erc32.c (sis_memory_write): Change prototype to const unsigned char *.
* func.c (exec_cmd, event, advance_time, wait_for_irq): Use uint64
for counts.
* interf.c (run_sim): Change icount to uint64_t. Use strtol directly.
(sim_resume): Specify maximum run time as uint64.
* sis.c (run_sim): Change icount to uint64_t.
* sis.h: Define uint64 as uint64_t. Change various fields and
prototypes to uint64 to support longer simulations.
sim/erc32/ChangeLog
sim/erc32/erc32.c
sim/erc32/func.c
sim/erc32/interf.c
sim/erc32/sis.c
sim/erc32/sis.h