diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-10-30 09:49:18 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-10-30 09:49:18 +0000 |
commit | 0ec51df9ef37a50bfcb28322f88765013df890ec (patch) | |
tree | ff63eb14be8eb3faf4a03ee7047ad513eea4207d /sim | |
parent | 2fee67aeb8f5f354b8ff3eb3d6f705f463843b5d (diff) | |
download | gdb-0ec51df9ef37a50bfcb28322f88765013df890ec.zip gdb-0ec51df9ef37a50bfcb28322f88765013df890ec.tar.gz gdb-0ec51df9ef37a50bfcb28322f88765013df890ec.tar.bz2 |
* build fix for tx39 sim; caused by sky->devo merge
* dv-tx3904cpu.c (deliver_tx3904cpu_interrupt): Add dummy
interrupt level number to match changed SignalExceptionInterrupt
macro.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mips/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 2794069..8a35962 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-tx3904 + + * dv-tx3904cpu.c (deliver_tx3904cpu_interrupt): Add dummy + interrupt level number to match changed SignalExceptionInterrupt + macro. + +end-sanitize-tx3904 start-sanitize-sky Thu Oct 29 12:47:46 1998 Frank Ch. Eigler <fche@cygnus.com> |