diff --git a/binutils-znow.patch b/binutils-znow.patch new file mode 100644 index 0000000..332c0f5 --- /dev/null +++ b/binutils-znow.patch @@ -0,0 +1,15 @@ +Index: binutils-2.38/ld/ldmain.c +=================================================================== +--- ld/ldmain.c ++++ ld/ldmain.c +@@ -309,6 +309,10 @@ main (int argc, char **argv) + #endif + if (getenv ("SUSE_ASNEEDED") && atoi(getenv ("SUSE_ASNEEDED")) > 0) + input_flags.add_DT_NEEDED_for_regular = true; ++ if (getenv ("SUSE_ZNOW") && atoi(getenv ("SUSE_ZNOW")) > 0) { ++ link_info.flags |= (bfd_vma) DF_BIND_NOW; ++ link_info.flags_1 |= (bfd_vma) DF_1_NOW; ++ } + + config.build_constructors = true; + config.rpath_separator = ':'; diff --git a/binutils.changes b/binutils.changes index 18ed15d..21f4ccb 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/binutils.spec b/binutils.spec index 770306b..e82faeb 100644 --- a/binutils.spec +++ b/binutils.spec @@ -103,6 +103,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -207,6 +208,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-aarch64-binutils.changes b/cross-aarch64-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-aarch64-binutils.changes +++ b/cross-aarch64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-aarch64-binutils.spec b/cross-aarch64-binutils.spec index 7e168a2..f1ffbe3 100644 --- a/cross-aarch64-binutils.spec +++ b/cross-aarch64-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 8428b0f..5ca86aa 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 0a27fe3..d7f46a3 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-epiphany-binutils.changes b/cross-epiphany-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-epiphany-binutils.changes +++ b/cross-epiphany-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-epiphany-binutils.spec b/cross-epiphany-binutils.spec index f1366a9..aa94984 100644 --- a/cross-epiphany-binutils.spec +++ b/cross-epiphany-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index df9759b..f376111 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 8a093bf..6998f7e 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 4703139..1f67fb3 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 1713441..51d3b8c 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-m68k-binutils.changes b/cross-m68k-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-m68k-binutils.changes +++ b/cross-m68k-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-m68k-binutils.spec b/cross-m68k-binutils.spec index 070ae01..f5a2c9f 100644 --- a/cross-m68k-binutils.spec +++ b/cross-m68k-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index 8b68dbd..badf68f 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 470997a..4602f93 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 06ecdb0..97b6aff 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-ppc64le-binutils.changes b/cross-ppc64le-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-ppc64le-binutils.changes +++ b/cross-ppc64le-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-ppc64le-binutils.spec b/cross-ppc64le-binutils.spec index aa2b320..0d5500d 100644 --- a/cross-ppc64le-binutils.spec +++ b/cross-ppc64le-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-pru-binutils.changes b/cross-pru-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-pru-binutils.changes +++ b/cross-pru-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-pru-binutils.spec b/cross-pru-binutils.spec index 4d11cba..df8f29e 100644 --- a/cross-pru-binutils.spec +++ b/cross-pru-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-riscv64-binutils.changes b/cross-riscv64-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-riscv64-binutils.changes +++ b/cross-riscv64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-riscv64-binutils.spec b/cross-riscv64-binutils.spec index 1be35d8..8d14174 100644 --- a/cross-riscv64-binutils.spec +++ b/cross-riscv64-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-rx-binutils.changes b/cross-rx-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-rx-binutils.changes +++ b/cross-rx-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-rx-binutils.spec b/cross-rx-binutils.spec index 4ab2ddf..031655a 100644 --- a/cross-rx-binutils.spec +++ b/cross-rx-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 1339f0b..cc5366c 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 079024b..5673709 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 55e6e45..2fc0fb8 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-sparc64-binutils.changes b/cross-sparc64-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-sparc64-binutils.changes +++ b/cross-sparc64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-sparc64-binutils.spec b/cross-sparc64-binutils.spec index bd230cc..777e32c 100644 --- a/cross-sparc64-binutils.spec +++ b/cross-sparc64-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index e196722..81496e8 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 3ec8ef4..6250e40 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1 diff --git a/cross-xtensa-binutils.changes b/cross-xtensa-binutils.changes index 18ed15d..21f4ccb 100644 --- a/cross-xtensa-binutils.changes +++ b/cross-xtensa-binutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner + +- Add usage of a SUSE_ZNOW environment variable which allows switching + on "-z now" by default using "export SUSE_ZNOW=1", similar to + the SUSE_ASNEEDED variable. + ------------------------------------------------------------------- Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer diff --git a/cross-xtensa-binutils.spec b/cross-xtensa-binutils.spec index 85784fb..5cdeb84 100644 --- a/cross-xtensa-binutils.spec +++ b/cross-xtensa-binutils.spec @@ -106,6 +106,7 @@ Patch9: testsuite.diff Patch10: enable-targets-gold.diff Patch12: s390-pic-dso.diff Patch14: binutils-build-as-needed.diff +Patch15: binutils-znow.patch Patch22: binutils-bfd_h.patch Patch34: aarch64-common-pagesize.patch Patch36: binutils-pr22868.diff @@ -210,6 +211,7 @@ cp ld/ldgram.y ld/ldgram.y.orig %patch10 %patch12 %patch14 +%patch15 %patch22 %patch34 -p1 %patch36 -p1