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