From 5f0ea5b03ca5a0b5bf1256dc3ced2f9b492166d2 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Thu, 3 Nov 2011 14:26:29 +0000 Subject: [PATCH] arch/m68k-all: Remove duplicated debugging symbols They are available in SysBase->eb_DebugBase->... Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@42237 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/m68k-all/debug/debug_gdb.c | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/arch/m68k-all/debug/debug_gdb.c b/arch/m68k-all/debug/debug_gdb.c index 8a93637dad..7372a95d74 100644 --- a/arch/m68k-all/debug/debug_gdb.c +++ b/arch/m68k-all/debug/debug_gdb.c @@ -10,15 +10,7 @@ #include -/* This is needed in order to bring in definition of struct segment */ -#include "debug_intern.h" - #ifdef AROS_MODULES_DEBUG - -/* Provided for GdbStub debugging */ -const struct ELF_ModuleInfo *Debug_KickList = NULL; -struct MinList *Debug_ModList; - typedef ULONG size_t; /* 'malloc' and 'free' are needed for GDB's strcmp(), which is * used by the 'loadseg' method of the .gdbinit of AROS @@ -42,15 +34,3 @@ void free(void *ptr) FreeMem(mem, mem[0]); } #endif - -static int Debug_GdbInit(struct DebugBase *DebugBase) -{ -#ifdef AROS_MODULES_DEBUG - /* Provision for gdbstub debugging */ - Debug_ModList = &DebugBase->db_Modules; -#endif - - return TRUE; -} - -ADD2INITLIB(Debug_GdbInit, 1) -- 2.11.4.GIT