comparison src/cxux-crt0.s @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
34 __start: 34 __start:
35 /* C symbol data_start marks beginning of data region. */ 35 /* C symbol data_start marks beginning of data region. */
36 .data 36 .data
37 .globl _data_start 37 .globl _data_start
38 _data_start: .space 4 38 _data_start: .space 4
39
40 /* arch-tag: ba84e4dc-615d-4a81-898c-f5b98ec71c9d
41 (do not change this comment) */