comparison src/pre-crt0.c @ 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
5 need to make sure the label data_start exists anyway. */ 5 need to make sure the label data_start exists anyway. */
6 6
7 /* Create a label to appear at the beginning of data space. */ 7 /* Create a label to appear at the beginning of data space. */
8 8
9 int data_start = 0; 9 int data_start = 0;
10
11 /* arch-tag: 2e260272-0790-495f-9362-55abd56b5c5a
12 (do not change this comment) */