GNU Binutils

Edit Package binutils

This package is based on the package 'binutils' from project 'openSUSE:Factory'.

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
_constraints 0000000358 358 Bytes
aarch64-common-pagesize.patch 0000002752 2.69 KB
add-ulp-section.diff 0000006043 5.9 KB
baselibs.conf 0000000098 98 Bytes
binutils-2.38-branch.diff.gz 0000003140 3.07 KB
binutils-2.38.tar.bz2 0034866647 33.3 MB
binutils-2.38.tar.bz2.sig 0000000833 833 Bytes
binutils-bfd_h.patch 0000000462 462 Bytes
binutils-build-as-needed.diff 0000000470 470 Bytes
binutils-compat-old-behaviour.diff 0000002704 2.64 KB
binutils-fix-abierrormsg.diff 0000001689 1.65 KB
binutils-fix-invalid-op-errata.diff 0000001072 1.05 KB
binutils-fix-relax.diff 0000000695 695 Bytes
binutils-pr22868.diff 0000000825 825 Bytes
binutils-revert-hlasm-insns.diff 0000016957 16.6 KB
binutils-revert-nm-symversion.diff 0000001293 1.26 KB
binutils-revert-plt32-in-branches.diff 0000023895 23.3 KB
binutils-skip-rpaths.patch 0000003462 3.38 KB
binutils.changes 0000154486 151 KB
binutils.keyring 0000004365 4.26 KB
binutils.spec 0000019302 18.8 KB
cross-aarch64-binutils.changes 0000154486 151 KB
cross-aarch64-binutils.spec 0000019393 18.9 KB
cross-arm-binutils.changes 0000154486 151 KB
cross-arm-binutils.spec 0000019378 18.9 KB
cross-avr-binutils.changes 0000154486 151 KB
cross-avr-binutils.spec 0000019377 18.9 KB
cross-avr-nesc-as.patch 0000001582 1.54 KB
cross-avr-omit_section_dynsym.patch 0000000727 727 Bytes
cross-avr-size.patch 0000014926 14.6 KB
cross-epiphany-binutils.changes 0000154486 151 KB
cross-epiphany-binutils.spec 0000019397 18.9 KB
cross-hppa-binutils.changes 0000154486 151 KB
cross-hppa-binutils.spec 0000019381 18.9 KB
cross-hppa64-binutils.changes 0000154486 151 KB
cross-hppa64-binutils.spec 0000019389 18.9 KB
cross-i386-binutils.changes 0000154486 151 KB
cross-i386-binutils.spec 0000019382 18.9 KB
cross-ia64-binutils.changes 0000154486 151 KB
cross-ia64-binutils.spec 0000019381 18.9 KB
cross-m68k-binutils.changes 0000154486 151 KB
cross-m68k-binutils.spec 0000019381 18.9 KB
cross-mips-binutils.changes 0000154486 151 KB
cross-mips-binutils.spec 0000019381 18.9 KB
cross-ppc-binutils.changes 0000154486 151 KB
cross-ppc-binutils.spec 0000019381 18.9 KB
cross-ppc64-binutils.changes 0000154486 151 KB
cross-ppc64-binutils.spec 0000019389 18.9 KB
cross-ppc64le-binutils.changes 0000154486 151 KB
cross-ppc64le-binutils.spec 0000019397 18.9 KB
cross-pru-binutils.changes 0000154486 151 KB
cross-pru-binutils.spec 0000019377 18.9 KB
cross-riscv64-binutils.changes 0000154486 151 KB
cross-riscv64-binutils.spec 0000019393 18.9 KB
cross-rx-binutils.changes 0000154486 151 KB
cross-rx-binutils.spec 0000019373 18.9 KB
cross-s390-binutils.changes 0000154486 151 KB
cross-s390-binutils.spec 0000019381 18.9 KB
cross-s390x-binutils.changes 0000154486 151 KB
cross-s390x-binutils.spec 0000019385 18.9 KB
cross-sparc-binutils.changes 0000154486 151 KB
cross-sparc-binutils.spec 0000019385 18.9 KB
cross-sparc64-binutils.changes 0000154486 151 KB
cross-sparc64-binutils.spec 0000019393 18.9 KB
cross-spu-binutils.changes 0000154486 151 KB
cross-spu-binutils.spec 0000019377 18.9 KB
cross-x86_64-binutils.changes 0000154486 151 KB
cross-x86_64-binutils.spec 0000019389 18.9 KB
cross-xtensa-binutils.changes 0000154486 151 KB
cross-xtensa-binutils.spec 0000019389 18.9 KB
enable-targets-gold.diff 0000000680 680 Bytes
ld-relro.diff 0000002130 2.08 KB
pre_checkin.sh 0000000850 850 Bytes
s390-biarch.diff 0000000774 774 Bytes
s390-pic-dso.diff 0000001211 1.18 KB
testsuite.diff 0000000932 932 Bytes
unit-at-a-time.patch 0000000728 728 Bytes
x86-64-biarch.patch 0000000412 412 Bytes
Revision 6 (latest revision is 7)
Stefan Brüns's avatar Stefan Brüns (StefanBruens) committed (revision 6)
- Use verbose mode for make.

- Update to binutils 2.38:
  * elfedit: Add --output-abiversion option to update ABIVERSION.
  * Add support for the LoongArch instruction set.
  * Tools which display symbols or strings (readelf, strings, nm, objdump)
    have a new command line option which controls how unicode characters are
    handled.  By default they are treated as normal for the tool.  Using
    --unicode=locale will display them according to the current locale.
    Using --unicode=hex will display them as hex byte values, whilst
    --unicode=escape will display them as escape sequences.  In addition
    using --unicode=highlight will display them as unicode escape sequences
    highlighted in red (if supported by the output device).
  * readelf -r dumps RELR relative relocations now.
  * Support for efi-app-aarch64, efi-rtdrv-aarch64 and efi-bsdrv-aarch64 has been
    added to objcopy in order to enable UEFI development using binutils.
  * ar: Add --thin for creating thin archives. -T is a deprecated alias without
    diagnostics. In many ar implementations -T has a different meaning, as
    specified by X/Open System Interface.
  * Add support for AArch64 system registers that were missing in previous
    releases.
  * Add support for the LoongArch instruction set.
  * Add a command-line option, -muse-unaligned-vector-move, for x86 target
    to encode aligned vector move as unaligned vector move.
  * Add support for Cortex-R52+ for Arm.
  * Add support for Cortex-A510, Cortex-A710, Cortex-X2 for AArch64.
  * Add support for Cortex-A710 for Arm.
  * Add support for Scalable Matrix Extension (SME) for AArch64.
  * The --multibyte-handling=[allow|warn|warn-sym-only] option tells the
    assembler what to when it encoutners multibyte characters in the input.  The
Comments 0
openSUSE Build Service is sponsored by