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); . = ALIGN(16);
_bss_end = .; _bss_end = .;
} }
.note.gnu.build-id : { *(.note.gnu.build-id) }
. = ALIGN(4096); . = ALIGN(4096);
.vendor_cert : .vendor_cert :

View File

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

View File

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

View File

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

View File

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