summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/binutils: arm stable wrt bug #667648Mikle Kolyada2018-11-111-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* sys-devel/binutils: s390/sh/m68k stable wrt bug #667648Mikle Kolyada2018-10-141-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* sys-devel/binutils: stable 2.30-r4 for hppa, bug #667648Sergei Trofimovich2018-10-131-1/+1
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa"
* sys-devel/binutils-2.30-r4: alpha stableTobias Klausmann2018-10-131-1/+1
| | | | | Gentoo-Bug: http://bugs.gentoo.org/667648 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* sys-devel/binutils: stable 2.30-r4 for ia64, bug #667648Sergei Trofimovich2018-10-121-1/+1
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* sys-devel/binutils-2.30-r4: ppc64 stable, bug 667648Matt Turner2018-10-061-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-devel/binutils-2.30-r4: ppc stable, bug 667648Matt Turner2018-10-061-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-devel/binutils: drop DEPEND+=binutils-libs for cross caseSergei Trofimovich2018-10-062-14/+2
| | | | | | | | | | | | Nowadays' binutils does not need host's libiberty.a and builds it's own copy for bootstrap. Drop ebuild dependency. This allows users to use unstable cross-toolchain on stable systems with less friction: no need to install unstable binutils-libs. Reported-by: NeckTwi Ozfguah Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* sys-devel/binutils: amd64 stable wrt bug #666976Mikle Kolyada2018-10-041-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* sys-devel/binutils: stable 2.30-r4 for sparc, bug #667648Rolf Eike Beer2018-10-041-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/binutils: x86 stable (bug #666976)Thomas Deutschmann2018-10-011-1/+1
| | | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* sys-devel/binutils: release patchset 5 for 2.30Sergei Trofimovich2018-09-252-0/+420
| | | | | | | | | | | | | | | | | | | | | | | One new main patch: + 0098-Gentoo-add-with-extra-soversion-suffix-option.patch And four backports: + 0094-Replace-CET-bit-with-IBT-and-SHSTK-bits.patch + 0095-Fix-parens-in-ld-bootstrap.exp.patch + 0096-x86-64-Clear-the-R_X86_64_converted_reloc_bit-bit.patch + 0097-Fix-unwind-offset-for-call_info-start_symbol.patch Changes SONAME from libopcodes-2.30.so to libopcodes-2.30.gentoo-sys-devel-binutils-mt.so SONAME now encodes USE=multilib and package name. Bug: https://bugs.gentoo.org/663690 Bug: https://bugs.gentoo.org/666376 Bug: https://bugs.gentoo.org/666100 Package-Manager: Portage-2.3.49, Repoman-2.3.11
* sys-devel/binutils: release patchset 3 for 2.31.1Sergei Trofimovich2018-09-212-0/+428
| | | | | | | | | | | | | | | | | One new patch: + 0014-Gentoo-add-with-extra-soversion-suffix-option.patch Changes SONAME from libopcodes-2.31.1.so to libopcodes-2.31.1.gentoo-sys-devel-binutils-mt.so SONAME now encodes USE=multilib and package name. Bug: https://bugs.gentoo.org/663690 Bug: https://bugs.gentoo.org/666376 Bug: https://bugs.gentoo.org/666100 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sys-devel/binutils: sh/m68k stable wrt bug #655574Mikle Kolyada2018-09-161-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: expand SONAME with USE=multitarget, bug #666100Sergei Trofimovich2018-09-152-3/+6
| | | | | | | | | | | | | | | | | | | | | | In #663690 creative use of LD_LIBRARY_PATH exposed a problem of Gentoo's split across binutils and binutils-libs: we install libbfd.so with the same SONAME but different ABIs. This caused 'ld' to SIGSEGV or fail asserts. The change here is to give unique SONAME to each of: native binutils, cross binutils, binutils-libs packages. On top of that we encode USE=multitarget flags into SONAME as well. binutils-libs will also include USE=64-bit-bfd. This way dynamic linker will be able to detect incompatible changes like: - rebuild binutils with new USE flags - install binutils-libs (silently overrides binutils' libbfd.so) and report it explicitly. Bug: https://bugs.gentoo.org/666100 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sys-devel/binutils: cut 2 patchset for 2.31.1Sergei Trofimovich2018-08-272-3/+3
| | | | | | | | | Single new patch to fix build failure against llvm: + 0013-Fix-type-checking-errors.patch Reported-by: David Carlos Manuelda Closes: https://bugs.gentoo.org/663194 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* sys-devel/binutils-2.30-r2: ppc64 stable, bug 655574Matt Turner2018-08-181-1/+1
|
* sys-devel/binutils-2.30-r2: ppc stable, bug 655574Matt Turner2018-08-181-1/+1
|
* sys-devel/binutils: Restore keywords of 2.31.1Andreas K. Hüttel2018-08-071-0/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* sys-devel/binutils: Remove branch live ebuildAndreas K. Hüttel2018-08-041-424/+0
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* sys-devel/binutils: Remove oldAndreas K. Hüttel2018-08-042-429/+0
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* sys-devel/binutils: Version bump to point release 2.31.1Andreas K. Hüttel2018-07-184-6/+432
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: Remove x bit of script and call chmod in ebuildAndreas K. Hüttel2018-07-172-0/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: Semi-fix 2.31 gold testsuiteAndreas K. Hüttel2018-07-172-0/+151
| | | | | | https://sourceware.org/ml/binutils/2018-07/msg00225.html Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: Zero-day 2.31 bump for the brave or stupidAndreas K. Hüttel2018-07-152-0/+425
| | | | | | | | | | | | === ld Summary === unexpected failures 1 FAIL: --warn-shared-textrel --fatal-warnings (?) Gold testsuite fully b0rken, needs investigation: /bin/sh: /var/tmp/portage/sys-devel/binutils-2.31/work/binutils-2.31 /gold/../test-driver: No such file or directory make[5]: *** [Makefile:1394: bootstrap-test-r.log] Error 127 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: s390 stable wrt bug #655574Mikle Kolyada2018-07-011-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: stable 2.30-r2 for hppaRolf Eike Beer2018-06-291-1/+1
| | | | | | Bug: https://bugs.gentoo.org/655574 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="hppa"
* sys-devel/binutils: Add stable branch live ebuildAndreas K. Hüttel2018-06-272-4/+437
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: arm stable wrt bug #655574Mikle Kolyada2018-06-261-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: stable 2.30-r2 for sparcRolf Eike Beer2018-06-231-1/+1
| | | | | | | Bug: https://bugs.gentoo.org/655574 Closes: https://bugs.gentoo.org/645858 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* sys-devel/binutils: Use 9999 instead of git as live designator, add patchsetAndreas K. Hüttel2018-06-222-18/+20
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils-2.30-r2: alpha stableTobias Klausmann2018-06-181-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/655574
* sys-devel/binutils: Restore keywordsAndreas K. Hüttel2018-06-141-2/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: Revision bump, patchset 3Andreas K. Hüttel2018-06-122-0/+418
| | | | | | | Few upstream commits. Mostly a re-do of the Gentoo-specific testsuite patches. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: x86 stable (bug #655574)Thomas Deutschmann2018-06-071-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-devel/binutils: stable 2.30-r2 for ia64, bug #655574Sergei Trofimovich2018-06-031-1/+1
| | | | | | Bug: https://bugs.gentoo.org/655574 Package-Manager: Portage-2.3.38, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* sys-devel/binutils-2.30-r2: arm64 stable (bug #655574)Mart Raudsepp2018-06-031-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/binutils: amd64 stable wrt bug #655574Mikle Kolyada2018-06-021-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-devel/binutils: Remove oldAndreas K. Hüttel2018-05-193-802/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/binutils: don't purge environment for binutils-configSergei Trofimovich2018-05-124-4/+4
| | | | | | | | | | | | Follow toolchain.eclass cleanup where gcc-config was broken due to missing PATH= assignment: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6526608cbdb8202bc69aaaedd19f773ef651862c This change removes environment cleansing for binutils-config Reported-by: hiyuh Bug: https://bugs.gentoo.org/588642 Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-devel/binutils: Restore keywordsAndreas K. Hüttel2018-05-011-2/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/binutils: Revision bump (no keywords), 2.30 patchset 2Andreas K. Hüttel2018-04-292-0/+418
| | | | | | | | | Bug: https://bugs.gentoo.org/502492 Bug: https://bugs.gentoo.org/647798 Bug: https://bugs.gentoo.org/647296 Bug: https://bugs.gentoo.org/649690 Bug: https://bugs.gentoo.org/651576 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* sys-devel/binutils: fix s/annd/all/ typoSergei Trofimovich2018-04-072-2/+2
| | | | | Reported-by: [Arfrever] Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/binutils: fix typos and add accidentally wordsSergei Trofimovich2018-04-072-8/+10
| | | | | Reported-by: [Arfrever] Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/binutils: fix ldscrips ${CTARGET} search path, bug #147155Sergei Trofimovich2018-04-072-3/+448
| | | | | | | | | | | | | | | | | | | | | This change fixes long-standing search path issue in Gentoo's binutils: Before the change search path was the following: /usr/${CTARGET}/lib/ldscripts Note: it points to $SYSROOT, not to native cross-tools. After the change search path is the following: /usr/${CHOST}/${CTARGET}/lib/ldscripts Added two notes to the ebuild on how things are supposed to work: - Note [slotting support] - Note [tooldir hack for ldscripts] Applied change to 2.30-r1 and live ebuilds. Reported-by: Heiko Rosemann Closes: https://bugs.gentoo.org/147155 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* sys-devel/binutils: Restore keywords of 2.30Andreas K. Huettel2018-01-291-1/+1
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* sys-devel/binutils: Version bumpAndreas K. Hüttel2018-01-273-1/+392
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* sys-devel/binutils: Set default hash style via configure parameterAndreas K. Hüttel2018-01-271-0/+1
| | | | | | This allows us to drop a gentoo-specific patch. Package-Manager: Portage-2.3.20, Repoman-2.3.6
* sys-devel/binutils: Introduce doc useflagAndreas K. Hüttel2018-01-271-11/+6
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* sys-devel/binutils: Minor fixes. Use defaults.Andreas K. Hüttel2018-01-271-5/+3
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6