common: remove subalign from data/rodata
SUBALIGN in the linker script overrides __attribute__((aligned(...)))
This commit is contained in:
parent
a4ae84124a
commit
b874ec56b5
@ -16,13 +16,13 @@ SECTIONS
|
|||||||
*(.text)
|
*(.text)
|
||||||
} > p1ram
|
} > p1ram
|
||||||
|
|
||||||
.data ALIGN(4) : SUBALIGN(4)
|
.data ALIGN(4) :
|
||||||
{
|
{
|
||||||
*(.data)
|
*(.data)
|
||||||
*(.data.*)
|
*(.data.*)
|
||||||
} > p1ram
|
} > p1ram
|
||||||
|
|
||||||
.rodata ALIGN(4) : SUBALIGN(4)
|
.rodata ALIGN(4) :
|
||||||
{
|
{
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
*(.rodata.*)
|
*(.rodata.*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user