diff --git a/zipl/boot/stage3.lds.S b/zipl/boot/stage3.lds.S index 2362d4f5..fa4c81f7 100644 --- a/zipl/boot/stage3.lds.S +++ b/zipl/boot/stage3.lds.S @@ -59,4 +59,10 @@ SECTIONS "Stack section doesn't conform to the described memory layout"); } __stack_end = .; + + /* List this explicitly as otherwise .note.gnu.build-id will be + * put at 0x0 */ + .notes : { + *(.note.*) + } }