crt0_6809.s: Fix typo in linker symbols strings
authorTormod Volden <debian.tormod@gmail.com>
Tue, 14 Apr 2015 21:23:09 +0000 (23:23 +0200)
committerAlan Cox <alan@linux.intel.com>
Wed, 15 Apr 2015 11:35:20 +0000 (12:35 +0100)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Library/libs/crt0_6809.s

index c71eea5..11e3ccf 100644 (file)
@@ -18,9 +18,9 @@ start:                jmp start2
 ;
                .db 0x01                ; page to load at
                .dw 0                   ; chmem ("0 - 'all'")
-               .dw __sectionlen_.text  ; gives us code size info
-               .dw __sectionlen_.data  ; gives us data size info
-               .dw __sectionlen_.bss   ; bss size info
+               .dw __sectionlen_.text__        ; gives us code size info
+               .dw __sectionlen_.data__        ; gives us data size info
+               .dw __sectionlen_.bss__         ; bss size info
                .dw 0                   ; spare
 
 start2: