From acf20be1c8f4e893077c293baf1f4c9c6d498cb0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Nov 2002 17:13:57 +0000 Subject: 2002-11-06 Ralf Corsepius * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have a routine to call. --- c/src/lib/libbsp/h8300/h8sim/ChangeLog | 5 +++++ c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog index a86b6029fe..cc5145d127 100644 --- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog +++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog @@ -1,3 +1,8 @@ +2002-11-06 Ralf Corsepius + + * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have + a routine to call. + 2002-11-05 Ralf Corsepius * startup/bspstart.c: Remove ramStart to eliminate warning. diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c b/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c index a88626269f..daca77abec 100644 --- a/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c +++ b/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c @@ -96,4 +96,9 @@ void bsp_start( void ) BSP_Configuration.work_space_start = (void *) &WorkspaceBase; } -H8BD_Install_IRQ() {} +void H8BD_Install_IRQ( + unsigned32 vector, + proc_ptr new_handler, + proc_ptr *old_handler ) +{ /* empty */ +} -- cgit v1.2.3