Make sure our build-id notes wind up at a reasonable place.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2015-06-29 16:08:14 -04:00
parent 0abed15aa8
commit 60577689ba
5 changed files with 7 additions and 0 deletions

View File

@ -37,6 +37,7 @@ SECTIONS
. = ALIGN(16);
_bss_end = .;
}
.note.gnu.build-id : { *(.note.gnu.build-id) }
. = ALIGN(4096);
.vendor_cert :

View File

@ -37,6 +37,7 @@ SECTIONS
. = ALIGN(16);
_bss_end = .;
}
.note.gnu.build-id : { *(.note.gnu.build-id) }
. = ALIGN(4096);
.vendor_cert :

View File

@ -38,6 +38,7 @@ SECTIONS
*(.bss)
*(COMMON)
}
.note.gnu.build-id : { *(.note.gnu.build-id) }
. = ALIGN(4096);
.vendor_cert :
{

View File

@ -41,6 +41,7 @@ SECTIONS
*(.bss)
*(COMMON)
}
.note.gnu.build-id : { *(.note.gnu.build-id) }
. = ALIGN(4096);
.vendor_cert :
{
@ -77,4 +78,5 @@ SECTIONS
*(.IA_64.unwind*)
*(.IA64.unwind*)
}
.note.gnu.build-id : { *(.note.gnu.build-id) }
}

View File

@ -42,6 +42,7 @@ SECTIONS
*(COMMON)
*(.rel.local)
}
.note.gnu.build-id : { *(.note.gnu.build-id) }
. = ALIGN(4096);
.vendor_cert :
{
@ -71,4 +72,5 @@ SECTIONS
*(.note.GNU-stack)
}
.comment 0 : { *(.comment) }
.note.gnu.build-id : { *(.note.gnu.build-id) }
}