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; asection *sinterp;
bfd *abfd; bfd *abfd;
struct bfd_link_hash_entry *ehdr_start = NULL; 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. */ by dynamic linking. */
rpath = command_line.rpath; rpath = command_line.rpath;
if (rpath == NULL) if (rpath == NULL)
@ -73,12 +73,14 @@ index 2e27cf48a8..7162d0cf91 100644
+ fseek (ldso, 0, SEEK_END); + fseek (ldso, 0, SEEK_END);
+ endcur = ftell (ldso); + endcur = ftell (ldso);
+ fseek (ldso, 0, SEEK_SET); + fseek (ldso, 0, SEEK_SET);
+ dirs = xmalloc (endcur); + dirs = xmalloc (endcur + 1);
+ if (fread (dirs, 1, endcur, ldso) != (size_t) endcur) + if (fread (dirs, 1, endcur, ldso) != (size_t) endcur)
+ { + {
+ free (dirs); + free (dirs);
+ dirs = NULL; + dirs = NULL;
+ } + }
+ else
+ dirs[endcur] = '\0';
+ } + }
+ if (dirs) + 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> Fri Mar 4 10:44:39 UTC 2022 - Martin Liška <mliska@suse.cz>