tagged bss & sbss sections with correct memory section

This commit is contained in:
Dave Murphy 2005-06-28 00:26:30 +00:00
parent eeed632c89
commit 27f1e4615f
4 changed files with 7 additions and 7 deletions

View File

@ -125,7 +125,7 @@ SECTIONS
*(.gnu.linkonce.b*)
*(COMMON)
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
}
} >iwram
__bss_end = . ;
__bss_end__ = . ;

View File

@ -156,7 +156,7 @@ SECTIONS
*(.gnu.linkonce.b*)
*(COMMON)
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
}
} >dtcm
__bss_end = . ;
__bss_end__ = . ;
@ -181,7 +181,7 @@ SECTIONS
__sbss_start = ABSOLUTE(.);
*(.sbss)
. = ALIGN(4);
}
} >ewram
__sbss_end = . ;
_end = . ;

View File

@ -111,7 +111,7 @@ SECTIONS
__sbss_start = ABSOLUTE(.);
*(.sbss)
. = ALIGN(4);
}
} >ewram
__sbss_end = . ;
_end = . ;
@ -154,7 +154,7 @@ SECTIONS
*(.gnu.linkonce.b*)
*(COMMON)
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
}
} >iwram
__bss_end = . ;
__bss_end__ = . ;

View File

@ -169,7 +169,7 @@ SECTIONS
*(.gnu.linkonce.b*)
*(COMMON)
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
}
} >iwram
__bss_end = . ;
__bss_end__ = . ;
@ -222,7 +222,7 @@ SECTIONS
__sbss_start = ABSOLUTE(.);
*(.sbss)
. = ALIGN(4);
}
} >ewram
__sbss_end = .;