summaryrefslogtreecommitdiff
path: root/build-id.lds
blob: ae54f64cee04720dbbcbce03d0270bc08b6e91b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTIONS
{
	__note_gnu_build_id_start = .;
}
INSERT BEFORE .note.gnu.build-id;

SECTIONS
{
	__note_gnu_build_id_end = .;
}
INSERT AFTER .note.gnu.build-id;