Accepting request 963860 from home:msmeissn:branches:devel:gcc
- 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. - 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. - 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. - 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. - 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. - 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. - 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. - Add usage of a SUSE_ZNOW environment variable which allows switching on "-z now" by default using "export SUSE_ZNOW=1", similar to OBS-URL: https://build.opensuse.org/request/show/963860 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=397
This commit is contained in:
parent
1c7e0bacf0
commit
3baf335380
15
binutils-znow.patch
Normal file
15
binutils-znow.patch
Normal file
@ -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 = ':';
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- 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 <wbauer@tmo.at>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user