From: oharboe at B. <oh...@ma...> - 2009-04-27 12:37:09
|
Author: oharboe Date: 2009-04-27 12:37:07 +0200 (Mon, 27 Apr 2009) New Revision: 1541 Modified: zy1000/trunk/ecoshal/hal/zylin/phi/current/include/pkgconf/mlt_zylin_phi_dram_fast.ldi Log: fix cortex build problems Modified: zy1000/trunk/ecoshal/hal/zylin/phi/current/include/pkgconf/mlt_zylin_phi_dram_fast.ldi =================================================================== --- zy1000/trunk/ecoshal/hal/zylin/phi/current/include/pkgconf/mlt_zylin_phi_dram_fast.ldi 2009-04-27 10:32:13 UTC (rev 1540) +++ zy1000/trunk/ecoshal/hal/zylin/phi/current/include/pkgconf/mlt_zylin_phi_dram_fast.ldi 2009-04-27 10:37:07 UTC (rev 1541) @@ -181,10 +181,16 @@ KEEP (*(.text.*swjdp_scan*)) ; KEEP (*(.text.*ahbap_write_buf_u32*)) ; KEEP (*(.text.*ahbap_write_system_atomic_u32*)) ; + + KEEP (*(.text.*mem_ap_write_atomic_u32*)) ; + KEEP (*(.text.*mem_ap_read_atomic_u32*)) ; + + KEEP (*(.text.*ahbap_read_system_atomic_u32*)) ; KEEP (*(.text.*swjdp_transaction_endcheck*)) ; KEEP (*(.text.*buf_cmp_mask*)) ; KEEP (*(.text.*buf_cpy*)) ; + KEEP (*(.text.*dap_info_command*)) ; . = ALIGN (4); |