mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
12 lines
232 B
Text
12 lines
232 B
Text
![]() |
SECTIONS
|
||
|
{
|
||
|
. = ALIGN(4096);
|
||
|
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
||
|
. = ALIGN(4096);
|
||
|
}
|
||
|
INSERT AFTER .text;
|
||
|
|
||
|
build_id_start = ADDR(.note.gnu.build-id);
|
||
|
build_id_end = ADDR(.note.gnu.build-id) + SIZEOF(.note.gnu.build-id);
|
||
|
|