Sign in
akaros
/
akaros
/
ee6bef89ffdbd448ffdc98db1edd2e5bd6c1ef14
/
.
/
kern
/
build_id.ld
blob: d2c826bf9baac75c767b9a8dc60733f64f1eea96 [
file
] [
log
] [
blame
]
/* this is INCLUDEd into the arch-specific ld scripts */
.
note
.
gnu
.
build
-
id
:
{
.
=
ALIGN
(
4
);
PROVIDE
(
__note_build_id_start
=
.);
*(.
note
.
gnu
.
build
-
id
)
PROVIDE
(
__note_build_id_end
=
.);
}