oops - omitted from previous delta

This commit is contained in:
Nick Clifton 2007-11-20 16:58:47 +00:00
parent 430a16a51d
commit 592d601cd7
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
.globl main
.globl start
.globl _start
.globl __start
.text
main:
start:
_start:
__start:
.byte 0
.globl var
.section .tbss.var,"awT",%nobits
.type var,%object
.size var,1
var:
.zero 1