diff --git a/genprotimg/boot/stage3a.lds.S b/genprotimg/boot/stage3a.lds.S index 654ca945..cc50948d 100644 --- a/genprotimg/boot/stage3a.lds.S +++ b/genprotimg/boot/stage3a.lds.S @@ -93,5 +93,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } } diff --git a/genprotimg/boot/stage3b.lds.S b/genprotimg/boot/stage3b.lds.S index 9705ffd3..e0eb10a3 100644 --- a/genprotimg/boot/stage3b.lds.S +++ b/genprotimg/boot/stage3b.lds.S @@ -79,5 +79,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } } diff --git a/genprotimg/boot/stage3b_reloc.lds.S b/genprotimg/boot/stage3b_reloc.lds.S index 39b4d73a..52b7471a 100644 --- a/genprotimg/boot/stage3b_reloc.lds.S +++ b/genprotimg/boot/stage3b_reloc.lds.S @@ -15,5 +15,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } } diff --git a/zipl/boot/eckd2dump_sv.lds.S b/zipl/boot/eckd2dump_sv.lds.S index 0518d24d..d574fd66 100644 --- a/zipl/boot/eckd2dump_sv.lds.S +++ b/zipl/boot/eckd2dump_sv.lds.S @@ -72,5 +72,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } } diff --git a/zipl/boot/stage0.lds.S b/zipl/boot/stage0.lds.S index 751e252e..5fa93c3b 100644 --- a/zipl/boot/stage0.lds.S +++ b/zipl/boot/stage0.lds.S @@ -14,5 +14,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } } diff --git a/zipl/boot/stage1.lds.S b/zipl/boot/stage1.lds.S index d0ba5873..3d7fec31 100644 --- a/zipl/boot/stage1.lds.S +++ b/zipl/boot/stage1.lds.S @@ -14,5 +14,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } } diff --git a/zipl/boot/stage1b.lds.S b/zipl/boot/stage1b.lds.S index c319c2eb..6bed14e6 100644 --- a/zipl/boot/stage1b.lds.S +++ b/zipl/boot/stage1b.lds.S @@ -14,5 +14,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } } diff --git a/zipl/boot/stage2.lds.S b/zipl/boot/stage2.lds.S index 057da853..4eba7f24 100644 --- a/zipl/boot/stage2.lds.S +++ b/zipl/boot/stage2.lds.S @@ -93,5 +93,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } } diff --git a/zipl/boot/stage3.lds.S b/zipl/boot/stage3.lds.S index 92009307..80f39eb6 100644 --- a/zipl/boot/stage3.lds.S +++ b/zipl/boot/stage3.lds.S @@ -74,5 +74,6 @@ SECTIONS *(.eh_frame) *(.interp) *(.note.GNU-stack) + *(.note.package) } }