mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Get the linker files that slipped through in r31337.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28dec004c0
commit
43d7a75369
6 changed files with 21 additions and 24 deletions
|
|
@ -56,9 +56,9 @@ SECTIONS
|
|||
|
||||
.data : {
|
||||
_datastart = . ;
|
||||
*(.irodata)
|
||||
*(.icode)
|
||||
*(.idata)
|
||||
*(.irodata*)
|
||||
*(.icode*)
|
||||
*(.idata*)
|
||||
*(.data*)
|
||||
*(.ncdata*);
|
||||
. = ALIGN(0x4);
|
||||
|
|
@ -85,7 +85,7 @@ SECTIONS
|
|||
.bss (NOLOAD) : {
|
||||
_edata = .;
|
||||
*(.bss*);
|
||||
*(.ibss);
|
||||
*(.ibss*);
|
||||
*(.ncbss*);
|
||||
*(COMMON);
|
||||
. = ALIGN(0x4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue