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 = .);
}