From 94b81961697294f84af839f6d8957db0214f5fe6 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 23 Jun 2003 12:03:21 +0000 Subject: [PATCH] PR264, PR414 --- c/src/lib/libbsp/m68k/ods68302/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/c/src/lib/libbsp/m68k/ods68302/ChangeLog b/c/src/lib/libbsp/m68k/ods68302/ChangeLog index fd92f19d66..f211ee2a02 100644 --- a/c/src/lib/libbsp/m68k/ods68302/ChangeLog +++ b/c/src/lib/libbsp/m68k/ods68302/ChangeLog @@ -1,3 +1,11 @@ +2003-06-22 Chris Johns + + * start/reset.S, startup/cpuboot.c, startup/linkcmds: + PR264 - Stopped the core dump by removing the bad instruction. + PR414 - Fixed the global interupt vector register. + Linker command file to have the boot code in the first 8K. + The chip select remap needed to be volatile. + 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR.