1OUTPUT_ARCH(mips)
2SECTIONS
3{
4     .cfebin :
5     {
6	*(.data)
7     }
8}
9