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

binutils-2.36.1-1.1.mga8 RPM for i586

From Mageia 8 for i586 / media / core / updates

Name: binutils Distribution: Mageia
Version: 2.36.1 Vendor: Mageia.Org
Release: 1.1.mga8 Build date: Sat Jul 10 16:29:29 2021
Group: Development/Other Build host: localhost
Size: 26512294 Source RPM: binutils-2.36.1-1.1.mga8.src.rpm
Packager: tmb <tmb>
Url: https://www.gnu.org/software/binutils/
Summary: GNU Binary Utility Development Utilities
Binutils is a collection of binary utilities, including:

   * ar: creating modifying and extracting from archives
   * nm: for listing symbols from object files
   * objcopy: for copying and translating object files
   * objdump: for displaying information from object files
   * ranlib: for generating an index for the contents of an archive
   * size: for listing the section sizes of an object or archive file
   * strings: for listing printable strings from files
   * strip: for discarding symbols (a filter for demangling encoded C++ symbols
   * addr2line: for converting addresses to file and line
   * nlmconv: for converting object code into an NLM

Install binutils if you need to perform any of these types of actions on
binary files.  Most programmers will want to install binutils.

Provides

Requires

License

GPLv3+

Changelog

* Sat Jul 10 2021 tmb <tmb> 1:2.36.1-1.1.mga8
  + Revision: 1735616
  - fix parsing of DWARF fuction and variable tags [BZ #27484]
  - fix quadratic slow down in the BFD library [BZ #28058]
  - arm: dont treat XScale features as part of the FPU [BZ #28031]
  - update to 2.26.1 from Cauldron (CVE-2021-3487, CVE-2021-20197, mga#28305)
* Sat Jan 30 2021 tmb <tmb> 1:2.35.2-1.mga8
  + Revision: 1674082
  - update to 2.35.2
    * drop merged fixes
* Sun Jan 03 2021 tmb <tmb> 1:2.35.1-6.mga8
  + Revision: 1668394
  - nm: Remove --with-symbol-versions [PR binutils/26302]
  - elf: Keep only one '@' for undefined versioned symbols [PR ld/26382]
  - nm -P portable output format regression [PR binutils/27128]
* Wed Dec 09 2020 tmb <tmb> 1:2.35.1-5.mga8
  + Revision: 1654771
  - x86-64: Convert load to mov only for GOTPCRELX relocations (PR ld/27016)
* Thu Nov 26 2020 tmb <tmb> 1:2.35.1-4.mga8
  + Revision: 1649544
  - asan: readelf: fix stack buffer overflow [PR 26929]
* Sun Nov 22 2020 tmb <tmb> 1:2.35.1-3.mga8
  + Revision: 1648379
  - testbuild with glibc 2.32
* Sat Nov 21 2020 tv <tv> 1:2.35.1-2.mga8
  + Revision: 1648212
  - Do not create PLT entries for AARCH64 IFUNC symbols referenced in debug sections
  - Fix handling of relocations for AArch64 conditional branches
    (and a cople less untested testcases too)
  - FC has dropped binutils-do-not-provide-shared-section-symbols.patch & binutils-2.28-ignore-gold-duplicates.patch
    thus unexpected failures go down from 71 to 4
* Fri Nov 20 2020 tmb <tmb> 1:2.35.1-1.mga8
  + Revision: 1648041
  - update to 2.35.1 + 2.35 branch fixes as of 2020-11-20
* Mon Nov 16 2020 tmb <tmb> 1:2.34-15.mga8
  + Revision: 1646729
  - Fix the ARM assembler to generate a Realtime profile for armv8-r [PR 25992]
  - Prevent a potential use-after-fee memory corruption bug in the linker
    (for PE format files) [PR 25993]
  - gas: Fix checking for backwards .org with negative offset
  - aarch64: set sh_entsize of .plt to 0
  - x86: Properly merge -z ibt and -z shstk
* Mon May 18 2020 tmb <tmb> 1:2.34-14.mga8
  + Revision: 1585980
  - verify fixed binutils
* Mon May 18 2020 tmb <tmb> 1:2.34-13.mga8
  + Revision: 1585966
  - re-enable: gas: Fix tight loop on recursively-defined symbols,
    along with a follow-up fix for missing LOCAL_SYMBOL_CHECK
* Sun May 17 2020 tmb <tmb> 1:2.34-12.mga8
  + Revision: 1585711
  - revert: 'gas: Fix tight loop on recursively-defined symbols'
* Sat May 16 2020 tmb <tmb> 1:2.34-11.mga8
  + Revision: 1584734
  - gas: Fix tight loop on recursively-defined symbols
* Thu May 07 2020 tmb <tmb> 1:2.34-10.mga8
  + Revision: 1581490
  - gas: Fix scalar vmul inside it block when assembling for MVE [PR 25863]
* Tue May 05 2020 tmb <tmb> 1:2.34-9.mga8
  + Revision: 1580445
  - Fix dwarf.c build with GCC 10
  - Include: Sync lto-symtab.h and plugin-api.h with GCC
  - Silence warnings due to plugin API change
  - plugin: Use LDPT_ADD_SYMBOLS_V2 to get symbol type
  - plugin: Don't invoke LTO-wrapper
  - include: Sync lto-symtab.h and plugin-api.h with GCC
  - Arm: Fix thumb2 PLT branch offsets
  - Arm: Fix LSB of GOT for Thumb2 only PLT
  - BFD: Exclude sections with no content from compress check
* Tue Mar 24 2020 tmb <tmb> 1:2.34-7.mga8
  + Revision: 1559516
  - bfd: Change num_group to unsigned int
* Fri Mar 20 2020 tmb <tmb> 1:2.34-6.mga8
  + Revision: 1558339
  - Import fixes for using the LTO plugin with nm.
  - plugin: Call dlclose before return in try_load_plugin
  - PR25585, PHDR segment not covered by LOAD segment
  - Don't call lto-wrapper for ar and ranlib
  - Re: PR24511, nm should not mark symbols in .init_array as "t"
  - Adjust PR25355 testcase
  - gas, arm: PR25660 Fix vadd/vsub with lt and le condition codes for MVE
  - gas, arm: Fix bad backport of PR25660
* Fri Feb 21 2020 umeabot <umeabot> 1:2.34-5.mga8
  + Revision: 1547897
  - Mageia 8 Mass Rebuild
* Thu Feb 13 2020 tmb <tmb> 1:2.34-4.mga8
  + Revision: 1513435
  - PR 25447: fix a potential illegal memory access when parsing PE binaries
* Mon Feb 10 2020 tmb <tmb> 1:2.34-3.mga8
  + Revision: 1488632
  - Mention x86 assembler options to align branches
  - aarch64: Fix MOVPRFX markup for bf16 conversions
  - x86: Accept Intel64 only instruction by default
* Mon Feb 03 2020 tmb <tmb> 1:2.34-2.mga8
  + Revision: 1486583
  - filter out self-requires on devel(libbfd in devel package
* Sun Feb 02 2020 tmb <tmb> 1:2.34-1.mga8
  + Revision: 1486458
  - update to 2.34
    * drop merged patch
  - update filelists
  + wally <wally>
  - replace deprecated %configure2_5x
* Tue Oct 15 2019 tmb <tmb> 1:2.33.1-2.mga8
  + Revision: 1453876
  - Arm: Fix out of range conditional branch [PR/24991]
* Sat Oct 12 2019 tmb <tmb> 1:2.33.1-1.mga8
  + Revision: 1452406
  - update to 2.33.1
    * drop merges patches
* Sun Sep 08 2019 tmb <tmb> 1:2.32-17.mga8
  + Revision: 1438570
  - PR24909, Uninitialized use on stack in readelf
  - PR24911, Heap overflow issue in qsort_r, dwarf.c
  - [AArch64][gas] Update MTE system register encodings
  - AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
  - Arm: Fix performance issue with thumb-2 tailcalls
* Thu Aug 29 2019 tv <tv> 1:2.32-16.mga8
  + Revision: 1435156
  - Disable the default generation of compressed debug sections that rpm/dwz
    doesn't like (rhbz#1366182)
    aka solves some rpm testsuite failures due to "DWARF version 0 unhandled"
* Tue Aug 13 2019 tmb <tmb> 1:2.32-15.mga8
  + Revision: 1429119
  - rebuild with gcc 9.2
* Sat Aug 03 2019 tmb <tmb> 1:2.32-14.mga8
  + Revision: 1427189
  - [AArch64] Add support for GMID_EL1 register for +memtag
  - [ARM]: Correct the regular expressions in cmse_main_sec_debug.d file
  - getstring: check bounds before using [PR23940]
* Sat Jul 13 2019 tmb <tmb> 1:2.32-12.mga8
  + Revision: 1420993
  - aarch64: add STO_AARCH64_VARIANT_PCS and DT_AARCH64_VARIANT_PCS
  - aarch64: handle .variant_pcs directive in gas
  - aarch64: override default elf .set handling in gas
  - aarch64: handle STO_AARCH64_VARIANT_PCS in bfd
  - PR24785, bfd crashes on empty .PPC.EMB.apuinfo section
  - aarch64: fix DT_AARCH64_VARIANT_PCS handling in readelf

Files

/usr/bin/addr2line
/usr/bin/ar
/usr/bin/as
/usr/bin/c++filt
/usr/bin/dwp
/usr/bin/elfedit
/usr/bin/gprof
/usr/bin/ld
/usr/bin/ld.bfd
/usr/bin/ld.gold
/usr/bin/nm
/usr/bin/objcopy
/usr/bin/objdump
/usr/bin/ranlib
/usr/bin/readelf
/usr/bin/size
/usr/bin/strings
/usr/bin/strip
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/5ba5f0d17f2065613efdd2375969bcc9c42186
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/5696989d2b05a9171f0bbf331bbc4245bfc035
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/1c3486e78978eae3e8c10feadaf08d005f70ef
/usr/lib/.build-id/15
/usr/lib/.build-id/15/2884766e15399a1a860c1b4339089cf569152e
/usr/lib/.build-id/16
/usr/lib/.build-id/16/b5a9da38ba4619f18c7db2cebb67259d3ede26
/usr/lib/.build-id/26
/usr/lib/.build-id/26/1ebc3d7549a0e3c02e625b36f7bd9e6be1d534
/usr/lib/.build-id/31
/usr/lib/.build-id/31/f9364b6226a88f82d30206f6eed79639eeb292
/usr/lib/.build-id/32
/usr/lib/.build-id/32/45ce8c059f35484d6d25406da5167d52a1410e
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/a9ed8e7a8c2055ad3da33167d52dab1844d0b1
/usr/lib/.build-id/43
/usr/lib/.build-id/43/41448399f626a5499c7cb248eda317dac59439
/usr/lib/.build-id/44
/usr/lib/.build-id/44/1329aaeff291c6bfe31d5efe5d7c56bda707b8
/usr/lib/.build-id/52
/usr/lib/.build-id/52/36957412a068dc4dfb6c30e2e6c2608d07205d
/usr/lib/.build-id/52/36957412a068dc4dfb6c30e2e6c2608d07205d.1
/usr/lib/.build-id/94
/usr/lib/.build-id/94/9a3e0b43a9ec8ed8982eee28da4fa3cfa0350e
/usr/lib/.build-id/97
/usr/lib/.build-id/97/b9a76b89632cb285e149fdd091040944bcf5b1
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/4483378cee0e3bfa8e1683c672eb31dfb7194b
/usr/lib/.build-id/b3/49fac2c5a4710602366d4a96f746b11f9d39c5
/usr/lib/.build-id/be
/usr/lib/.build-id/be/f6385467d4d5f492e0bcb41020aec5539dc801
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/8aa61678a9a77b26eff6042e1fa29795c076ec
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/97b81407b632b8c285fa5f0f1266399a19340c
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/bccacabd8223a0336b1515aab04b8fc3ecdf5c
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/a6e10423036af7ac2ea550bf5d63ead2b4f030
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/0b96e15142b58d18a4e967795f752cc5152fb4
/usr/lib/bfd-plugins/libdep.so
/usr/lib/libbfd-2.36.1.so
/usr/lib/libctf-nobfd.so.0
/usr/lib/libctf-nobfd.so.0.0.0
/usr/lib/libctf.so.0
/usr/lib/libctf.so.0.0.0
/usr/lib/libopcodes-2.36.1.so
/usr/share/info/as.info.xz
/usr/share/info/bfd.info.xz
/usr/share/info/binutils.info.xz
/usr/share/info/gprof.info.xz
/usr/share/info/ld.info.xz
/usr/share/locale/bg/LC_MESSAGES/binutils.mo
/usr/share/locale/bg/LC_MESSAGES/gprof.mo
/usr/share/locale/bg/LC_MESSAGES/ld.mo
/usr/share/locale/ca/LC_MESSAGES/binutils.mo
/usr/share/locale/da/LC_MESSAGES/bfd.mo
/usr/share/locale/da/LC_MESSAGES/binutils.mo
/usr/share/locale/da/LC_MESSAGES/gprof.mo
/usr/share/locale/da/LC_MESSAGES/ld.mo
/usr/share/locale/da/LC_MESSAGES/opcodes.mo
/usr/share/locale/de/LC_MESSAGES/gprof.mo
/usr/share/locale/de/LC_MESSAGES/ld.mo
/usr/share/locale/de/LC_MESSAGES/opcodes.mo
/usr/share/locale/eo/LC_MESSAGES/gprof.mo
/usr/share/locale/es/LC_MESSAGES/bfd.mo
/usr/share/locale/es/LC_MESSAGES/binutils.mo
/usr/share/locale/es/LC_MESSAGES/gas.mo
/usr/share/locale/es/LC_MESSAGES/gold.mo
/usr/share/locale/es/LC_MESSAGES/gprof.mo
/usr/share/locale/es/LC_MESSAGES/ld.mo
/usr/share/locale/es/LC_MESSAGES/opcodes.mo
/usr/share/locale/fi/LC_MESSAGES/bfd.mo
/usr/share/locale/fi/LC_MESSAGES/binutils.mo
/usr/share/locale/fi/LC_MESSAGES/gas.mo
/usr/share/locale/fi/LC_MESSAGES/gold.mo
/usr/share/locale/fi/LC_MESSAGES/gprof.mo
/usr/share/locale/fi/LC_MESSAGES/ld.mo
/usr/share/locale/fi/LC_MESSAGES/opcodes.mo
/usr/share/locale/fr/LC_MESSAGES/bfd.mo
/usr/share/locale/fr/LC_MESSAGES/binutils.mo
/usr/share/locale/fr/LC_MESSAGES/gas.mo
/usr/share/locale/fr/LC_MESSAGES/gold.mo
/usr/share/locale/fr/LC_MESSAGES/gprof.mo
/usr/share/locale/fr/LC_MESSAGES/ld.mo
/usr/share/locale/fr/LC_MESSAGES/opcodes.mo
/usr/share/locale/ga/LC_MESSAGES/gprof.mo
/usr/share/locale/ga/LC_MESSAGES/ld.mo
/usr/share/locale/ga/LC_MESSAGES/opcodes.mo
/usr/share/locale/hr/LC_MESSAGES/bfd.mo
/usr/share/locale/hr/LC_MESSAGES/binutils.mo
/usr/share/locale/hu/LC_MESSAGES/gprof.mo
/usr/share/locale/id/LC_MESSAGES/bfd.mo
/usr/share/locale/id/LC_MESSAGES/binutils.mo
/usr/share/locale/id/LC_MESSAGES/gas.mo
/usr/share/locale/id/LC_MESSAGES/gold.mo
/usr/share/locale/id/LC_MESSAGES/gprof.mo
/usr/share/locale/id/LC_MESSAGES/ld.mo
/usr/share/locale/id/LC_MESSAGES/opcodes.mo
/usr/share/locale/it/LC_MESSAGES/binutils.mo
/usr/share/locale/it/LC_MESSAGES/gold.mo
/usr/share/locale/it/LC_MESSAGES/gprof.mo
/usr/share/locale/it/LC_MESSAGES/ld.mo
/usr/share/locale/it/LC_MESSAGES/opcodes.mo
/usr/share/locale/ja/LC_MESSAGES/bfd.mo
/usr/share/locale/ja/LC_MESSAGES/binutils.mo
/usr/share/locale/ja/LC_MESSAGES/gas.mo
/usr/share/locale/ja/LC_MESSAGES/gold.mo
/usr/share/locale/ja/LC_MESSAGES/gprof.mo
/usr/share/locale/ja/LC_MESSAGES/ld.mo
/usr/share/locale/ms/LC_MESSAGES/gprof.mo
/usr/share/locale/nl/LC_MESSAGES/gprof.mo
/usr/share/locale/nl/LC_MESSAGES/opcodes.mo
/usr/share/locale/pt/LC_MESSAGES/bfd.mo
/usr/share/locale/pt/LC_MESSAGES/binutils.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo
/usr/share/locale/pt_BR/LC_MESSAGES/ld.mo
/usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
/usr/share/locale/ro/LC_MESSAGES/bfd.mo
/usr/share/locale/ro/LC_MESSAGES/binutils.mo
/usr/share/locale/ro/LC_MESSAGES/gprof.mo
/usr/share/locale/ro/LC_MESSAGES/opcodes.mo
/usr/share/locale/ru/LC_MESSAGES/bfd.mo
/usr/share/locale/ru/LC_MESSAGES/binutils.mo
/usr/share/locale/ru/LC_MESSAGES/gas.mo
/usr/share/locale/ru/LC_MESSAGES/gprof.mo
/usr/share/locale/ru/LC_MESSAGES/ld.mo
/usr/share/locale/rw/LC_MESSAGES/bfd.mo
/usr/share/locale/rw/LC_MESSAGES/binutils.mo
/usr/share/locale/rw/LC_MESSAGES/gas.mo
/usr/share/locale/rw/LC_MESSAGES/gprof.mo
/usr/share/locale/sk/LC_MESSAGES/binutils.mo
/usr/share/locale/sr/LC_MESSAGES/bfd.mo
/usr/share/locale/sr/LC_MESSAGES/binutils.mo
/usr/share/locale/sr/LC_MESSAGES/gold.mo
/usr/share/locale/sr/LC_MESSAGES/gprof.mo
/usr/share/locale/sr/LC_MESSAGES/ld.mo
/usr/share/locale/sr/LC_MESSAGES/opcodes.mo
/usr/share/locale/sv/LC_MESSAGES/bfd.mo
/usr/share/locale/sv/LC_MESSAGES/binutils.mo
/usr/share/locale/sv/LC_MESSAGES/gas.mo
/usr/share/locale/sv/LC_MESSAGES/gold.mo
/usr/share/locale/sv/LC_MESSAGES/gprof.mo
/usr/share/locale/sv/LC_MESSAGES/ld.mo
/usr/share/locale/sv/LC_MESSAGES/opcodes.mo
/usr/share/locale/tr/LC_MESSAGES/bfd.mo
/usr/share/locale/tr/LC_MESSAGES/binutils.mo
/usr/share/locale/tr/LC_MESSAGES/gas.mo
/usr/share/locale/tr/LC_MESSAGES/gprof.mo
/usr/share/locale/tr/LC_MESSAGES/ld.mo
/usr/share/locale/tr/LC_MESSAGES/opcodes.mo
/usr/share/locale/uk/LC_MESSAGES/bfd.mo
/usr/share/locale/uk/LC_MESSAGES/binutils.mo
/usr/share/locale/uk/LC_MESSAGES/gas.mo
/usr/share/locale/uk/LC_MESSAGES/gold.mo
/usr/share/locale/uk/LC_MESSAGES/gprof.mo
/usr/share/locale/uk/LC_MESSAGES/ld.mo
/usr/share/locale/uk/LC_MESSAGES/opcodes.mo
/usr/share/locale/vi/LC_MESSAGES/bfd.mo
/usr/share/locale/vi/LC_MESSAGES/binutils.mo
/usr/share/locale/vi/LC_MESSAGES/gold.mo
/usr/share/locale/vi/LC_MESSAGES/gprof.mo
/usr/share/locale/vi/LC_MESSAGES/ld.mo
/usr/share/locale/vi/LC_MESSAGES/opcodes.mo
/usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo
/usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gas.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gold.mo
/usr/share/locale/zh_CN/LC_MESSAGES/ld.mo
/usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo
/usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo
/usr/share/locale/zh_TW/LC_MESSAGES/ld.mo
/usr/share/man/man1/addr2line.1.xz
/usr/share/man/man1/ar.1.xz
/usr/share/man/man1/as.1.xz
/usr/share/man/man1/c++filt.1.xz
/usr/share/man/man1/elfedit.1.xz
/usr/share/man/man1/gprof.1.xz
/usr/share/man/man1/ld.1.xz
/usr/share/man/man1/nm.1.xz
/usr/share/man/man1/objcopy.1.xz
/usr/share/man/man1/objdump.1.xz
/usr/share/man/man1/ranlib.1.xz
/usr/share/man/man1/readelf.1.xz
/usr/share/man/man1/size.1.xz
/usr/share/man/man1/strings.1.xz
/usr/share/man/man1/strip.1.xz
/usr/share/man/man1/windmc.1.xz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:12:21 2024