SUSE-RU-2024:3180-1: moderate: Recommended update for binutils
SLE-UPDATES
null at suse.de
Mon Sep 9 16:30:13 UTC 2024
# Recommended update for binutils
Announcement ID: SUSE-RU-2024:3180-1
Rating: moderate
References:
* bsc#1215341
* bsc#1216908
* jsc#PED-10474
Affected Products:
* Basesystem Module 15-SP5
* Basesystem Module 15-SP6
* Development Tools Module 15-SP5
* Development Tools Module 15-SP6
* openSUSE Leap 15.5
* openSUSE Leap 15.6
* SUSE Enterprise Storage 7.1
* SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4
* SUSE Linux Enterprise Desktop 15 SP5
* SUSE Linux Enterprise Desktop 15 SP6
* SUSE Linux Enterprise High Performance Computing 15 SP2
* SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2
* SUSE Linux Enterprise High Performance Computing 15 SP3
* SUSE Linux Enterprise High Performance Computing 15 SP4
* SUSE Linux Enterprise High Performance Computing 15 SP5
* SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4
* SUSE Linux Enterprise High Performance Computing LTSS 15 SP3
* SUSE Linux Enterprise High Performance Computing LTSS 15 SP4
* SUSE Linux Enterprise Micro 5.5
* SUSE Linux Enterprise Real Time 15 SP5
* SUSE Linux Enterprise Real Time 15 SP6
* SUSE Linux Enterprise Server 15 SP2
* SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2
* SUSE Linux Enterprise Server 15 SP3
* SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3
* SUSE Linux Enterprise Server 15 SP4
* SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4
* SUSE Linux Enterprise Server 15 SP5
* SUSE Linux Enterprise Server 15 SP6
* SUSE Linux Enterprise Server for SAP Applications 15 SP2
* SUSE Linux Enterprise Server for SAP Applications 15 SP3
* SUSE Linux Enterprise Server for SAP Applications 15 SP4
* SUSE Linux Enterprise Server for SAP Applications 15 SP5
* SUSE Linux Enterprise Server for SAP Applications 15 SP6
* SUSE Manager Proxy 4.3
* SUSE Manager Retail Branch Server 4.3
* SUSE Manager Server 4.3
* SUSE Package Hub 15 15-SP5
* SUSE Package Hub 15 15-SP6
An update that contains one feature and has two fixes can now be installed.
## Description:
This update for binutils fixes the following issues:
Update to current 2.43.1 branch [jsc#PED-10474]:
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:
* put .got and .got.plt into relro segment
* add -z isa-level-report=[none|all|needed|used] to the x86 ELF linker to
report needed and used x86-64 ISA levels
* add --rosegment option which changes the -z separate-code option so that
only one read-only segment is created (instead of two)
* add --section-ordering-file <FILE> option to add extra mapping of input
sections to output sections
* add -plugin-save-temps to store plugin intermediate files permanently
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 SHF_X86_64_LARGE.
* s390 disassembly: add target-specific disasm option 'insndesc', as in
"objdump -M insndesc" to display an instruction description as comment along
with the disassembly.
* Add binutils-use-less-memory.diff to be a little nicer to 32bit userspace
and huge links. [bsc#1216908]
* Add libzstd-devel to Requires of binutils-devel. (bsc#1215341)
## Patch Instructions:
To install this SUSE update use the SUSE recommended installation methods like
YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:
* openSUSE Leap 15.5
zypper in -t patch openSUSE-SLE-15.5-2024-3180=1
* openSUSE Leap 15.6
zypper in -t patch openSUSE-SLE-15.6-2024-3180=1
* Basesystem Module 15-SP5
zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP5-2024-3180=1
* Basesystem Module 15-SP6
zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP6-2024-3180=1
* Development Tools Module 15-SP5
zypper in -t patch SUSE-SLE-Module-Development-Tools-15-SP5-2024-3180=1
* Development Tools Module 15-SP6
zypper in -t patch SUSE-SLE-Module-Development-Tools-15-SP6-2024-3180=1
* SUSE Package Hub 15 15-SP5
zypper in -t patch SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-3180=1
* SUSE Package Hub 15 15-SP6
zypper in -t patch SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-3180=1
* SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2
zypper in -t patch SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-3180=1
* SUSE Linux Enterprise High Performance Computing LTSS 15 SP3
zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3180=1
* SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4
zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-3180=1
* SUSE Linux Enterprise High Performance Computing LTSS 15 SP4
zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-3180=1
* SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4
zypper in -t patch SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-3180=1
* SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2
zypper in -t patch SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-3180=1
* SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3
zypper in -t patch SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3180=1
* SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4
zypper in -t patch SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-3180=1
* SUSE Linux Enterprise Server for SAP Applications 15 SP2
zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP2-2024-3180=1
* SUSE Linux Enterprise Server for SAP Applications 15 SP3
zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3180=1
* SUSE Linux Enterprise Server for SAP Applications 15 SP4
zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP4-2024-3180=1
* SUSE Manager Proxy 4.3
zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-3180=1
* SUSE Manager Retail Branch Server 4.3
zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Retail-Branch-
Server-4.3-2024-3180=1
* SUSE Manager Server 4.3
zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-3180=1
* SUSE Enterprise Storage 7.1
zypper in -t patch SUSE-Storage-7.1-2024-3180=1
## Package List:
* openSUSE Leap 15.5 (aarch64 ppc64le s390x x86_64)
* cross-i386-binutils-debuginfo-2.43-150100.7.49.1
* cross-ppc64-binutils-2.43-150100.7.49.1
* cross-ppc64-binutils-debugsource-2.43-150100.7.49.1
* binutils-gold-2.43-150100.7.49.1
* cross-hppa-binutils-debugsource-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* cross-hppa64-binutils-debugsource-2.43-150100.7.49.1
* cross-hppa-binutils-debuginfo-2.43-150100.7.49.1
* cross-mips-binutils-2.43-150100.7.49.1
* cross-epiphany-binutils-debuginfo-2.43-150100.7.49.1
* cross-sparc-binutils-debuginfo-2.43-150100.7.49.1
* cross-hppa-binutils-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* cross-arm-binutils-2.43-150100.7.49.1
* cross-i386-binutils-debugsource-2.43-150100.7.49.1
* cross-spu-binutils-2.43-150100.7.49.1
* cross-xtensa-binutils-debuginfo-2.43-150100.7.49.1
* cross-riscv64-binutils-2.43-150100.7.49.1
* cross-arm-binutils-debuginfo-2.43-150100.7.49.1
* cross-sparc64-binutils-debugsource-2.43-150100.7.49.1
* cross-avr-binutils-debugsource-2.43-150100.7.49.1
* binutils-2.43-150100.7.49.1
* cross-m68k-binutils-debugsource-2.43-150100.7.49.1
* cross-rx-binutils-2.43-150100.7.49.1
* cross-rx-binutils-debugsource-2.43-150100.7.49.1
* cross-spu-binutils-debuginfo-2.43-150100.7.49.1
* cross-ia64-binutils-debuginfo-2.43-150100.7.49.1
* cross-xtensa-binutils-2.43-150100.7.49.1
* cross-rx-binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* cross-spu-binutils-debugsource-2.43-150100.7.49.1
* cross-xtensa-binutils-debugsource-2.43-150100.7.49.1
* cross-sparc-binutils-debugsource-2.43-150100.7.49.1
* cross-ppc-binutils-2.43-150100.7.49.1
* cross-i386-binutils-2.43-150100.7.49.1
* cross-riscv64-binutils-debuginfo-2.43-150100.7.49.1
* cross-ia64-binutils-2.43-150100.7.49.1
* cross-hppa64-binutils-2.43-150100.7.49.1
* cross-mips-binutils-debuginfo-2.43-150100.7.49.1
* cross-s390-binutils-debuginfo-2.43-150100.7.49.1
* cross-s390-binutils-debugsource-2.43-150100.7.49.1
* cross-hppa64-binutils-debuginfo-2.43-150100.7.49.1
* cross-ia64-binutils-debugsource-2.43-150100.7.49.1
* cross-s390-binutils-2.43-150100.7.49.1
* cross-epiphany-binutils-2.43-150100.7.49.1
* cross-sparc64-binutils-debuginfo-2.43-150100.7.49.1
* cross-arm-binutils-debugsource-2.43-150100.7.49.1
* cross-avr-binutils-2.43-150100.7.49.1
* cross-ppc64-binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* cross-m68k-binutils-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* cross-m68k-binutils-debuginfo-2.43-150100.7.49.1
* cross-sparc-binutils-2.43-150100.7.49.1
* cross-avr-binutils-debuginfo-2.43-150100.7.49.1
* cross-sparc64-binutils-2.43-150100.7.49.1
* cross-riscv64-binutils-debugsource-2.43-150100.7.49.1
* binutils-gold-debuginfo-2.43-150100.7.49.1
* cross-mips-binutils-debugsource-2.43-150100.7.49.1
* cross-ppc-binutils-debugsource-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* cross-ppc-binutils-debuginfo-2.43-150100.7.49.1
* cross-epiphany-binutils-debugsource-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* openSUSE Leap 15.5 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* openSUSE Leap 15.5 (ppc64le s390x x86_64)
* cross-aarch64-binutils-2.43-150100.7.49.1
* cross-aarch64-binutils-debuginfo-2.43-150100.7.49.1
* cross-aarch64-binutils-debugsource-2.43-150100.7.49.1
* openSUSE Leap 15.5 (aarch64 s390x x86_64)
* cross-ppc64le-binutils-debugsource-2.43-150100.7.49.1
* cross-ppc64le-binutils-debuginfo-2.43-150100.7.49.1
* cross-ppc64le-binutils-2.43-150100.7.49.1
* openSUSE Leap 15.5 (aarch64 ppc64le x86_64)
* cross-s390x-binutils-debugsource-2.43-150100.7.49.1
* cross-s390x-binutils-2.43-150100.7.49.1
* cross-s390x-binutils-debuginfo-2.43-150100.7.49.1
* openSUSE Leap 15.5 (aarch64 ppc64le s390x)
* cross-x86_64-binutils-debuginfo-2.43-150100.7.49.1
* cross-x86_64-binutils-2.43-150100.7.49.1
* cross-x86_64-binutils-debugsource-2.43-150100.7.49.1
* openSUSE Leap 15.6 (aarch64 ppc64le s390x x86_64)
* cross-i386-binutils-debuginfo-2.43-150100.7.49.1
* cross-ppc64-binutils-2.43-150100.7.49.1
* cross-ppc64-binutils-debugsource-2.43-150100.7.49.1
* binutils-gold-2.43-150100.7.49.1
* cross-hppa-binutils-debugsource-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* cross-hppa64-binutils-debugsource-2.43-150100.7.49.1
* cross-hppa-binutils-debuginfo-2.43-150100.7.49.1
* cross-mips-binutils-2.43-150100.7.49.1
* cross-epiphany-binutils-debuginfo-2.43-150100.7.49.1
* cross-bpf-binutils-debuginfo-2.43-150100.7.49.1
* cross-sparc-binutils-debuginfo-2.43-150100.7.49.1
* cross-hppa-binutils-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* cross-arm-binutils-2.43-150100.7.49.1
* cross-i386-binutils-debugsource-2.43-150100.7.49.1
* cross-spu-binutils-2.43-150100.7.49.1
* cross-xtensa-binutils-debuginfo-2.43-150100.7.49.1
* cross-riscv64-binutils-2.43-150100.7.49.1
* cross-arm-binutils-debuginfo-2.43-150100.7.49.1
* cross-sparc64-binutils-debugsource-2.43-150100.7.49.1
* cross-avr-binutils-debugsource-2.43-150100.7.49.1
* binutils-2.43-150100.7.49.1
* cross-m68k-binutils-debugsource-2.43-150100.7.49.1
* cross-pru-binutils-2.43-150100.7.49.1
* cross-bpf-binutils-2.43-150100.7.49.1
* cross-pru-binutils-debuginfo-2.43-150100.7.49.1
* cross-ia64-binutils-debuginfo-2.43-150100.7.49.1
* cross-rx-binutils-2.43-150100.7.49.1
* cross-rx-binutils-debuginfo-2.43-150100.7.49.1
* cross-rx-binutils-debugsource-2.43-150100.7.49.1
* cross-spu-binutils-debuginfo-2.43-150100.7.49.1
* cross-spu-binutils-debugsource-2.43-150100.7.49.1
* cross-xtensa-binutils-2.43-150100.7.49.1
* cross-xtensa-binutils-debugsource-2.43-150100.7.49.1
* cross-sparc-binutils-debugsource-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* cross-ppc-binutils-2.43-150100.7.49.1
* cross-i386-binutils-2.43-150100.7.49.1
* cross-riscv64-binutils-debuginfo-2.43-150100.7.49.1
* cross-ia64-binutils-2.43-150100.7.49.1
* cross-hppa64-binutils-2.43-150100.7.49.1
* cross-mips-binutils-debuginfo-2.43-150100.7.49.1
* cross-s390-binutils-debuginfo-2.43-150100.7.49.1
* cross-s390-binutils-debugsource-2.43-150100.7.49.1
* cross-hppa64-binutils-debuginfo-2.43-150100.7.49.1
* cross-ia64-binutils-debugsource-2.43-150100.7.49.1
* cross-s390-binutils-2.43-150100.7.49.1
* cross-epiphany-binutils-2.43-150100.7.49.1
* cross-sparc64-binutils-debuginfo-2.43-150100.7.49.1
* cross-arm-binutils-debugsource-2.43-150100.7.49.1
* cross-avr-binutils-2.43-150100.7.49.1
* cross-ppc64-binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* cross-bpf-binutils-debugsource-2.43-150100.7.49.1
* cross-m68k-binutils-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* cross-m68k-binutils-debuginfo-2.43-150100.7.49.1
* cross-sparc-binutils-2.43-150100.7.49.1
* cross-avr-binutils-debuginfo-2.43-150100.7.49.1
* cross-sparc64-binutils-2.43-150100.7.49.1
* cross-pru-binutils-debugsource-2.43-150100.7.49.1
* cross-riscv64-binutils-debugsource-2.43-150100.7.49.1
* binutils-gold-debuginfo-2.43-150100.7.49.1
* cross-mips-binutils-debugsource-2.43-150100.7.49.1
* cross-ppc-binutils-debugsource-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* cross-ppc-binutils-debuginfo-2.43-150100.7.49.1
* cross-epiphany-binutils-debugsource-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* openSUSE Leap 15.6 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* openSUSE Leap 15.6 (ppc64le s390x x86_64)
* cross-aarch64-binutils-2.43-150100.7.49.1
* cross-aarch64-binutils-debuginfo-2.43-150100.7.49.1
* cross-aarch64-binutils-debugsource-2.43-150100.7.49.1
* openSUSE Leap 15.6 (aarch64 s390x x86_64)
* cross-ppc64le-binutils-debugsource-2.43-150100.7.49.1
* cross-ppc64le-binutils-debuginfo-2.43-150100.7.49.1
* cross-ppc64le-binutils-2.43-150100.7.49.1
* openSUSE Leap 15.6 (aarch64 ppc64le x86_64)
* cross-s390x-binutils-debugsource-2.43-150100.7.49.1
* cross-s390x-binutils-2.43-150100.7.49.1
* cross-s390x-binutils-debuginfo-2.43-150100.7.49.1
* openSUSE Leap 15.6 (aarch64 ppc64le s390x)
* cross-x86_64-binutils-debuginfo-2.43-150100.7.49.1
* cross-x86_64-binutils-2.43-150100.7.49.1
* cross-x86_64-binutils-debugsource-2.43-150100.7.49.1
* Basesystem Module 15-SP5 (aarch64 ppc64le s390x x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* Basesystem Module 15-SP6 (aarch64 ppc64le s390x x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* Development Tools Module 15-SP5 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* Development Tools Module 15-SP6 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Package Hub 15 15-SP5 (aarch64 ppc64le s390x x86_64)
* binutils-gold-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* binutils-gold-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* SUSE Package Hub 15 15-SP6 (aarch64 ppc64le s390x x86_64)
* binutils-gold-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* binutils-gold-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 (aarch64
x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (aarch64
x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (aarch64
x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (aarch64
x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4 (x86_64)
* binutils-2.43-150100.7.49.1
* binutils-devel-32bit-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 (aarch64 ppc64le s390x
x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 (aarch64 ppc64le s390x
x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4 (aarch64 ppc64le s390x
x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise Server for SAP Applications 15 SP2 (ppc64le x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise Server for SAP Applications 15 SP2 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise Server for SAP Applications 15 SP3 (ppc64le x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise Server for SAP Applications 15 SP3 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Linux Enterprise Server for SAP Applications 15 SP4 (ppc64le x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Linux Enterprise Server for SAP Applications 15 SP4 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
* SUSE Manager Proxy 4.3 (x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Manager Retail Branch Server 4.3 (x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Manager Server 4.3 (ppc64le s390x x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Enterprise Storage 7.1 (aarch64 x86_64)
* binutils-2.43-150100.7.49.1
* libctf0-2.43-150100.7.49.1
* libctf-nobfd0-2.43-150100.7.49.1
* binutils-debuginfo-2.43-150100.7.49.1
* libctf-nobfd0-debuginfo-2.43-150100.7.49.1
* binutils-debugsource-2.43-150100.7.49.1
* binutils-devel-2.43-150100.7.49.1
* libctf0-debuginfo-2.43-150100.7.49.1
* SUSE Enterprise Storage 7.1 (x86_64)
* binutils-devel-32bit-2.43-150100.7.49.1
## References:
* https://bugzilla.suse.com/show_bug.cgi?id=1215341
* https://bugzilla.suse.com/show_bug.cgi?id=1216908
* https://jira.suse.com/browse/PED-10474
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.suse.com/pipermail/sle-updates/attachments/20240909/4b782d7a/attachment.htm>
More information about the sle-updates
mailing list