summaryrefslogtreecommitdiff
path: root/gdb/linker.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linker.cfg')
-rw-r--r--gdb/linker.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/linker.cfg b/gdb/linker.cfg
index 621492afd3..5d5334b92f 100644
--- a/gdb/linker.cfg
+++ b/gdb/linker.cfg
@@ -10,14 +10,15 @@ SECTIONS
10 *(.rodata) 10 *(.rodata)
11 } 11 }
12 12
13 .bss : 13 .text :
14 { 14 {
15 _stack = . + 0x1000; 15 *(.text)
16 } 16 }
17 17
18 .text : 18 .bss :
19 { 19 {
20 *(.text) 20 _stack = . + 0x1000;
21 _stub_stack = _stack + 0x1000;
21 } 22 }
22 23
23 .pad 0x0900C800 : 24 .pad 0x0900C800 :