diff options
Diffstat (limited to 'libc/sysdeps/linux/cris')
-rw-r--r-- | libc/sysdeps/linux/cris/crt0.S | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/cris/crt0.S b/libc/sysdeps/linux/cris/crt0.S index b2f8d02a2..5b5834028 100644 --- a/libc/sysdeps/linux/cris/crt0.S +++ b/libc/sysdeps/linux/cris/crt0.S @@ -61,12 +61,12 @@ _start: 0: ba 0b nop - - ;; Define a symbol for the first piece of initialized data. - .data - .globl __data_start +/* Define a symbol for the first piece of initialized data. */ + .data + .globl __data_start __data_start: - .long 0 - .weak data_start + .long 0 + .weak data_start data_start = __data_start + |