Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
gdb
/
ld
/
testsuite
/
ld-scripts
/
align.t
blob: 81c21c6cae82d8d7b8262970b462b992dafba783 [
file
] [
log
] [
blame
] [
edit
]
SECTIONS
{
.
text
:
{*(.
text
)}
.
data ALIGN
(
0x1000
)
:
AT
(
ALIGN
(
LOADADDR
(.
text
)
+
SIZEOF
(.
text
),
0x80
))
{}
ASSERT
(
LOADADDR
(.
data
)
==
0x80
,
"dyadic ALIGN broken"
)
ASSERT
(
ADDR
(.
data
)
==
0x1000
,
"monadic ALIGN broken"
)
}