Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHEA-2015:2045 - Product Enhancement Advisory
Issued:
2015-11-16
Updated:
2015-11-16

RHEA-2015:2045 - Product Enhancement Advisory

  • Overview
  • Updated Packages

Synopsis

new packages: devtoolset-4-binutils

Type/Severity

Product Enhancement Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

New devtoolset-4-binutils packages are now available as a part of Red Hat
Developer Toolset 4.0 for Red Hat Enterprise Linux.

Description

Binutils is a collection of binary utilities, including ar (for creating,
modifying, and extracting from archives), as (a family of GNU assemblers), gprof
(for displaying call graph profile data), ld (the GNU linker), 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), readelf (for displaying detailed
information about binary files), size (for listing the section sizes of an
object or archive file), strings (for listing printable strings from files),
strip (for discarding symbols), and addr2line (for converting addresses to file
and line). The devtoolset-4-binutils packages provide the Red Hat Developer
Toolset version of binutils.

This enhancement update adds the devtoolset-4-binutils packages to Red Hat
Developer Toolset 4.0 for Red Hat Enterprise Linux. These packages include
binutils 2.25, which is the latest stable version of binutils. It provides a
number of bug fixes and enhancements over the version included in Red Hat
Developer Toolset 3.1.

Features in the GNU Linker

  • Binaries in the COFF/PE format now once again contain real timestamps by

default. This was done so that the binaries will be compatible with tools from
other vendors. However, including timestamps in binaries means that two
identical builds made at different times will not compare as identical. The
timestamps can be disabled using a command-line option, "--no-insert-timestamp".

  • Binaries in the COFF/PE format can now have a build-id added to them using the

"--build-id" command line option. This behaves in the same way as the
"--build-id" option does for binaries in the ELF format.

  • Support has been added for the AVR Tiny microcontrollers and the Andes NDS32

architecture.

  • Support for the Openrisc and OR32 architectures has been replaced with support

for the OR1K architecture.

Features in the GNU Assembler

  • The ARM assembler now accepts output from the CodeComposer Studio tool. This

is enabled using a new command line option, "-mccs".

  • Support has been added for the AVR Tiny microcontrollers and the Andes NDS32

architecture.

  • Support for the Openrisc and OR32 architectures has been replaced with support

for the OR1K architecture.

For information on features introduced in other binary tools, see Appendix A.3.
Changes in binutils in the Red Hat Developer Toolset 4.0 User Guide linked from
the References section.

(BZ#1224751)

This update also fixes the following bugs:

  • Previously, under certain circumstances, printing out information from an

Executable Linking Format (ELF) file by using the eu-readelf utility failed with
an error message "invalid CIE reference in FDE". This bug has been fixed, and
eu-readelf now prints from ELF files as expected. (BZ#1051209)

  • The two linkers, gold and ld, have different ways of handling hidden symbols,

which leads to incompatibilities in their behavior. Previously, the gold and ld
linkers had inconsistent and incorrect behavior with regard to shared libraries
and hidden symbols. There were two scenarios:

  • If a shared library referenced a symbol that existed elsewhere in both hidden

and non-hidden versions, the gold linker produced a bogus warning message about
the hidden version.

  • If a shared library referenced a symbol that only existed elsewhere as a

hidden symbol, the gold linker created an executable, even though it could not
work.
The gold linker has been updated so that it no longer issues bogus warning
messages about hidden symbols that also exist in a non-hidden version. The
second scenario cannot be solved in the linker. It is up to the programmer to
ensure that a non-hidden version of the symbol is available when the application
is run. (BZ#895241, BZ#1218300)

All users who require devtoolset-4-binutils are advised to install these new
packages.

Solution

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.6 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.5 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.4 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.3 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.2 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.1 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.7 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.6 x86_64
  • Red Hat Software Collections (for RHEL Server) 1 for RHEL 6 x86_64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 6 x86_64
  • Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 7 x86_64
  • Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 6 x86_64

Fixes

(none)

CVEs

(none)

References

  • https://access.redhat.com/documentation/en-US/Red_Hat_Developer_Toolset/4/html/User_Guide/sect-Changes_in_Version_4.0-binutils.html
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.7

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.6

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.5

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.4

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.3

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.2

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7.1

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 7

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.7

SRPM
devtoolset-4-binutils-2.25-10.el6.src.rpm SHA-256: 4cdba9422471ceba115a0c69f13950fc2703f485be7e0b44e39f82d5891340b7
x86_64
devtoolset-4-binutils-2.25-10.el6.x86_64.rpm SHA-256: 340e14ed33117269f81c5b894186f9e68946e59d3e23ee290b420ef458457106
devtoolset-4-binutils-debuginfo-2.25-10.el6.i686.rpm SHA-256: 29ff9d3e6811580c5dc9befa16a2e5413f07678cdfaf0ca82c45d25c47795232
devtoolset-4-binutils-debuginfo-2.25-10.el6.x86_64.rpm SHA-256: f0b7a1201b99692806d68e096e9be4e08660d44eaafea6b515f7736791f9e03c
devtoolset-4-binutils-devel-2.25-10.el6.i686.rpm SHA-256: df9dfa61d7425536cae8e084ecfb4f6417dfab0fc6439aeca57429f649121223
devtoolset-4-binutils-devel-2.25-10.el6.x86_64.rpm SHA-256: 10b3fa90488fa44f8d6d4c7d7930068f377c4dc6eaa330c7819f496585f7f55f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6.6

SRPM
devtoolset-4-binutils-2.25-10.el6.src.rpm SHA-256: 4cdba9422471ceba115a0c69f13950fc2703f485be7e0b44e39f82d5891340b7
x86_64
devtoolset-4-binutils-2.25-10.el6.x86_64.rpm SHA-256: 340e14ed33117269f81c5b894186f9e68946e59d3e23ee290b420ef458457106
devtoolset-4-binutils-debuginfo-2.25-10.el6.i686.rpm SHA-256: 29ff9d3e6811580c5dc9befa16a2e5413f07678cdfaf0ca82c45d25c47795232
devtoolset-4-binutils-debuginfo-2.25-10.el6.x86_64.rpm SHA-256: f0b7a1201b99692806d68e096e9be4e08660d44eaafea6b515f7736791f9e03c
devtoolset-4-binutils-devel-2.25-10.el6.i686.rpm SHA-256: df9dfa61d7425536cae8e084ecfb4f6417dfab0fc6439aeca57429f649121223
devtoolset-4-binutils-devel-2.25-10.el6.x86_64.rpm SHA-256: 10b3fa90488fa44f8d6d4c7d7930068f377c4dc6eaa330c7819f496585f7f55f

Red Hat Software Collections (for RHEL Server) 1 for RHEL 6

SRPM
devtoolset-4-binutils-2.25-10.el6.src.rpm SHA-256: 4cdba9422471ceba115a0c69f13950fc2703f485be7e0b44e39f82d5891340b7
x86_64
devtoolset-4-binutils-2.25-10.el6.x86_64.rpm SHA-256: 340e14ed33117269f81c5b894186f9e68946e59d3e23ee290b420ef458457106
devtoolset-4-binutils-debuginfo-2.25-10.el6.i686.rpm SHA-256: 29ff9d3e6811580c5dc9befa16a2e5413f07678cdfaf0ca82c45d25c47795232
devtoolset-4-binutils-debuginfo-2.25-10.el6.x86_64.rpm SHA-256: f0b7a1201b99692806d68e096e9be4e08660d44eaafea6b515f7736791f9e03c
devtoolset-4-binutils-devel-2.25-10.el6.i686.rpm SHA-256: df9dfa61d7425536cae8e084ecfb4f6417dfab0fc6439aeca57429f649121223
devtoolset-4-binutils-devel-2.25-10.el6.x86_64.rpm SHA-256: 10b3fa90488fa44f8d6d4c7d7930068f377c4dc6eaa330c7819f496585f7f55f

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 7

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Workstation) 1 for RHEL 6

SRPM
devtoolset-4-binutils-2.25-10.el6.src.rpm SHA-256: 4cdba9422471ceba115a0c69f13950fc2703f485be7e0b44e39f82d5891340b7
x86_64
devtoolset-4-binutils-2.25-10.el6.x86_64.rpm SHA-256: 340e14ed33117269f81c5b894186f9e68946e59d3e23ee290b420ef458457106
devtoolset-4-binutils-debuginfo-2.25-10.el6.i686.rpm SHA-256: 29ff9d3e6811580c5dc9befa16a2e5413f07678cdfaf0ca82c45d25c47795232
devtoolset-4-binutils-debuginfo-2.25-10.el6.x86_64.rpm SHA-256: f0b7a1201b99692806d68e096e9be4e08660d44eaafea6b515f7736791f9e03c
devtoolset-4-binutils-devel-2.25-10.el6.i686.rpm SHA-256: df9dfa61d7425536cae8e084ecfb4f6417dfab0fc6439aeca57429f649121223
devtoolset-4-binutils-devel-2.25-10.el6.x86_64.rpm SHA-256: 10b3fa90488fa44f8d6d4c7d7930068f377c4dc6eaa330c7819f496585f7f55f

Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 7

SRPM
devtoolset-4-binutils-2.25-10.el7.src.rpm SHA-256: f62dd77c7c7a92c47379aedcafdbb14a2fdd2b22b7875ac6e7c41b6c2dda677a
x86_64
devtoolset-4-binutils-2.25-10.el7.x86_64.rpm SHA-256: 79664818f2bd0a25a2da3bc8647316db33068d9ed4437ed655afbb1ba8469f50
devtoolset-4-binutils-debuginfo-2.25-10.el7.i686.rpm SHA-256: 9b917d0b8e12d0d3b53274c340b761d7db7c3ef01de904cdd27949695e07f1dd
devtoolset-4-binutils-debuginfo-2.25-10.el7.x86_64.rpm SHA-256: ca77450fe47c460453a1d99f25f568f73e535d392e4f57b1e7938907498a136d
devtoolset-4-binutils-devel-2.25-10.el7.i686.rpm SHA-256: 41669d39e6223b870db9ce84e9574f144b698eecf0a01fc963cfa47408fa845f
devtoolset-4-binutils-devel-2.25-10.el7.x86_64.rpm SHA-256: 03210c57bdb31812cd5acda4a17c23849f2bba95545569636797f37e4bce497f

Red Hat Software Collections (for RHEL Server) from RHUI 1 for RHEL 6

SRPM
devtoolset-4-binutils-2.25-10.el6.src.rpm SHA-256: 4cdba9422471ceba115a0c69f13950fc2703f485be7e0b44e39f82d5891340b7
x86_64
devtoolset-4-binutils-2.25-10.el6.x86_64.rpm SHA-256: 340e14ed33117269f81c5b894186f9e68946e59d3e23ee290b420ef458457106
devtoolset-4-binutils-debuginfo-2.25-10.el6.i686.rpm SHA-256: 29ff9d3e6811580c5dc9befa16a2e5413f07678cdfaf0ca82c45d25c47795232
devtoolset-4-binutils-debuginfo-2.25-10.el6.x86_64.rpm SHA-256: f0b7a1201b99692806d68e096e9be4e08660d44eaafea6b515f7736791f9e03c
devtoolset-4-binutils-devel-2.25-10.el6.i686.rpm SHA-256: df9dfa61d7425536cae8e084ecfb4f6417dfab0fc6439aeca57429f649121223
devtoolset-4-binutils-devel-2.25-10.el6.x86_64.rpm SHA-256: 10b3fa90488fa44f8d6d4c7d7930068f377c4dc6eaa330c7819f496585f7f55f

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility