GNU 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.
- Developed at devel:gcc
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/binutils && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000358 358 Bytes | |
_multibuild | 0000000620 620 Bytes | |
aarch64-common-pagesize.patch | 0000002888 2.82 KB | |
baselibs.conf | 0000000098 98 Bytes | |
binutils-2.42-branch.diff.gz | 0000004239 4.14 KB | |
binutils-2.42.tar.bz2 | 0038254526 36.5 MB | |
binutils-2.42.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 | 0000002719 2.66 KB | |
binutils-disable-code-arch-error.diff | 0000001158 1.13 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 | 0000015930 15.6 KB | |
binutils-revert-nm-symversion.diff | 0000001293 1.26 KB | |
binutils-revert-plt32-in-branches.diff | 0000024351 23.8 KB | |
binutils-revert-rela.diff | 0000018588 18.2 KB | |
binutils-skip-rpaths.patch | 0000003500 3.42 KB | |
binutils-znow.patch | 0000000548 548 Bytes | |
binutils.changes | 0000176545 172 KB | |
binutils.keyring | 0000004365 4.26 KB | |
binutils.spec | 0000022344 21.8 KB | |
cross-avr-nesc-as.patch | 0000001582 1.54 KB | |
cross-avr-omit_section_dynsym.patch | 0000000727 727 Bytes | |
cross-avr-size.patch | 0000014903 14.6 KB | |
enable-targets-gold.diff | 0000000680 680 Bytes | |
ld-relro.diff | 0000002189 2.14 KB | |
s390-biarch.diff | 0000000771 771 Bytes | |
s390-pic-dso.diff | 0000001212 1.18 KB | |
testsuite.diff | 0000000932 932 Bytes | |
unit-at-a-time.patch | 0000000728 728 Bytes | |
x86-64-biarch.patch | 0000000412 412 Bytes |
Revision 168 (latest revision is 173)
Ana Guerrero (anag+factory)
accepted
request 1144349
from
Michael Matz (matz2)
(revision 168)
- Add binutils-disable-code-arch-error.diff to demote an error about swapped .arch/.code directives to a warning. It happens in the wild. - Update to version 2.42: * Add support for many aarch64 extensions: SVE2.1, SME2.1, B16B16, RASv2, LSE128, GCS, CHK, SPECRES2, LRCPC3, THE, ITE, D128, XS and flags to enable them: '+fcma', '+jscvt', '+frintts', '+flagm2', '+rcpc2' and '+wfxt' * Add experimantal support for GAS to synthesize call-frame-info for some hand-written asm (--scfi=experimental) on x86-64. * Add support for more x86-64 extensions: APX: 32 GPRs, NDD, PUSH2/POP2, PUSHP/POPP; USER_MSR, AVX10.1, PBNDKB, SM4, SM3, SHA512, AVX-VNNI-INT16. * Add support for more RISC-V extensions: T-Head v2.3.0, CORE-V v1.0, SiFive VCIX v1.0. * BPF assembler: ';' separates statements now, and does not introduce line comments anymore (use '#' or '//' for this). * x86-64 ld: Add '-z mark-plt/-z nomark-plt' to mark PLT entries with dynamic tags. * risc-v ld: Add '--[no-]check-uleb128'. * New linker script directive: REVERSE, to be combined with SORT_BY_NAME or SORT_BY_INIT_PRIORITY, reverses the generated order. * New linker options --warn-execstack-objects (warn only about execstack when input object files request it), and --error-execstack plus --error-rxw-segments to convert the existing warnings into errors. * objdump: Add -Z/--decompress to be used with -s/--full-contents to decompress section contents before displaying. * readelf: Add --extra-sym-info to be used with --symbols (currently prints section name of references section index). * objcopy: Add --set-section-flags for x86_64 to include
Comments 1
binutils 2.31.1 has been released: ftp://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.gz