From d383f2bcdb6ff13cc562fce1ff55d826035debad Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 6 Mar 2023 17:36:31 +0100 Subject: Simplify source tree Now just use make in the root directory to build. --- AT91SAM7S256/armdebug/Debugger/debug_stack.ld | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 AT91SAM7S256/armdebug/Debugger/debug_stack.ld (limited to 'AT91SAM7S256/armdebug/Debugger/debug_stack.ld') diff --git a/AT91SAM7S256/armdebug/Debugger/debug_stack.ld b/AT91SAM7S256/armdebug/Debugger/debug_stack.ld deleted file mode 100644 index 8fc4cb7..0000000 --- a/AT91SAM7S256/armdebug/Debugger/debug_stack.ld +++ /dev/null @@ -1,15 +0,0 @@ -/* The following linker definitions should be placed in the stack section */ - - /* debugger state */ - __debugger_stack_bottom__ = . ; - . += 0x48; /* 16 previous mode registers + SPSR + UNDEF Next Instruction Address */ - __debugger_stack__ = .; - __debugger_stack_top__ = . ; - - /* breakpoints */ - __breakpoints_start__ = . ; - . += 0x40; /* Single Stepping Breakpoint + 7 Breakpoints */ - __breakpoints_end__ = . ; - -/* Symbols */ - __breakpoints_num__ = (__breakpoints_end__ - __breakpoints_start__) / 8; -- cgit v1.2.3