Accepting request 961008 from home:wolfi323:branches:devel:gcc

- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
  which got lost in the update to 2.38.

OBS-URL: https://build.opensuse.org/request/show/961008
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=395
This commit is contained in:
Martin Liška 2022-03-14 08:43:31 +00:00 committed by Git OBS Bridge
parent 4523532a30
commit 1c7e0bacf0
25 changed files with 148 additions and 2 deletions

View File

@ -56,7 +56,7 @@ index 2e27cf48a8..7162d0cf91 100644
asection *sinterp;
bfd *abfd;
struct bfd_link_hash_entry *ehdr_start = NULL;
@@ -1572,7 +1597,65 @@ ldelf_before_allocation (char *audit, char *depaudit,
@@ -1608,7 +1633,67 @@ ldelf_before_allocation (char *audit, char *depaudit,
by dynamic linking. */
rpath = command_line.rpath;
if (rpath == NULL)
@ -73,12 +73,14 @@ index 2e27cf48a8..7162d0cf91 100644
+ fseek (ldso, 0, SEEK_END);
+ endcur = ftell (ldso);
+ fseek (ldso, 0, SEEK_SET);
+ dirs = xmalloc (endcur);
+ dirs = xmalloc (endcur + 1);
+ if (fread (dirs, 1, endcur, ldso) != (size_t) endcur)
+ {
+ free (dirs);
+ dirs = NULL;
+ }
+ else
+ dirs[endcur] = '\0';
+ }
+ if (dirs)
+ {

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 10 21:22:20 UTC 2022 - Wolfgang Bauer <wbauer@tmo.at>
- Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
which got lost in the update to 2.38.
-------------------------------------------------------------------
Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>