Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cross-avr-binutils-2.41-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: cross-avr-binutils Distribution: openSUSE:Factory:zSystems
Version: 2.41 Vendor: openSUSE
Release: 1.1 Build date: Fri Nov 10 14:41:51 2023
Group: Development/Tools/Building Build host: s390zl26
Size: 16476645 Source RPM: cross-avr-binutils-2.41-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.gnu.org/software/binutils/
Summary: 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.

Provides

Requires

License

GFDL-1.3-only AND GPL-3.0-or-later

Changelog

* Thu Nov 09 2023 Michael Matz <matz@suse.com>
  - Add binutils-use-less-memory.diff to be a little nicer to 32bit
    userspace and huge links.  [bsc#1216908]
* Mon Sep 25 2023 Andreas Schwab <schwab@suse.de>
  - riscv-relro.patch: RISC-V: Protect .got with relro
* Thu Sep 14 2023 Michael Matz <matz@suse.com>
  - Add libzstd-devel to Requires of binutils-devel. (bsc#1215341)
* Wed Aug 16 2023 Michael Matz <matz@suse.com>
  - Update to version 2.41 [PED-5778]:
    * The MIPS port now supports the Sony Interactive Entertainment Allegrex
    processor, used with the PlayStation Portable, which implements the MIPS
    II ISA along with a single-precision FPU and a few implementation-specific
    integer instructions.
    * Objdump's --private option can now be used on PE format files to display the
    fields in the file header and section headers.
    * New versioned release of libsframe: libsframe.so.1.  This release introduces
    versioned symbols with version node name LIBSFRAME_1.0.  This release also
    updates the ABI in an incompatible way: this includes removal of
    sframe_get_funcdesc_with_addr API, change in the behavior of
    sframe_fre_get_ra_offset and sframe_fre_get_fp_offset APIs.
    * SFrame Version 2 is now the default (and only) format version supported by
    gas, ld, readelf and objdump.
    * Add command-line option, --strip-section-headers, to objcopy and strip to
    remove ELF section header from ELF file.
    * The RISC-V port now supports the following new standard extensions:
    - Zicond (conditional zero instructions)
    - Zfa (additional floating-point instructions)
    - Zvbb, Zvbc, Zvkg, Zvkned, Zvknh[ab], Zvksed, Zvksh, Zvkn, Zvknc, Zvkng,
      Zvks, Zvksc, Zvkg, Zvkt (vector crypto instructions)
    * The RISC-V port now supports the following vendor-defined extensions:
    - XVentanaCondOps
    * Add support for Intel FRED, LKGS and AMX-COMPLEX instructions.
    * A new .insn directive is recognized by x86 gas.
    * Add SME2 support to the AArch64 port.
    * The linker now accepts a command line option of --remap-inputs
    <PATTERN>=<FILE> to relace any input file that matches <PATTERN> with
    <FILE>.  In addition the option --remap-inputs-file=<FILE> can be used to
    specify a file containing any number of these remapping directives.
    * The linker command line option --print-map-locals can be used to include
    local symbols in a linker map.  (ELF targets only).
    * For most ELF based targets, if the --enable-linker-version option is used
    then the version of the linker will be inserted as a string into the .comment
    section.
    * The linker script syntax has a new command for output sections: ASCIZ "string"
    This will insert a zero-terminated string at the current location.
    * Add command-line option, -z nosectionheader, to omit ELF section
    header.
  - Removed obsolete patches: binutils-2.40-branch.diff.gz,
    riscv-dynamic-tls-reloc-pie.patch, riscv-pr22263-1.patch,
    extensa-gcc-4_3-fix.diff .
  - Add binutils-2.41-branch.diff.gz .
  - Add binutils-old-makeinfo.diff for SLE-12 and older.
  - Rebased aarch64-common-pagesize.patch and binutils-revert-rela.diff .
  - Contains fixes for these non-CVEs (not security bugs per upstreams
    SECURITY.md):
    * bsc#1209642 aka CVE-2023-1579 aka PR29988
    * bsc#1210297 aka CVE-2023-1972 aka PR30285
    * bsc#1210733 aka CVE-2023-2222 aka PR29936
    * bsc#1213458 aka CVE-2021-32256 aka PR105039 (gcc)
    * bsc#1214565 aka CVE-2020-19726 aka PR26240
    * bsc#1214567 aka CVE-2022-35206 aka PR29290
    * bsc#1214579 aka CVE-2022-35205 aka PR29289
    * bsc#1214580 aka CVE-2022-44840 aka PR29732
    * bsc#1214604 aka CVE-2022-45703 aka PR29799
    * bsc#1214611 aka CVE-2022-48065 aka PR29925
    * bsc#1214619 aka CVE-2022-48064 aka PR29922
    * bsc#1214620 aka CVE-2022-48063 aka PR29924
    * bsc#1214623 aka CVE-2022-47696 aka PR29677
    * bsc#1214624 aka CVE-2022-47695 aka PR29846
    * bsc#1214625 aka CVE-2022-47673 aka PR29876
* Thu Jul 13 2023 Michael Matz <matz@suse.com>
  - Add binutils-disable-dt-relr.sh for an compatibility problem
    caused by binutils-revert-rela.diff in SLE codestreams.
    Needed for update of glibc as that would otherwise pick up
    the broken relative relocs support.  [bsc#1213282, PED-1435]
  - This only existed only for a very short while in SLE-15, as the main
    variant in devel:gcc subsumed this in binutils-revert-rela.diff.
    Hence:
  - Remove binutils-disable-dt-relr.sh as subsumed.
* Tue May 30 2023 Andreas Schwab <schwab@suse.de>
  - riscv-dynamic-tls-reloc-pie.patch: Backport for PR ld/22263 and PR
    ld/25694
  - riscv-pr22263-1.patch: Backport for PR ld/22263
* Wed Apr 12 2023 Martin Liška <mliska@suse.cz>
  - Rebase branch patch (includes fix for PR30281).
* Tue Mar 21 2023 Martin Liška <mliska@suse.cz>
  - Document fixed CVEs:
    * bnc#1208037 aka CVE-2023-25588 aka PR29677
    * bnc#1208038 aka CVE-2023-25587 aka PR29846
    * bnc#1208040 aka CVE-2023-25585 aka PR29892
    * bnc#1208409 aka CVE-2023-0687 aka PR29444
* Thu Mar 16 2023 Richard Biener <rguenther@suse.com>
  - Enable bpf-none cross target and add bpf-none to the multitarget
    set of supported targets.
* Wed Mar 08 2023 Michael Matz <matz@suse.com>
  - Disable packed-relative-relocs for old codestreams.  They generate
    buggy relocations when binutils-revert-rela.diff is active.
    [bsc#1206556]
* Thu Feb 23 2023 Martin Liška <mliska@suse.cz>
  - Disable ZSTD debug section compress by default.
* Tue Feb 21 2023 Martin Liška <mliska@suse.cz>
  - Enable zstd compression algorithm (instead of zlib)
    for debug info sections by default.
* Mon Jan 30 2023 Martin Liška <mliska@suse.cz>
  - Pack libgprofng only for supported platforms.
* Fri Jan 27 2023 Martin Liška <mliska@suse.cz>
  - Remove upstreamed patch binutils-maxpagesize.diff.
* Fri Jan 27 2023 Martin Liška <mliska@suse.cz>
  - Rebase binutils-2.40-branch.diff.gz as it includes fix for PR30043.
  - Move libgprofng-related libraries to the proper locations (packages).
  - Add --without=bootstrap for skipping of bootstrap (faster testing
    of the package).
* Tue Jan 24 2023 Richard Biener <rguenther@suse.com>
  - Remove broken arm32-avoid-copyreloc.patch to fix [gcc#108515]
* Mon Jan 16 2023 Martin Liška <mliska@suse.cz>
  - Update to version 2.40:
    * Objdump has a new command line option --show-all-symbols which will make it
    display all symbols that match a given address when disassembling.  (Normally
    only the first symbol that matches an address is shown).
    * Add --enable-colored-disassembly configure time option to enable colored
    disassembly output by default, if the output device is a terminal.  Note,
    this configure option is disabled by default.
    * DCO signed contributions are now accepted.
    * objcopy --decompress-debug-sections now supports zstd compressed debug
    sections.  The new option --compress-debug-sections=zstd compresses debug
    sections with zstd.
    * addr2line and objdump --dwarf now support zstd compressed debug sections.
    * The dlltool program now accepts --deterministic-libraries and
    - -non-deterministic-libraries as command line options to control whether or
    not it generates deterministic output libraries.  If neither of these options
    are used the default is whatever was set when the binutils were configured.
    * readelf and objdump now have a newly added option --sframe which dumps the
    SFrame section.
    * Add support for Intel RAO-INT instructions.
    * Add support for Intel AVX-NE-CONVERT instructions.
    * Add support for Intel MSRLIST instructions.
    * Add support for Intel WRMSRNS instructions.
    * Add support for Intel CMPccXADD instructions.
    * Add support for Intel AVX-VNNI-INT8 instructions.
    * Add support for Intel AVX-IFMA instructions.
    * Add support for Intel PREFETCHI instructions.
    * Add support for Intel AMX-FP16 instructions.
    * gas now supports --compress-debug-sections=zstd to compress
    debug sections with zstd.
    * Add --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
    that selects the default compression algorithm
    for --enable-compressed-debug-sections.
    * Add support for various T-Head extensions (XTheadBa, XTheadBb, XTheadBs,
    XTheadCmo, XTheadCondMov, XTheadFMemIdx, XTheadFmv, XTheadInt, XTheadMemIdx,
    XTheadMemPair, XTheadMac, and XTheadSync) from version 2.0 of the T-Head
    ISA manual, which are implemented in the Allwinner D1.
    * Add support for the RISC-V Zawrs extension, version 1.0-rc4.
    * Add support for Cortex-X1C for Arm.
    * New command line option --gsframe to generate SFrame unwind information
    on x86_64 and aarch64 targets.
    * The linker has a new command line option to suppress the generation of any
    warning or error messages.  This can be useful when there is a need to create
    a known non-working binary.  The option is -w or --no-warnings.
    * ld now supports zstd compressed debug sections.  The new option
    - -compress-debug-sections=zstd compresses debug sections with zstd.
    * Add --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
    that selects the default compression algorithm
    for --enable-compressed-debug-sections.
    * Remove support for -z bndplt (MPX prefix instructions).
  - Rebased patches: add-ulp-section.diff, ld-relro.diff, binutils-revert-plt32-in-branches.diff,
    cross-avr-size.patch.
  - Removed patch: binutils-pr29482.diff.
  - New patch: extensa-gcc-4_3-fix.diff.
  - Includes fixes for these CVEs:
    * bnc#1206080 aka CVE-2022-4285 aka PR29699
  - Enable by default: --enable-colored-disassembly.
* Sat Dec 10 2022 Dirk Müller <dmueller@suse.com>
  - fix build on x86_64_vX platforms
* Tue Oct 25 2022 Michael Matz <matz@suse.com>
  - Add binutils-maxpagesize.diff for a problem on old code
    streams, where we would generate too large binaries.
* Tue Oct 25 2022 Andreas Schwab <schwab@suse.de>
  - s390-pic-dso.diff: use %pB instead of %B
* Mon Oct 17 2022 Michael Matz <matz@suse.com>
  - SLE toolchain update of binutils.  Update to 2.39 from 2.37,
    which means obsoleting and hence removing these patches:
    binutils-add-efi-aarch64-1.diff, binutils-add-efi-aarch64-2.diff,
    binutils-add-efi-aarch64-3.diff, binutils-fix-keepdebug.diff,
    binutils-add-z16-name.diff.
    Implements [jsc#SLE-25046, jsc#PED-2029, jsc#PED-2035, jsc#PED-2033,
    jsc#PED-2030, jsc#PED-2038, jsc#PED-2032, jsc#PED-2034, jsc#PED-2031,
    jsc#SLE-25047]
  - This fixes these CVEs relative to 2.37:
    [bsc#1188374, bsc#1185597] aka (GCC) PR99935 aka CVE-2021-3648
    [bsc#1193929] aka PR28694 aka CVE-2021-45078
    [bsc#1194783] aka (GCC) PR98886 aka CVE-2021-46195
    [bsc#1197592] aka (GCC) PR105039 aka CVE-2022-27943
    [bsc#1202966] aka PR29289 aka CVE-2022-38126
    [bsc#1202967] aka PR29290 aka CVE-2022-38127
    [bsc#1202969] aka CVE-2021-3826
* Fri Oct 14 2022 Dirk Müller <dmueller@suse.com>
  - add arm32-avoid-copyreloc.patch for PR16177 (bsc#1200962)
* Fri Aug 26 2022 Michael Matz <matz@suse.com>
  - Add binutils-pr29482.diff for PR29482, aka CVE-2022-38533
    [bsc#1202816]
* Wed Aug 10 2022 Martin Liška <mliska@suse.cz>
  - Rebase binutils-2.39-branch.diff.gz that contains fix for PR29451.
* Mon Aug 08 2022 Martin Liška <mliska@suse.cz>
  - Add binutils-2.39-branch.diff.gz.
  - Explicitly enable --enable-warn-execstack=yes and	--enable-warn-rwx-segments=yes.
  - Add gprofng subpackage.
* Sat Aug 06 2022 Martin Liška <mliska@suse.cz>
  - Update to binutils 2.39:
    * The ELF linker will now generate a warning message if the stack is made
      executable.  Similarly it will warn if the output binary contains a
      segment with all three of the read, write and execute permission
      bits set.  These warnings are intended to help developers identify
      programs which might be vulnerable to attack via these executable
      memory regions.
      The warnings are enabled by default but can be disabled via a command
      line option.  It is also possible to build a linker with the warnings
      disabled, should that be necessary.
    * The ELF linker now supports a --package-metadata option that allows
      embedding a JSON payload in accordance to the Package Metadata
      specification.
    * In linker scripts it is now possible to use TYPE=<type> in an output
      section description to set the section type value.
    * The objdump program now supports coloured/colored syntax
      highlighting of its disassembler output for some architectures.
      (Currently: AVR, RiscV, s390, x86, x86_64).
    * The nm program now supports a --no-weak/-W option to make it ignore
      weak symbols.
    * The readelf and objdump programs now support a -wE option to prevent
      them from attempting to access debuginfod servers when following
      links.
    * The objcopy program's --weaken, --weaken-symbol, and
    - -weaken-symbols options now works with unique symbols as well.
  - Rebase binutils-compat-old-behaviour.diff, binutils-revert-hlasm-insns.diff,
    binutils-revert-plt32-in-branches.diff and remove binutils-2.38-branch.diff.gz.
  - For now use --disable-gprofng.
  - Includes fixes for these CVEs:
    bnc#1142579 aka CVE-2019-1010204 aka PR23765
* Mon Jun 13 2022 Michael Matz <matz@suse.com>
  (Fake entry from SLE for tracking purposes:)
  - For building shim 15.6~rc1 (and later versions) aarch64 image, objcopy
    needs to support efi-app-aarch64 target. (bsc#1198458)
    Adds binutils-add-efi-aarch64-1.diff,
    binutils-add-efi-aarch64-2.diff, binutils-add-efi-aarch64-3.diff .
* Wed May 25 2022 Martin Liška <mliska@suse.cz>
  - Use https for variosu links.
* Wed May 25 2022 Martin Liška <mliska@suse.cz>
  - Update binutils-2.38-branch.diff.gz (to 93054037f1e304e)
    in order to include PR29087.
* Mon May 09 2022 Andreas Schwab <schwab@suse.de>
  - Enable multitarget build on riscv64
  - On SLE15 and later, use make -Oline to synchronize configure output by
    lines
* Fri May 06 2022 Michael Matz <matz@suse.com>
  (Fake entry from SLE for tracking purposes:)
  - Add binutils-fix-keepdebug.diff for fix bsc#1191908, a problem
    in crash not accepting some of our .ko.debug files.
* Wed May 04 2022 Martin Liška <mliska@suse.cz>
  - Renumber Sources.
* Wed May 04 2022 Martin Liška <mliska@suse.cz>
  - Fix ExcludeArch for ppc.
* Wed May 04 2022 Martin Liška <mliska@suse.cz>
  - Make multibuild utilize only the main binutils.spec file.
  - Remove not needed README.First-for.SUSE.packagers, pre_checkin.sh.
* Mon May 02 2022 Martin Liška <mliska@suse.cz>
  - Start using _multibuild for cross binutils.
* Mon Apr 25 2022 Michael Matz <matz@suse.com>
  - Add binutils-revert-rela.diff to revert back to old behaviour
    of not ignoring the in-section content of to be relocated
    fields on x86-64, even though that's a RELA architecture.
    Compatibility with buggy object files generated by old tools.
    [bsc#1198422]
    (forward port from SLE)
* Mon Apr 11 2022 Michael Matz <matz@suse.com>
  - Update binutils-2.38-branch.diff.gz (to c210342d7f5) to include
    recognition of 'z16' name for 'arch14' on s390.  [bsc#1198237]
* Mon Apr 11 2022 Michael Matz <matz@suse.com>
  (Fake entry from SLE for tracking purposes:)
  - Add binutils-add-z16-name.diff so that the now official name
    z16 for arch14 is recognized.  [bsc#1198237]
* Mon Mar 21 2022 Marcus Meissner <meissner@suse.com>
  - Add usage of a SUSE_ZNOW environment variable which allows switching
    on "-z now" by default using "export SUSE_ZNOW=1", similar to
    the SUSE_ASNEEDED variable.  Adds binutils-znow.patch.
* Thu Mar 10 2022 Wolfgang Bauer <wbauer@tmo.at>
  - Update binutils-skip-rpaths.patch: add back fix for boo#1191473,
    which got lost in the update to 2.38.
* Fri Mar 04 2022 Martin Liška <mliska@suse.cz>
  - Update binutils-2.38-branch.diff.gz in order to include PR28879.
* Tue Mar 01 2022 Michael Matz <matz@suse.com>
  - From Stefan Brüns <stefan.bruens@rwth-aachen.de>:
    * Install symlinks for all target specific tools on
      arm-eabi-none [bsc#1185712]
* Thu Feb 24 2022 Martin Liška <mliska@suse.cz>
  - Do not re-generate ld/ldlex.c, ld/ldgram.c, ld/ldgram.h and verify
    that corresponding flex/bison files are not modified by a patch.
* Thu Feb 24 2022 Martin Liška <mliska@suse.cz>
  - Use verbose mode for make for cross compilers.
* Wed Feb 23 2022 Michael Matz <matz@suse.com>
  - Make it build on SLE-11 again.
* Tue Feb 22 2022 Martin Liška <mliska@suse.cz>
  - Use verbose mode for make.
* Sat Feb 12 2022 Martin Liška <mliska@suse.cz>
  - 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
      default is to allow them.  Setting the option to "warn" will generate a
      warning message whenever any multibyte character is encountered.  Using the
      option to "warn-sym-only" will make the assembler generate a warning whenever a
      symbol is defined containing multibyte characters.  (References to undefined
      symbols will not generate warnings).
    * Outputs of .ds.x directive and .tfloat directive with hex input from
      x86 assembler have been reduced from 12 bytes to 10 bytes to match the
      output of .tfloat directive.
    * Add support for 'armv8.8-a', 'armv9-a', 'armv9.1-a', 'armv9.2-a' and
      'armv9.3-a' for -march in AArch64 GAS.
    * Add support for 'armv8.7-a', 'armv8.8-a', 'armv9-a', 'armv9.1-a',
      'armv9.2-a' and 'armv9.3-a' for -march in Arm GAS.
    * Add support for Intel AVX512_FP16 instructions.
    * Add -z pack-relative-relocs/-z no pack-relative-relocs to x86 ELF
      linker to pack relative relocations in the DT_RELR section.
    * Add support for the LoongArch architecture.
    * Add -z indirect-extern-access/-z noindirect-extern-access to x86 ELF
      linker to control canonical function pointers and copy relocation.
    * Add --max-cache-size=SIZE to set the the maximum cache size to SIZE
      bytes.
  - Add binutils-2.38-branch.diff.gz.
  - Removed deletion of man pages as they should be properly packages
    in tarball.
  - Rebased patches: aarch64-common-pagesize.patch, add-ulp-section.diff,
    binutils-bfd_h.patch, binutils-revert-nm-symversion.diff,
    binutils-revert-plt32-in-branches.diff, binutils-skip-rpaths.patch
    and binutils-compat-old-behaviour.diff.
* Fri Feb 04 2022 Matwey Kornilov <matwey.kornilov@gmail.com>
  - Enable PRU architecture for AM335x CPU (Beagle Bone Black board)
* Thu Jan 27 2022 Dirk Müller <dmueller@suse.com>
  - use fdupes on datadir
  - remove RPM_BUILD_ROOT usage and other cleanups
* Fri Nov 12 2021 Martin Liška <mliska@suse.cz>
  - Rebase binutils-2.37-branch.diff: fixes PR28494.
* Fri Nov 05 2021 Michael Matz <matz@suse.com>
  - Add binutils-revert-hlasm-insns.diff for compatibility on old
    code stream that expect 'brcl 0,label' to not be disassembled
    as 'jgnop label' on s390x.  [bsc#1192267]
* Wed Nov 03 2021 Martin Liška <mliska@suse.cz>
  - Rebase binutils-2.37-branch.diff: fixes PR28523 aka boo#1188941.
* Tue Nov 02 2021 Michael Matz <matz@suse.com>
  - Fix empty man-pages from broken release tarball [PR28144].
* Mon Nov 01 2021 Martin Liška <mliska@suse.cz>
  - Update binutils-skip-rpaths.patch with contained a memory corruption
    (boo#1191473).
* Fri Oct 08 2021 Michael Matz <matz@suse.com>
  - Configure with --disable-x86-used-note on old code streams.
  - Disable libalternatives temporarily for build cycle reasons.
  - make TARGET-bfd=headers again, we patch bfd-in.h
  - This state submitted to SLE12 and SLE15 code streams for annual
    toolchain update. [jsc#PM-2767, jsc#SLE-21561, jsc#SLE-19618]
  - Bump binutils-2.37-branch.diff to 66d5c7003, to include fixes for
    PR28422, PR28192, PR28391.  Also adds some s390x arch14
    instructions [jsc#SLE-18637].
* Fri Sep 10 2021 Stefan Schubert schubi@suse.de
  - Using libalternatives instead of update-alternatives.
* Wed Sep 08 2021 Michael Matz <matz@suse.com>
  - Adjust for testsuite fails on older products that configure
    binutils in different ways, adds  binutils-compat-old-behaviour.diff
    and adjusts binutils-revert-nm-symversion.diff and
    binutils-revert-plt32-in-branches.diff.
* Tue Aug 03 2021 Martin Liška <mliska@suse.cz>
  - Bump binutils-2.37-branch.diff: fixes PR28138.
* Thu Jul 22 2021 Martin Liška <mliska@suse.cz>
  - Use LTO & PGO build.
* Thu Jul 22 2021 Martin Liška <mliska@suse.cz>
  - Update to binutils 2.37:
    * The GNU Binutils sources now requires a C99 compiler and library to
      build.
    * Support for the arm-symbianelf format has been removed.
    * Support for Realm Management Extension (RME) for AArch64 has been
      added.
    * A new linker option '-z report-relative-reloc' for x86 ELF targets
      has been added to report dynamic relative relocations.
    * A new linker option '-z start-stop-gc' has been added to disable
      special treatment of __start_*/__stop_* references when
    - -gc-sections.
    * A new linker options '-Bno-symbolic' has been added which will
      cancel the '-Bsymbolic' and '-Bsymbolic-functions' options.
    * The readelf tool has a new command line option which can be used to
      specify how the numeric values of symbols are reported.
    - -sym-base=0|8|10|16 tells readelf to display the values in base 8,
      base 10 or base 16.  A sym base of 0 represents the default action
      of displaying values under 10000 in base 10 and values above that in
      base 16.
    * A new format has been added to the nm program.  Specifying
      '--format=just-symbols' (or just using -j) will tell the program to
      only display symbol names and nothing else.
    * A new command line option '--keep-section-symbols' has been added to
      objcopy and strip.  This stops the removal of unused section symbols
      when the file is copied.  Removing these symbols saves space, but
      sometimes they are needed by other tools.
    * The '--weaken', '--weaken-symbol' and '--weaken-symbols' options
      supported by objcopy now make undefined symbols weak on targets that
      support weak symbols.
    * Readelf and objdump can now display and use the contents of .debug_sup
      sections.
    * Readelf and objdump will now follow links to separate debug info
      files by default.  This behaviour can be stopped via the use of the
      new '-wN' or '--debug-dump=no-follow-links' options for readelf and
      the '-WN' or '--dwarf=no-follow-links' options for objdump.  Also
      the old behaviour can be restored by the use of the
      '--enable-follow-debug-links=no' configure time option.
      The semantics of the =follow-links option have also been slightly
      changed.  When enabled, the option allows for the loading of symbol
      tables and string tables from the separate files which can be used
      to enhance the information displayed when dumping other sections,
      but it does not automatically imply that information from the
      separate files should be displayed.
      If other debug section display options are also enabled (eg
      '--debug-dump=info') then the contents of matching sections in both
      the main file and the separate debuginfo file *will* be displayed.
      This is because in most cases the debug section will only be present
      in one of the files.
      If however non-debug section display options are enabled (eg
      '--sections') then the contents of matching parts of the separate
      debuginfo file will *not* be displayed.  This is because in most
      cases the user probably only wanted to load the symbol information
      from the separate debuginfo file.  In order to change this behaviour
      a new command line option --process-links can be used.  This will
      allow di0pslay options to applied to both the main file and any
      separate debuginfo files.
    * Nm has a new command line option: '--quiet'.  This suppresses "no
      symbols" diagnostic.
  - Includes fixes for these CVEs:
    bnc#1181452 aka CVE-2021-20197 aka PR26945
    bnc#1183511 aka CVE-2021-20284 aka PR26931
    bnc#1184519 aka CVE-2021-20294 aka PR26929
    bnc#1184620 aka CVE-2021-3487 aka PR26946
    bnc#1184794 aka CVE-2020-35448 aka PR26574
  - Also fixes:
    bsc#1183909 - slow performance of stripping some binaries
  - Rebased patches: binutils-build-as-needed.diff, binutils-fix-abierrormsg.diff,
    binutils-fix-invalid-op-errata.diff, binutils-fix-relax.diff,
    binutils-revert-nm-symversion.diff, binutils-revert-plt32-in-branches.diff
  - Removed patches (are in upstream): ppc-ensure-undef-dynamic-weak-undefined.patch and
    ppc-use-local-plt.patch.
  - Add binutils-2.37-branch.diff.gz.
* Fri May 07 2021 Andreas Schwab <schwab@suse.de>
  - ppc-ensure-undef-dynamic-weak-undefined.patch: PPC: ensure_undef_dynamic
    on weak undef only in plt
  - ppc-use-local-plt.patch: PowerPC use_local_plt (prerequisite for above
    patch)
* Fri Mar 26 2021 Martin Liška <mliska@suse.cz>
  - Update 2.36 branch diff which fixes PR27587.
* Wed Mar 03 2021 Martin Liška <mliska@suse.cz>
  - Do not run make TARGET-bfd=headers separately.
* Mon Mar 01 2021 Martin Liška <mliska@suse.cz>
  - Bump 2.36 branch diff (includes fix for PR27441 aka bsc#1182252).
* Thu Feb 04 2021 Martin Liška <mliska@suse.cz>
  - Bump 2.36 branch diff.
* Wed Feb 03 2021 Martin Liška <mliska@suse.cz>
  - Update 2.36 branch diff which should fix PR27311 completely.
    It fixes also PR27284.
  - Remove temporary fix 0001-PR27311-ld.bfd-symbol-from-plugin-undefined-referenc.patch.
* Tue Feb 02 2021 Martin Liška <mliska@suse.cz>
  - Add temporary upstream fix for PR27311
    0001-PR27311-ld.bfd-symbol-from-plugin-undefined-referenc.patch.
* Sun Jan 24 2021 Martin Liška <mliska@suse.cz>
  - Update to binutils 2.36:
    New features in the Assembler:
      General:
    * When setting the link order attribute of ELF sections, it is now
      possible to use a numeric section index instead of symbol name.
    * Added a .nop directive to generate a single no-op instruction in
      a target neutral manner.  This instruction does have an effect on
      DWARF line number generation, if that is active.
    * Removed --reduce-memory-overheads and --hash-size as gas now
      uses hash tables that can be expand and shrink automatically.
      X86/x86_64:
    * Add support for AVX VNNI, HRESET, UINTR, TDX, AMX and Key
      Locker instructions.
    * Support non-absolute segment values for lcall and ljmp.
    * Add {disp16} pseudo prefix to x86 assembler.
    * Configure with --enable-x86-used-note by default for Linux/x86.
      ARM/AArch64:
    * Add support for Cortex-A78, Cortex-A78AE and Cortex-X1,
      Cortex-R82, Neoverse V1, and Neoverse N2 cores.
    * Add support for ETMv4 (Embedded Trace Macrocell), ETE (Embedded
      Trace Extension), TRBE (Trace Buffer Extension), CSRE (Call
      Stack Recorder Extension) and BRBE (Branch Record Buffer
      Extension) system registers.
    * Add support for Armv8-R and Armv8.7-A ISA extensions.
    * Add support for DSB memory nXS barrier, WFET and WFIT
      instruction for Armv8.7.
    * Add support for +csre feature for -march. Add CSR PDEC
      instruction for CSRE feature in AArch64.
    * Add support for +flagm feature for -march in Armv8.4 AArch64.
    * Add support for +ls64 feature for -march in Armv8.7
      AArch64. Add atomic 64-byte load/store instructions for this
      feature.
    * Add support for +pauth (Pointer Authentication) feature for
    - march in AArch64.
      New features in the Linker:
    * Add --error-handling-script=<NAME> command line option to allow
      a helper script to be invoked when an undefined symbol or a
      missing library is encountered.  This option can be suppressed
      via the configure time switch: --enable-error-handling-script=no.
    * Add -z x86-64-{baseline|v[234]} to the x86 ELF linker to mark
      x86-64-{baseline|v[234]} ISA level as needed.
    * Add -z unique-symbol to avoid duplicated local symbol names.
    * The creation of PE format DLLs now defaults to using a more
      secure set of DLL characteristics.
    * The linker now deduplicates the types in .ctf sections.  The new
      command-line option --ctf-share-types describes how to do this:
      its default value, share-unconflicted, produces the most compact
      output.
    * The linker now omits the "variable section" from .ctf sections
      by default, saving space.  This is almost certainly what you
      want unless you are working on a project that has its own
      analogue of symbol tables that are not reflected in the ELF
      symtabs.
    New features in other binary tools:
    * The ar tool's previously unused l modifier is now used for
      specifying dependencies of a static library. The arguments of
      this option (or --record-libdeps long form option) will be
      stored verbatim in the __.LIBDEP member of the archive, which
      the linker may read at link time.
    * Readelf can now display the contents of LTO symbol table
      sections when asked to do so via the --lto-syms command line
      option.
    * Readelf now accepts the -C command line option to enable the
      demangling of symbol names.  In addition the --demangle=<style>,
    - -no-demangle, --recurse-limit and --no-recurse-limit options
      are also now availale.
  - Includes fixes for these CVEs:
    bnc#1179898 aka CVE-2020-16590 aka PR25821
    bnc#1179899 aka CVE-2020-16591 aka PR25822
    bnc#1179900 aka CVE-2020-16592 aka PR25823
    bnc#1179901 aka CVE-2020-16593 aka PR25827
    bnc#1179902 aka CVE-2020-16598 aka PR25840
    bnc#1179903 aka CVE-2020-16599 aka PR25842
    bnc#1180451 aka CVE-2020-35493 aka PR25307
    bnc#1180454 aka CVE-2020-35496 aka PR25308
    bnc#1180461 aka CVE-2020-35507 aka PR25308
  - Rebase the following patches:
    * binutils-fix-relax.diff
    * binutils-revert-nm-symversion.diff
    * binutils-revert-plt32-in-branches.diff
  - Add missing dependency on bc (ld.gold testsuite uses it).
  - Use --enable-obsolete for cross builds as ia64 is deprecated now.
  - Add binutils-2.36-branch.diff.gz.
* Fri Dec 04 2020 Michael Matz <matz@suse.com>
  - Add binutils-fix-relax.diff to fix linking relaxation problems
    with old object files hitting some enterprise software. [bsc#1179341]
* Mon Nov 23 2020 Michael Matz <matz@suse.com>
  - Update binutils-2.35-branch.diff.gz to commit 1c5243df:
    * Fixes PR26520, aka [bsc#1179036], a problem in addr2line with
      certain DWARF variable descriptions.
    * Also fixes PR26711, PR26656, PR26655, PR26929, PR26808, PR25878,
      PR26740, PR26778, PR26763, PR26685, PR26699, PR26902, PR26869,
      PR26711
    * The above includes fixes for dwo files produced by modern dwp,
      fixing several problems in the DWARF reader.
* Mon Oct 12 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Reapply spec file cleanup from format_spec_file
  - Remove a SLE10 version check
* Mon Sep 21 2020 Martin Liška <mliska@suse.cz>
  - Update to 2.35.1 and rebased branch diff:
    * This is a point release over the previous 2.35 version, containing bug
    fixes, and as an exception to the usual rule, one new feature.  The
    new feature is the support for a new directive in the assembler:
    ".nop".  This directive creates a single no-op instruction in whatever
    encoding is correct for the target architecture.  Unlike the .space or
    .fill this is a real instruction, and it does affect the generation of
    DWARF line number tables, should they be enabled.
* Tue Sep 15 2020 matz@suse.com
  - Update binutils-2.35-branch.diff.gz to commit 23f268a0:
    * Add xBPF target
    * Fix various problems with DWARF 5 support in gas
  - Toolchain module update for SLE15 [jsc#ECO-2373]
  - Includes changes that were SLE-only in binutils-add-z15-name.diff
    for [bsc#1160590, jsc#SLE-7903 aka jsc#SLE-7464]
  - Amend binutils-revert-plt32-in-branches.diff to adjust also new
    testcases.
* Sat Aug 15 2020 Martin Liška <mliska@suse.cz>
  - Add binutils-2.35-branch.diff.gz: it includes fix for
    nm -B for objects compiled with -flto and -fcommon.
* Fri Aug 07 2020 matz@suse.com
  - Add binutils-revert-nm-symversion.diff to be compatible with old
    output of nm relied on in scripts.
  - Add binutils-fix-abierrormsg.diff to work around an eager (new)
    error message occuring without inputs and as-needed (affects
    nvme-cli build).
* Fri Jul 24 2020 Martin Liška <mliska@suse.cz>
  - Update to binutils 2.35:
    * The asseembler can now produce DWARF-5 format line number tables.
    * Readelf now has a "lint" mode to enable extra checks of the files it is processing.
    * Readelf will now display "[...]" when it has to truncate a symbol name.
      The old behaviour - of displaying as many characters as possible, up to
      the 80 column limit - can be restored by the use of the --silent-truncation
      option.
    * The linker can now produce a dependency file listing the inputs that it
      has processed, much like the -M -MP option supported by the compiler.
  - Regenerate add-ulp-section.diff with -p1 due to a fuzzing issue.
  - Remove binutils-2.34-branch.diff.gz.
  - Regenerate binutils-build-as-needed.diff due to a fuzzing issue.
  - Regenerate binutils-fix-invalid-op-errata.diff as one hunk was upstreamed.
  - Remove upstreamed patch binutils-pr25593.diff.
  - Regenerate unit-at-a-time.patch due to a fuzzing issue.
  - Regenerate binutils-revert-plt32-in-branches.diff.
* Wed Mar 25 2020 Martin Liška <mliska@suse.cz>
  - Update binutils-2.34-branch.diff.gz.
* Fri Feb 28 2020 Martin Liška <mliska@suse.cz>
  - Remove fix-try_load_plugin.patch as it is part
    of the updated binutils-2.34-branch.diff.gz patch.
* Wed Feb 26 2020 Richard Biener <rguenther@suse.com>
  - Add binutils-pr25593.diff to fix DT_NEEDED order with -flto
    [bsc#1163744]
* Tue Feb 18 2020 Martin Liška <mliska@suse.cz>
  - Update fix-try_load_plugin.patch to latest version.
* Tue Feb 18 2020 Martin Liška <mliska@suse.cz>
  - Add fix-try_load_plugin.patch in order to fix fallback caused
    by backport for PR25355.
* Sat Feb 01 2020 Martin Liška <mliska@suse.cz>
  - Update to binutils 2.34:
    * The disassembler (objdump --disassemble) now has an option to
      generate ascii art thats show the arcs between that start and end
      points of control flow instructions.
    * The binutils tools now have support for debuginfod.  Debuginfod is a
      HTTP service for distributing ELF/DWARF debugging information as
      well as source code.  The tools can now connect to debuginfod
      servers in order to download debug information about the files that
      they are processing.
    * The assembler and linker now support the generation of ELF format
      files for the Z80 architecture.
  - Rename and get binutils-2.34-branch.diff.gz (boo#1160254).
  - Rebase add-ulp-section.diff, binutils-revert-plt32-in-branches.diff,
    cross-avr-size.patch and binutils-skip-rpaths.patch.
  - Add new subpackages for libctf and libctf-nobfd.
  - Disable LTO due to boo#1163333.
  - Includes fixes for these CVEs:
    bnc#1153768 aka CVE-2019-17451 aka PR25070
    bnc#1153770 aka CVE-2019-17450 aka PR25078
* Tue Jan 07 2020 Andreas Schwab <schwab@suse.de>
  - Disable LTO during testsuite run

Files

/usr/avr
/usr/avr/bin
/usr/avr/bin/ar
/usr/avr/bin/as
/usr/avr/bin/ld
/usr/avr/bin/ld.bfd
/usr/avr/bin/nesc-as
/usr/avr/bin/nm
/usr/avr/bin/objcopy
/usr/avr/bin/objdump
/usr/avr/bin/ranlib
/usr/avr/bin/readelf
/usr/avr/bin/strip
/usr/avr/lib
/usr/avr/lib/ldscripts
/usr/avr/lib/ldscripts/avr1.x
/usr/avr/lib/ldscripts/avr1.xbn
/usr/avr/lib/ldscripts/avr1.xe
/usr/avr/lib/ldscripts/avr1.xn
/usr/avr/lib/ldscripts/avr1.xr
/usr/avr/lib/ldscripts/avr1.xu
/usr/avr/lib/ldscripts/avr2.x
/usr/avr/lib/ldscripts/avr2.xbn
/usr/avr/lib/ldscripts/avr2.xe
/usr/avr/lib/ldscripts/avr2.xn
/usr/avr/lib/ldscripts/avr2.xr
/usr/avr/lib/ldscripts/avr2.xu
/usr/avr/lib/ldscripts/avr25.x
/usr/avr/lib/ldscripts/avr25.xbn
/usr/avr/lib/ldscripts/avr25.xe
/usr/avr/lib/ldscripts/avr25.xn
/usr/avr/lib/ldscripts/avr25.xr
/usr/avr/lib/ldscripts/avr25.xu
/usr/avr/lib/ldscripts/avr3.x
/usr/avr/lib/ldscripts/avr3.xbn
/usr/avr/lib/ldscripts/avr3.xe
/usr/avr/lib/ldscripts/avr3.xn
/usr/avr/lib/ldscripts/avr3.xr
/usr/avr/lib/ldscripts/avr3.xu
/usr/avr/lib/ldscripts/avr31.x
/usr/avr/lib/ldscripts/avr31.xbn
/usr/avr/lib/ldscripts/avr31.xe
/usr/avr/lib/ldscripts/avr31.xn
/usr/avr/lib/ldscripts/avr31.xr
/usr/avr/lib/ldscripts/avr31.xu
/usr/avr/lib/ldscripts/avr35.x
/usr/avr/lib/ldscripts/avr35.xbn
/usr/avr/lib/ldscripts/avr35.xe
/usr/avr/lib/ldscripts/avr35.xn
/usr/avr/lib/ldscripts/avr35.xr
/usr/avr/lib/ldscripts/avr35.xu
/usr/avr/lib/ldscripts/avr4.x
/usr/avr/lib/ldscripts/avr4.xbn
/usr/avr/lib/ldscripts/avr4.xe
/usr/avr/lib/ldscripts/avr4.xn
/usr/avr/lib/ldscripts/avr4.xr
/usr/avr/lib/ldscripts/avr4.xu
/usr/avr/lib/ldscripts/avr5.x
/usr/avr/lib/ldscripts/avr5.xbn
/usr/avr/lib/ldscripts/avr5.xe
/usr/avr/lib/ldscripts/avr5.xn
/usr/avr/lib/ldscripts/avr5.xr
/usr/avr/lib/ldscripts/avr5.xu
/usr/avr/lib/ldscripts/avr51.x
/usr/avr/lib/ldscripts/avr51.xbn
/usr/avr/lib/ldscripts/avr51.xe
/usr/avr/lib/ldscripts/avr51.xn
/usr/avr/lib/ldscripts/avr51.xr
/usr/avr/lib/ldscripts/avr51.xu
/usr/avr/lib/ldscripts/avr6.x
/usr/avr/lib/ldscripts/avr6.xbn
/usr/avr/lib/ldscripts/avr6.xe
/usr/avr/lib/ldscripts/avr6.xn
/usr/avr/lib/ldscripts/avr6.xr
/usr/avr/lib/ldscripts/avr6.xu
/usr/avr/lib/ldscripts/avrtiny.x
/usr/avr/lib/ldscripts/avrtiny.xbn
/usr/avr/lib/ldscripts/avrtiny.xe
/usr/avr/lib/ldscripts/avrtiny.xn
/usr/avr/lib/ldscripts/avrtiny.xr
/usr/avr/lib/ldscripts/avrtiny.xu
/usr/avr/lib/ldscripts/avrxmega1.x
/usr/avr/lib/ldscripts/avrxmega1.xbn
/usr/avr/lib/ldscripts/avrxmega1.xe
/usr/avr/lib/ldscripts/avrxmega1.xn
/usr/avr/lib/ldscripts/avrxmega1.xr
/usr/avr/lib/ldscripts/avrxmega1.xu
/usr/avr/lib/ldscripts/avrxmega2.x
/usr/avr/lib/ldscripts/avrxmega2.xbn
/usr/avr/lib/ldscripts/avrxmega2.xe
/usr/avr/lib/ldscripts/avrxmega2.xn
/usr/avr/lib/ldscripts/avrxmega2.xr
/usr/avr/lib/ldscripts/avrxmega2.xu
/usr/avr/lib/ldscripts/avrxmega3.x
/usr/avr/lib/ldscripts/avrxmega3.xbn
/usr/avr/lib/ldscripts/avrxmega3.xe
/usr/avr/lib/ldscripts/avrxmega3.xn
/usr/avr/lib/ldscripts/avrxmega3.xr
/usr/avr/lib/ldscripts/avrxmega3.xu
/usr/avr/lib/ldscripts/avrxmega4.x
/usr/avr/lib/ldscripts/avrxmega4.xbn
/usr/avr/lib/ldscripts/avrxmega4.xe
/usr/avr/lib/ldscripts/avrxmega4.xn
/usr/avr/lib/ldscripts/avrxmega4.xr
/usr/avr/lib/ldscripts/avrxmega4.xu
/usr/avr/lib/ldscripts/avrxmega5.x
/usr/avr/lib/ldscripts/avrxmega5.xbn
/usr/avr/lib/ldscripts/avrxmega5.xe
/usr/avr/lib/ldscripts/avrxmega5.xn
/usr/avr/lib/ldscripts/avrxmega5.xr
/usr/avr/lib/ldscripts/avrxmega5.xu
/usr/avr/lib/ldscripts/avrxmega6.x
/usr/avr/lib/ldscripts/avrxmega6.xbn
/usr/avr/lib/ldscripts/avrxmega6.xe
/usr/avr/lib/ldscripts/avrxmega6.xn
/usr/avr/lib/ldscripts/avrxmega6.xr
/usr/avr/lib/ldscripts/avrxmega6.xu
/usr/avr/lib/ldscripts/avrxmega7.x
/usr/avr/lib/ldscripts/avrxmega7.xbn
/usr/avr/lib/ldscripts/avrxmega7.xe
/usr/avr/lib/ldscripts/avrxmega7.xn
/usr/avr/lib/ldscripts/avrxmega7.xr
/usr/avr/lib/ldscripts/avrxmega7.xu
/usr/bin/avr-addr2line
/usr/bin/avr-ar
/usr/bin/avr-as
/usr/bin/avr-elfedit
/usr/bin/avr-gprof
/usr/bin/avr-ld
/usr/bin/avr-ld.bfd
/usr/bin/avr-nesc-as
/usr/bin/avr-nm
/usr/bin/avr-objcopy
/usr/bin/avr-objdump
/usr/bin/avr-ranlib
/usr/bin/avr-readelf
/usr/bin/avr-size
/usr/bin/avr-strings
/usr/bin/avr-strip


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024