Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
17faa44e9cc8d09a28add2a8a0371fcf84b51efd
/
.
/
src
/
bsp
/
lk
/
lib
/
fs
/
fs.ld
blob: 71062916133a2295045fcdfc44e70eec67212c30 [
file
] [
log
] [
blame
]
SECTIONS
{
.
fs_impls
:
{
__fs_impl_start
=
.;
KEEP
(*(.
fs_impl
))
__fs_impl_end
=
.;
}
}
INSERT AFTER
.
rodata
;