GNU Binutils

Edit Package binutils

C compiler utilities: ar, as, gprof, ld, nm, objcopy, objdump, ranlib,
size, strings, and strip. These utilities are needed whenever you want
to compile a program or kernel.

Refresh
Refresh
Source Files
Filename Size Changed
README.First-for.SuSE.packagers 0000000518 518 Bytes
aarch64-common-pagesize.patch 0000002748 2.68 KB
baselibs.conf 0000000098 98 Bytes
binutils-2.28-branch.diff 0000043652 42.6 KB
binutils-2.28.tar.bz2 0026556365 25.3 MB
binutils-bfd_h.patch 0000000462 462 Bytes
binutils-bso21193.diff 0000001261 1.23 KB
binutils-build-as-needed.diff 0000000537 537 Bytes
binutils-skip-rpaths.patch 0000003284 3.21 KB
binutils.changes 0000105061 103 KB
binutils.spec 0000014710 14.4 KB
cross-aarch64-binutils.changes 0000105061 103 KB
cross-aarch64-binutils.spec 0000014801 14.5 KB
cross-arm-binutils.changes 0000105061 103 KB
cross-arm-binutils.spec 0000014786 14.4 KB
cross-avr-binutils.changes 0000105061 103 KB
cross-avr-binutils.spec 0000014785 14.4 KB
cross-avr-nesc-as.patch 0000001564 1.53 KB
cross-avr-omit_section_dynsym.patch 0000000767 767 Bytes
cross-avr-size.patch 0000016723 16.3 KB
cross-epiphany-binutils.changes 0000105061 103 KB
cross-epiphany-binutils.spec 0000014805 14.5 KB
cross-hppa-binutils.changes 0000105061 103 KB
cross-hppa-binutils.spec 0000014789 14.4 KB
cross-hppa64-binutils.changes 0000105061 103 KB
cross-hppa64-binutils.spec 0000014797 14.5 KB
cross-i386-binutils.changes 0000105061 103 KB
cross-i386-binutils.spec 0000014790 14.4 KB
cross-ia64-binutils.changes 0000105061 103 KB
cross-ia64-binutils.spec 0000014789 14.4 KB
cross-m68k-binutils.changes 0000105061 103 KB
cross-m68k-binutils.spec 0000014789 14.4 KB
cross-mips-binutils.changes 0000105061 103 KB
cross-mips-binutils.spec 0000014789 14.4 KB
cross-ppc-binutils.changes 0000105061 103 KB
cross-ppc-binutils.spec 0000014789 14.4 KB
cross-ppc64-binutils.changes 0000105061 103 KB
cross-ppc64-binutils.spec 0000014797 14.5 KB
cross-ppc64le-binutils.changes 0000105061 103 KB
cross-ppc64le-binutils.spec 0000014805 14.5 KB
cross-rx-binutils.changes 0000105061 103 KB
cross-rx-binutils.spec 0000014781 14.4 KB
cross-s390-binutils.changes 0000105061 103 KB
cross-s390-binutils.spec 0000014789 14.4 KB
cross-s390x-binutils.changes 0000105061 103 KB
cross-s390x-binutils.spec 0000014793 14.4 KB
cross-sparc-binutils.changes 0000105061 103 KB
cross-sparc-binutils.spec 0000014793 14.4 KB
cross-sparc64-binutils.changes 0000105061 103 KB
cross-sparc64-binutils.spec 0000014801 14.5 KB
cross-spu-binutils.changes 0000105061 103 KB
cross-spu-binutils.spec 0000014785 14.4 KB
cross-x86_64-binutils.changes 0000105061 103 KB
cross-x86_64-binutils.spec 0000014797 14.5 KB
enable-targets-gold.diff 0000000597 597 Bytes
fix-security-bugs.diff 0000024769 24.2 KB
gold-depend-on-opcodes.diff 0000001427 1.39 KB
ld-dtags.diff 0000002560 2.5 KB
ld-relro.diff 0000002130 2.08 KB
pre_checkin.sh 0000000832 832 Bytes
s390-biarch.diff 0000000774 774 Bytes
s390-pic-dso.diff 0000001211 1.18 KB
testsuite.diff 0000001487 1.45 KB
unit-at-a-time.patch 0000000601 601 Bytes
use-hashtype-both-by-default.diff 0000001723 1.68 KB
x86-64-biarch.patch 0000000412 412 Bytes
Revision 116 (latest revision is 170)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 480883 from Michael Matz's avatar Michael Matz (matz2) (revision 116)
- Add fix-security-bugs.diff to fix bnc#1029907, bnc#1029908,
  bnc#1029909 and more.  Upstream bugs fixed: 
  PR 21135, PR 21137, PR 21139, PR 21147, PR 21148, PR 21149,
  PR 21150, PR 21151, PR 21155, PR 21156, PR 21157, PR 21158,
  PR 21159

- Update to binutils 2.28.
  * Add support for locating separate debug info files using the build-id
    method, where the separate file has a name based upon the build-id of
    the original file.
  * This version of binutils fixes a problem with PowerPC VLE 16A and 16D
    relocations which were functionally swapped, for example,
    R_PPC_VLE_HA16A performed like R_PPC_VLE_HA16D while R_PPC_VLE_HA16D
    performed like R_PPC_VLE_HA16A.  This could have been fixed by
    renumbering relocations, which would keep object files created by an
    older version of gas compatible with a newer ld.  However, that would
    require an ABI update, affecting other assemblers and linkers that
    create and process the relocations correctly.  It is recommended that
    all VLE object files be recompiled, but ld can modify the relocations
    if --vle-reloc-fixup is passed to ld.  If the new ld command line
    option is not used, ld will ld warn on finding relocations inconsistent
    with the instructions being relocated.
  * The nm program has a new command line option (--with-version-strings)
    which will display a symbol's version information, if any, after the
    symbol's name.
  * The ARC port of objdump now accepts a -M option to specify the extra
    instruction class(es) that should be disassembled.
  * The --remove-section option for objcopy and strip now accepts section
    patterns starting with an exclamation point to indicate a non-matching
    section.  A non-matching section is removed from the set of sections
Comments 1

openSUSE Build Service is sponsored by