summaryrefslogtreecommitdiff
path: root/gdb/start.s
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/start.s')
-rw-r--r--gdb/start.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/start.s b/gdb/start.s
index 88ad906b70..e902db7ad6 100644
--- a/gdb/start.s
+++ b/gdb/start.s
@@ -23,7 +23,7 @@
23 .section .text 23 .section .text
24 .extern _INIT 24 .extern _INIT
25 .extern _vectable 25 .extern _vectable
26 .extern _init_stack 26 .extern _stack
27 .global _start 27 .global _start
28 .align 2 28 .align 2
29 29
@@ -36,6 +36,6 @@ _start:
36 nop 36 nop
37 37
381: .long _vectable 381: .long _vectable
392: .long _init_stack+2*1024*4 392: .long _stack
403: .long _INIT 403: .long _INIT
41 .type _start,@function 41 .type _start,@function