/* This file is lisenced under LGPL * Copyright (C) 2002-2003, George Thanos * Yannis Mitsos */ .global __start __start: call L1, 0, __uClibc_start /* Define a symbol for the first piece of initialized data. */ .data .globl __data_start __data_start: .long 0 .weak data_start data_start = __data_start