Sign in
akaros
/
akaros
/
3ee608864c6c2d5c76b6ae48b30673b2870e717a
/
.
/
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
=
.);
}