SHA256
3
0
forked from pool/binutils

- Update binutils-2.28-branch.diff.

- Make compressed debug section handling explicit, disable for
  old products and enable for gas on all architectures otherwise.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=237
This commit is contained in:
Richard Biener 2017-03-31 10:45:35 +00:00 committed by Git OBS Bridge
parent 32d9ceffd6
commit 0a4a64a0d6
43 changed files with 1229 additions and 27 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com

View File

@ -248,6 +248,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Mar 31 10:30:08 UTC 2017 - rguenther@suse.com
- Update binutils-2.28-branch.diff.
- Make compressed debug section handling explicit, disable for
old products and enable for gas on all architectures otherwise.
-------------------------------------------------------------------
Thu Mar 30 11:16:18 UTC 2017 - rguenther@suse.com
- Remove empty rpath component removal optimization from
binutils-skip-rpaths.patch to workaround CMake rpath handling.
[boo#1025282]
-------------------------------------------------------------------
Fri Mar 17 15:28:26 UTC 2017 - matz@suse.com

View File

@ -251,6 +251,10 @@ cd build-dir
%endif
%if %{suse_version} <= 1320
--disable-x86-relax-relocations \
--disable-compressed-debug-sections \
%endif
%if %{suse_version} > 1320
--enable-compressed-debug-sections=gas \
%endif
--enable-shared
make %{?_smp_mflags} all-bfd TARGET-bfd=headers