Accepting request 196965 from home:namtrac:bugfix

- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
  archive creation on 64bit systems. This is rh#915411 and should
  also fix webkitgtk on s390x.

OBS-URL: https://build.opensuse.org/request/show/196965
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=141
This commit is contained in:
Richard Biener 2013-09-04 08:09:24 +00:00 committed by Git OBS Bridge
parent 5bb32da2db
commit 318c193067
35 changed files with 178 additions and 0 deletions

View File

@ -0,0 +1,25 @@
*** ../binutils-2.23.52.0.1.orig/bfd/archive64.c 2013-03-01 17:20:39.873535502 +0000
--- bfd/archive64.c 2013-03-01 17:22:30.410538566 +0000
*************** bfd_elf64_archive_write_armap (bfd *arch
*** 210,218 ****
if (bfd_bwrite (buf, 8, arch) != 8)
return FALSE;
}
/* Add size of this archive entry */
! archive_member_file_ptr += (arelt_size (current)
! + sizeof (struct ar_hdr));
/* remember about the even alignment */
archive_member_file_ptr += archive_member_file_ptr % 2;
}
--- 210,220 ----
if (bfd_bwrite (buf, 8, arch) != 8)
return FALSE;
}
+
/* Add size of this archive entry */
! archive_member_file_ptr += sizeof (struct ar_hdr);
! if (! bfd_is_thin_archive (arch))
! archive_member_file_ptr += arelt_size (current);
/* remember about the even alignment */
archive_member_file_ptr += archive_member_file_ptr % 2;
}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -106,6 +106,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -179,6 +180,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 31 13:11:36 UTC 2013 - idonmez@suse.com
- Add binutils-2.23.52.0.1-64-bit-thin-archives.patch to fix thin
archive creation on 64bit systems. This is rh#915411 and should
also fix webkitgtk on s390x.
-------------------------------------------------------------------
Mon Jul 29 18:13:43 UTC 2013 - schwab@suse.de

View File

@ -109,6 +109,7 @@ Patch201: s390-machinemode.patch
Patch202: aarch64-support-1796bf893c4729d5c523502318d72cae78495d6c.diff
Patch203: aarch64-support-f426901e1be0f58fe4e9386cada50ca57d0a4f36.diff
Patch204: aarch64-dynamic-placement.patch
Patch205: binutils-2.23.52.0.1-64-bit-thin-archives.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: update-alternatives
@ -182,6 +183,7 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa
%patch202 -p1
%patch203 -p1
%patch204 -p1
%patch205
%if "%{TARGET}" == "avr"
cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
%patch90