aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/dv-mn103cpu.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
in the previous copyright update.
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
to GPLv3.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+431
1999-04-16Initial creation of sourceware repositoryStan Shebs1-431/+0
1998-05-25Split out hw-event code. Clean up interface. Update all users.Andrew Cagney1-1/+1
1998-05-22Back out of hw-main _callback -> _descriptor changesAndrew Cagney1-6/+6
1998-05-21Fix sign extension on 32 bit add/sub instructions.Andrew Cagney1-18/+12
1998-03-26* dv-mn103cpu.c (deliver_mn103cpu_interrupt): Stop loss of succeedingAndrew Cagney1-2/+8
interrupts, clear pending_handler when the handler isn't re-scheduled.
1998-03-25* interp.c (sim_open): Create second 1mb memory region at 0x40000000.Andrew Cagney1-0/+431
(sim_open): Create a device tree. (sim-hw.h): Include. (do_interrupt): Delete, needs to use dv-mn103cpu.c * dv-mn103int.c, dv-mn103cpu.c: New files.