From 676b50455d174270075523f88823555138978c5f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Apr 1999 20:27:45 +0000 Subject: Patch from Eric Norum : I'd like to make the following change which adds the m360 structure information to the debugging symbols in the final executable. This makes it much easier to use the debugger to look at the elements of the m360 structure. --- c/src/lib/libbsp/m68k/gen68360/startup/init68360.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'c') diff --git a/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c b/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c index a104951db0..cc303111c9 100644 --- a/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c +++ b/c/src/lib/libbsp/m68k/gen68360/startup/init68360.c @@ -14,6 +14,12 @@ #include #include +/* + * Declare the m360 structure here for the benefit of the debugger + */ + +m360_t m360; + /* * Send a command to the CPM RISC processer */ -- cgit v1.2.3