1 /* Dummy crt0 code.  */
2 
3 /* Copyright (c) 2003 by Tensilica Inc.  ALL RIGHTS RESERVED.
4    These coded instructions, statements, and computer programs are the
5    copyrighted works and confidential proprietary information of Tensilica Inc.
6    They may not be modified, copied, reproduced, distributed, or disclosed to
7    third parties in any manner, medium, or form, in whole or in part, without
8    the prior written consent of Tensilica Inc.  */
9 
10 /* Xtensa systems normally use a crt1 file associated with a particular
11    linker support package (LSP).  There is no need for this crt0 file,
12    except that the newlib makefiles require it to exist if there is a
13    sys/xtensa directory.  The directory exists only to hold the header
14    files for the Xtensa ISS semihosting "platform".  */
15 
crt0_unused(void)16 void crt0_unused (void) {}
17