diff options
Diffstat (limited to 'libgloss/mn10300')
-rw-r--r-- | libgloss/mn10300/crt0.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgloss/mn10300/crt0.S b/libgloss/mn10300/crt0.S index f50e4259d..13dd77795 100644 --- a/libgloss/mn10300/crt0.S +++ b/libgloss/mn10300/crt0.S @@ -56,3 +56,9 @@ _start: .section .stack _stack: .long 1 + + .section .data + .global ___dso_handle + .weak ___dso_handle +___dso_handle: + .long 0 |