www.pudn.com > DVBT_SUNPLUS_0801.rar > ap1_td.ldp, change:2006-07-31,size:1548b
//terry,2005/4/11 10:12¤U¤È
SECTIONS
{
/*===========================================================================
* SDRAM 1 ,code ,rom data
*=============================================================================*/
.drv_ap1 :
{
_text_drv_ap = .;
#ifndef UNLOAD_ROMCODE
#ifdef LOAD_SERVO
*polling.o (.text*)
*ir_drv.o (.text*)
*gpio.o (.text*)
*time.o (.text*)
*IdeMain.o (.text*)
*TimerISR.o (.text*)
*DecISR.o (.text*)
*Atapicmd.o (.text*)
*intdrv.o (.text*)
*ninf.o (.text*)
#ifdef DVDRELEASE
*DecSubEcc.o (.rodata)
*IdeMain.o (.rodata)
*Atapicmd.o (.rodata)
*DecISR.o (.rodata*)
#endif // DVDRELEASE
/*
*Servo.o (.text*)
*Servo.o (.rodata)
*DecUtil.o (.text*)
*DecUtil.o (.rodata) // move to dvd_drv.ldp
//*DecInit.o (.text*)
*DecUpdt.o (.text*)
*DecUpdt.o (.rodata)
*DSPCode.o (.text*)
*SUtil.o (.text*)
//*DecExUtil.o (.text*)
*DecExUtil.o (.rodata)
*ServoSet.o (.text*)
*ServoSet.o (.rodata*)
*SrvCom.o (.text*)
*/
#endif //LOAD_SERVO
#endif //UNLOAD_ROMCODE
. = ALIGN(16);
} > sdram_ap1
}