GNU Binutils
https://sourceware.org/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.
- Devel package for openSUSE:Factory
-
28
derived packages
- Links to openSUSE:Factory / binutils
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:gcc/binutils && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000358 358 Bytes | |
_link | 0000000143 143 Bytes | |
_multibuild | 0000000620 620 Bytes | |
aarch64-common-pagesize.patch | 0000002888 2.82 KB | |
baselibs.conf | 0000000098 98 Bytes | |
binutils-2.43-branch.diff.gz | 0000005260 5.14 KB | |
binutils-2.43.tar.bz2 | 0039175154 37.4 MB | |
binutils-2.43.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-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 | 0000179781 176 KB | |
binutils.keyring | 0000004365 4.26 KB | |
binutils.spec | 0000022527 22 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 | 0000002228 2.18 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 471 (latest revision is 478)
Michael Matz (matz2)
committed
(revision 471)
- Update to version 2.43: * new .base64 pseudo-op, allowing base64 encoded data as strings * Intel APX: add support for CFCMOV, CCMP, CTEST, zero-upper, NF (APX_F now fully supported) * x86 Intel syntax now warns about more mnemonic suffixes * macros and .irp/.irpc/.rept bodies can use \+ to get at number of times the macro/body was executed * aarch64: support 'armv9.5-a' for -march, add support for LUT and LUT2 * s390: base register operand in D(X,B) and D(L,B) can now be omitted (ala 'D(X,)'); warn when register type doesn't match operand type (use option 'warn-regtype-mismatch=[strict|relaxed|no]' to adjust) * riscv: support various extensions: Zacas, Zcmp, Zfbfmin, Zvfbfmin, Zvfbfwma, Smcsrind/Sscsrind, XCvMem, XCvBi, XCvElw, XSfCease, all at version 1.0; remove support for assembly of privileged spec 1.9.1 (linking support remains) * arm: remove support for some old co-processors: Maverick and FPA * mips: '--trap' now causes either trap or breakpoint instructions to be emitted as per current ISA, instead of always using trap insn and failing when current ISA was incompatible with that * LoongArch: accept .option pseudo-op for fine-grained control of assembly code options; add support for DT_RELR * readelf: now displays RELR relocations in full detail; add -j/--display-section to show just those section(s) content according to their type * objdump/readelf now dump also .eh_frame_hdr (when present) when dumping .eh_frame * gprofng: add event types for AMD Zen3/Zen4 and Intel Ice Lake processors; add minimal support for riscv * linker:
Comments 0