1a405f
# rpmbuild parameters:
1a405f
# --define "binutils_target arm-linux-gnu" to create arm-linux-gnu-binutils.
1a405f
# --with=bootstrap: Build with minimal dependencies.
1a405f
# --with=debug: Build without optimizations and without splitting the debuginfo.
1a405f
# --without=docs: Skip building documentation.
1a405f
# --without=testsuite: Do not run the testsuite.  Default is to run it.
1a405f
# --with=testsuite: Run the testsuite.  Default when --with=debug is not to run it.
1a405f
1a405f
%global _performance_build 1
1a405f
1a405f
%if 0%{!?binutils_target:1}
1a405f
%define binutils_target %{_target_platform}
1a405f
%define isnative 1
1a405f
%define enable_shared 1
1a405f
%else
1a405f
%define cross %{binutils_target}-
1a405f
%define isnative 0
1a405f
%define enable_shared 0
1a405f
%endif
1a405f
# Provide a way to enable deterministic archives.
1a405f
# But do not do this by default.
1a405f
%define enable_deterministic_archives 0
1a405f
# Enable support for GCC LTO compilation.
1a405f
%define enable_lto 1
1a405f
# Disable the default generation of compressed debug sections.
1a405f
%define default_compress_debug 0
1a405f
1a405f
# Default: Not bootstrapping.
1a405f
%bcond_with bootstrap
1a405f
# Default: Not debug
1a405f
%bcond_with debug
1a405f
# Default: Always build documentation.
1a405f
%bcond_without docs
1a405f
# Default: Always run the testsuite.
1a405f
%bcond_without testsuite
1a405f
1a405f
%if %{with bootstrap}
1a405f
%undefine with_docs
1a405f
%undefine with_testsuite
1a405f
%endif
1a405f
1a405f
%if %{with debug}
1a405f
%undefine with_testsuite
1a405f
%endif
1a405f
1a405f
Summary: A GNU collection of binary utilities
1a405f
Name: %{?cross}binutils%{?_with_debug:-debug}
1a405f
Version: 2.27
1a405f
# Note: The Release string *must* be different from that used by any of the 
1a405f
# devtoolset binutils associated with this release.  That is why ".base"
1a405f
# has been appended here.  See BZ 1337617 for more details.
1a405f
Release: 11.base%{?dist}
1a405f
License: GPLv3+
1a405f
Group: Development/Tools
1a405f
URL: http://sources.redhat.com/binutils
1a405f
1a405f
Source: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.bz2
1a405f
Source2: binutils-2.19.50.0.1-output-format.sed
1a405f
1a405f
Patch01: binutils-2.20.51.0.2-libtool-lib64.patch
1a405f
Patch02: binutils-2.20.51.0.10-ppc64-pie.patch
1a405f
Patch03: binutils-2.25-version.patch
1a405f
Patch04: binutils-2.25-set-long-long.patch
1a405f
Patch05: binutils-2.20.51.0.10-sec-merge-emit.patch
1a405f
# Enable -zrelro by default: BZ #621983
1a405f
Patch06: binutils-2.22.52.0.1-relro-on-by-default.patch
1a405f
# Local patch - export demangle.h with the binutils-devel rpm.
1a405f
Patch07: binutils-2.22.52.0.1-export-demangle.h.patch
1a405f
# Disable checks that config.h has been included before system headers.  BZ #845084
1a405f
Patch08: binutils-2.22.52.0.4-no-config-h-check.patch
1a405f
# Enable RELRO on AArch64
1a405f
Patch09: binutils-rh1203449.patch
1a405f
# Ignore duplicate FDE entries
1a405f
Patch10: binutils-rh1300603.patch
1a405f
# Fix linker testsuite failures for PPC64.
1a405f
Patch11: binutils-rh1312876.patch
1a405f
# Enhance the location of separate debug info files
1a405f
Patch12: binutils-2.23.52.0.1-find-separate-debug-file.patch
1a405f
# # Make linking fail when PIE and non-PIE S390 binaries are combined.
1a405f
# Patch13: binutils-rh1406430.patch
1a405f
# Speed up combining source code listings with disassembly output.
1a405f
Patch14: binutils-2.25.1-objdump-speedup.patch
1a405f
# Fix computation of sh_info field for .dynsym sections
1a405f
Patch15: binutils-2.27-local-dynsym-count.patch
1a405f
# Put sections in a monotonically increasing order of file offset.
1a405f
Patch16: binutils-2.27-monotonic-section-offsets.patch
1a405f
# Skip PR14918 linker test for ARM native targets.
1a405f
Patch17: binutils-2.27-skip-rp14918-test-for-arm.patch
1a405f
# Fix GOLD for ARM/AARCH64.
1a405f
Patch18: binutils-2.27-gold.patch
1a405f
# Improve objdump's disassembly of dynamic executables.
1a405f
Patch19: binutils-2.27-objdump-improvements.patch
1a405f
# Include the filename concerned in readelf error messages.
1a405f
Patch20: binutils-2.27-filename-in-error-messages.patch
1a405f
# Add support for the Power9 architecture
1a405f
Patch21: binutils-2.27-power9.patch
1a405f
# And some Power9 bug fixes.
1a405f
Patch22: binutils-2.27-power9.2.patch
1a405f
# Fix up errors detected by Coverty
1a405f
Patch23: binutils-coverty-fixes.patch
1a405f
# Do not create PLT entries for AARCh64 IFUNC symbols referenced in debug sections.
1a405f
Patch24: binutils-2.27-aarch64-ifunc.patch
1a405f
# Skip ifunc exec tests for AArch64.
1a405f
Patch25: binutils-2.27-skip-ld-aarch64-ifunc-exec-tests.patch
1a405f
# Expect linker test PR19719 to fail for the S390.
1a405f
Patch26: binutils-2.27-s390-pr19719.patch
1a405f
# Delete linker tests for PR 19784.
1a405f
Patch27: binutils-2.27-remove-pr19784-test.patch
1a405f
# Fix computing stub sizes on PowerPC.
1a405f
Patch28: binutils-2.27-ppc-stubs.patch
1a405f
# Fix s390 PLT entry allocation.
1a405f
Patch29: binutils-2.27-s390-plt.patch
1a405f
# Revert H.J/s PLT elision patch.
1a405f
Patch30: binutils-2.27-revert-PLT-elision.patch
1a405f
# Add SCV, RFSCV and LNIA instructions for Power9.
1a405f
Patch31: binutils-2.27-power9.3.patch
1a405f
1a405f
# A *temporary* patch to disable checking for valid PowerPC64 TLBIE
1a405f
# instructions.  This allows the PPC kernel to be built.  See:
1a405f
# https://sourceware.org/ml/binutils/2015-05/msg00133.html
1a405f
Patch999: binutils-SUPPRESS-PPC-TLBIE-CHECK.patch
1a405f
1a405f
Provides: bundled(libiberty)
1a405f
1a405f
%define gold_arches %ix86 x86_64 %arm aarch64
1a405f
1a405f
%if %{with bootstrap}
1a405f
%define build_gold	no
1a405f
%else
1a405f
%ifarch %gold_arches
1a405f
%define build_gold	both
1a405f
%else
1a405f
%define build_gold	no
1a405f
%endif
1a405f
%endif
1a405f
1a405f
%if %{with debug}
1a405f
# Define this if you want to skip the strip step and preserve debug info.
1a405f
# Useful for testing.
1a405f
%define __debug_install_post : > %{_builddir}/%{?buildsubdir}/debugfiles.list
1a405f
%define debug_package %{nil}
1a405f
%endif
1a405f
1a405f
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
1a405f
1a405f
1a405f
BuildRequires: gcc
1a405f
1a405f
# Gold needs bison in order to build gold/yyscript.c.
1a405f
# Bison needs m4.
1a405f
%if "%{build_gold}" == "both"
1a405f
BuildRequires: bison, m4, gcc-c++
1a405f
%endif
1a405f
1a405f
%if %{without bootstrap}
1a405f
BuildRequires: gettext, flex, zlib-devel
1a405f
%endif
1a405f
1a405f
%if %{with docs}
1a405f
BuildRequires: texinfo >= 4.0
1a405f
# BZ 920545: We need pod2man in order to build the manual pages.
1a405f
BuildRequires: /usr/bin/pod2man
1a405f
Requires(post): /sbin/install-info
1a405f
Requires(preun): /sbin/install-info
1a405f
%endif
1a405f
1a405f
# Required for: ld-bootstrap/bootstrap.exp bootstrap with --static
1a405f
# It should not be required for: ld-elf/elf.exp static {preinit,init,fini} array
1a405f
%if %{with testsuite}
1a405f
# relro_test.sh uses dc which is part of the bc rpm, hence its inclusion here.
1a405f
BuildRequires: dejagnu, zlib-static, glibc-static, sharutils, bc
1a405f
%if "%{build_gold}" == "both"
1a405f
# The GOLD testsuite needs a static libc++
1a405f
BuildRequires: libstdc++-static
1a405f
%endif
1a405f
%endif
1a405f
1a405f
Conflicts: gcc-c++ < 4.0.0
1a405f
1a405f
# The higher of these two numbers determines the default ld.
1a405f
%{!?ld_bfd_priority: %global ld_bfd_priority	50}
1a405f
%{!?ld_gold_priority:%global ld_gold_priority	30}
1a405f
1a405f
%if "%{build_gold}" == "both"
1a405f
Requires(post): coreutils
1a405f
Requires(post): %{_sbindir}/alternatives
1a405f
Requires(preun): %{_sbindir}/alternatives
1a405f
%endif
1a405f
1a405f
# On ARM EABI systems, we do want -gnueabi to be part of the
1a405f
# target triple.
1a405f
%ifnarch %{arm}
1a405f
%define _gnu %{nil}
1a405f
%endif
1a405f
1a405f
%description
1a405f
Binutils is a collection of binary utilities, including ar (for
1a405f
creating, modifying and extracting from archives), as (a family of GNU
1a405f
assemblers), gprof (for displaying call graph profile data), ld (the
1a405f
GNU linker), nm (for listing symbols from object files), objcopy (for
1a405f
copying and translating object files), objdump (for displaying
1a405f
information from object files), ranlib (for generating an index for
1a405f
the contents of an archive), readelf (for displaying detailed
1a405f
information about binary files), size (for listing the section sizes
1a405f
of an object or archive file), strings (for listing printable strings
1a405f
from files), strip (for discarding symbols), and addr2line (for
1a405f
converting addresses to file and line).
1a405f
1a405f
%package devel
1a405f
Summary: BFD and opcodes static and dynamic libraries and header files
1a405f
Group: System Environment/Libraries
1a405f
Provides: binutils-static = %{version}-%{release}
1a405f
%if %{with docs}
1a405f
Requires(post): /sbin/install-info
1a405f
Requires(preun): /sbin/install-info
1a405f
%endif
1a405f
Requires: zlib-devel
1a405f
Requires: binutils = %{version}-%{release}
1a405f
Requires: coreutils
1a405f
1a405f
%description devel
1a405f
This package contains BFD and opcodes static and dynamic libraries.
1a405f
1a405f
The dynamic libraries are in this package, rather than a seperate
1a405f
base package because they are actually linker scripts that force
1a405f
the use of the static libraries.  This is because the API of the
1a405f
BFD library is too unstable to be used dynamically.
1a405f
1a405f
The static libraries are here because they are now needed by the
1a405f
dynamic libraries.
1a405f
1a405f
Developers starting new projects are strongly encouraged to consider
1a405f
using libelf instead of BFD.
1a405f
1a405f
%prep
1a405f
%setup -q -n binutils-%{version}
1a405f
%patch01 -p0 -b .libtool-lib64~
1a405f
%patch02 -p0 -b .ppc64-pie~
1a405f
%patch03 -p1 -b .version~
1a405f
%patch04 -p1 -b .set-long-long~
1a405f
%patch05 -p1 -b .sec-merge-emit~
1a405f
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
1a405f
%patch06 -p1 -b .relro~
1a405f
%endif
1a405f
%patch07 -p1 -b .export-demangle-h~
1a405f
%patch08 -p0 -b .no-config-h-check~
1a405f
%patch09 -p0 -b .aarch64relro~
1a405f
%patch10 -p1
1a405f
%patch11 -p1
1a405f
%patch12 -p1
1a405f
# %patch13 -p1
1a405f
%patch14 -p1
1a405f
%patch15 -p1
1a405f
%patch16 -p1
1a405f
%patch17 -p1
1a405f
%patch18 -p0
1a405f
%patch19 -p1
1a405f
%patch20 -p1
1a405f
%patch21 -p1
1a405f
%patch22 -p1
1a405f
%patch23 -p1
1a405f
%patch24 -p1
1a405f
%patch25 -p1
1a405f
%patch26 -p1
1a405f
%patch27 -p1
1a405f
%patch28 -p1
1a405f
%patch29 -p1
1a405f
%patch30 -p1
1a405f
%patch31 -p1
1a405f
1a405f
# TEMPORARY patch.
1a405f
%patch999 -p1
1a405f
1a405f
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
1a405f
1a405f
# On ppc64 and aarch64, we might use 64KiB pages
1a405f
sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*ppc.c
1a405f
sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*aarch64.c
1a405f
sed -i -e '/common_pagesize/s/4 /64 /' gold/powerpc.cc
1a405f
sed -i -e '/pagesize/s/0x1000,/0x10000,/' gold/aarch64.cc
1a405f
# LTP sucks
1a405f
perl -pi -e 's/i\[3-7\]86/i[34567]86/g' */conf*
1a405f
sed -i -e 's/%''{release}/%{release}/g' bfd/Makefile{.am,.in}
1a405f
sed -i -e '/^libopcodes_la_\(DEPENDENCIES\|LIBADD\)/s,$, ../bfd/libbfd.la,' opcodes/Makefile.{am,in}
1a405f
# Build libbfd.so and libopcodes.so with -Bsymbolic-functions if possible.
1a405f
if gcc %{optflags} -v --help 2>&1 | grep -q -- -Bsymbolic-functions; then
1a405f
sed -i -e 's/^libbfd_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' bfd/Makefile.{am,in}
1a405f
sed -i -e 's/^libopcodes_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' opcodes/Makefile.{am,in}
1a405f
fi
1a405f
# $PACKAGE is used for the gettext catalog name.
1a405f
sed -i -e 's/^ PACKAGE=/ PACKAGE=%{?cross}/' */configure
1a405f
# Undo the name change to run the testsuite.
1a405f
for tool in binutils gas ld
1a405f
do
1a405f
  sed -i -e "2aDEJATOOL = $tool" $tool/Makefile.am
1a405f
  sed -i -e "s/^DEJATOOL = .*/DEJATOOL = $tool/" $tool/Makefile.in
1a405f
done
1a405f
touch */configure
1a405f
# Touch the .info files so that they are newer then the .texi files and
1a405f
# hence do not need to be rebuilt.  This eliminates the need for makeinfo.
1a405f
# The -print is there just to confirm that the command is working.
1a405f
%if %{without docs}
1a405f
  find . -name *.info -print -exec touch {} \;
1a405f
%endif
1a405f
1a405f
%ifarch %{power64} ppc64le
1a405f
%define _target_platform %{_arch}-%{_vendor}-%{_host_os}
1a405f
%endif
1a405f
1a405f
%build
1a405f
echo target is %{binutils_target}
1a405f
export CFLAGS="$RPM_OPT_FLAGS"
1a405f
CARGS=
1a405f
1a405f
case %{binutils_target} in i?86*|sparc*|ppc*|s390*|sh*|arm*|aarch64*)
1a405f
  CARGS="$CARGS --enable-64-bit-bfd"
1a405f
  ;;
1a405f
esac
1a405f
1a405f
case %{binutils_target} in ia64*)
1a405f
  CARGS="$CARGS --enable-targets=i386-linux"
1a405f
  ;;
1a405f
esac
1a405f
1a405f
case %{binutils_target} in ppc*|ppc64*)
1a405f
  CARGS="$CARGS --enable-targets=spu"
1a405f
  ;;
1a405f
esac
1a405f
1a405f
case %{binutils_target} in ppc64le*)
1a405f
    CARGS="$CARGS --enable-targets=spu,powerpc-linux"
1a405f
    ;;
1a405f
esac
1a405f
1a405f
%if 0%{?_with_debug:1}
1a405f
CFLAGS="$CFLAGS -O0 -ggdb2 -Wno-error -D_FORTIFY_SOURCE=0"
1a405f
%define enable_shared 0
1a405f
%endif
1a405f
1a405f
# We could optimize the cross builds size by --enable-shared but the produced
1a405f
# binaries may be less convenient in the embedded environment.
1a405f
%configure \
1a405f
  --build=%{_target_platform} --host=%{_target_platform} \
1a405f
  --target=%{binutils_target} \
1a405f
%ifarch %gold_arches
1a405f
%if "%{build_gold}" == "both"
1a405f
  --enable-gold=default --enable-ld \
1a405f
%else
1a405f
  --enable-gold \
1a405f
%endif
1a405f
%endif
1a405f
%if %{isnative}
1a405f
  --with-sysroot=/ \
1a405f
%else
1a405f
  --enable-targets=%{_host} \
1a405f
  --with-sysroot=%{_prefix}/%{binutils_target}/sys-root \
1a405f
  --program-prefix=%{cross} \
1a405f
%endif
1a405f
%if %{enable_shared}
1a405f
  --enable-shared \
1a405f
%else
1a405f
  --disable-shared \
1a405f
%endif
1a405f
%if %{enable_deterministic_archives}
1a405f
  --enable-deterministic-archives \
1a405f
%else    
1a405f
  --enable-deterministic-archives=no \
1a405f
%endif
1a405f
%if %{enable_lto}
1a405f
  --enable-lto \
1a405f
%endif
1a405f
%if %{default_compress_debug}
1a405f
  --enable-compressed-debug-sections=all \
1a405f
%else
1a405f
  --enable-compressed-debug-sections=none \
1a405f
%endif
1a405f
  $CARGS \
1a405f
  --enable-plugins \
1a405f
  --with-bugurl=http://bugzilla.redhat.com/bugzilla/
1a405f
1a405f
%if %{with docs}  
1a405f
make %{_smp_mflags} tooldir=%{_prefix} all
1a405f
make %{_smp_mflags} tooldir=%{_prefix} info
1a405f
%else
1a405f
make %{_smp_mflags} tooldir=%{_prefix} MAKEINFO=true all
1a405f
%endif
1a405f
1a405f
# Do not use %%check as it is run after %%install where libbfd.so is rebuild
1a405f
# with -fvisibility=hidden no longer being usable in its shared form.
1a405f
%if %{without testsuite}
1a405f
echo ====================TESTSUITE DISABLED=========================
1a405f
%else
1a405f
make -k check < /dev/null || :
1a405f
echo ====================TESTING=========================
1a405f
cat {gas/testsuite/gas,ld/ld,binutils/binutils}.sum
1a405f
echo ====================TESTING END=====================
1a405f
for file in {gas/testsuite/gas,ld/ld,binutils/binutils}.{sum,log}
1a405f
do
1a405f
  ln $file binutils-%{_target_platform}-$(basename $file) || :
1a405f
done
1a405f
tar cjf binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}-*.{sum,log}
1a405f
uuencode binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}.tar.bz2
1a405f
rm -f binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}-*.{sum,log}
1a405f
%endif
1a405f
1a405f
%install
1a405f
rm -rf %{buildroot}
1a405f
%if %{with docs}  
1a405f
make install DESTDIR=%{buildroot}
1a405f
%else
1a405f
make install DESTDIR=%{buildroot} MAKEINFO=true
1a405f
%endif
1a405f
1a405f
%if %{isnative}
1a405f
%if %{with info}
1a405f
make prefix=%{buildroot}%{_prefix} infodir=%{buildroot}%{_infodir} install-info
1a405f
%endif
1a405f
1a405f
# Rebuild libiberty.a with -fPIC.
1a405f
# Future: Remove it together with its header file, projects should bundle it.
1a405f
make -C libiberty clean
1a405f
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C libiberty
1a405f
1a405f
# Rebuild libbfd.a with -fPIC.
1a405f
# Without the hidden visibility the 3rd party shared libraries would export
1a405f
# the bfd non-stable ABI.
1a405f
make -C bfd clean
1a405f
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS -fvisibility=hidden" -C bfd
1a405f
1a405f
# Rebuild libopcodes.a with -fPIC.
1a405f
make -C opcodes clean
1a405f
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C opcodes
1a405f
1a405f
install -m 644 bfd/libbfd.a %{buildroot}%{_libdir}
1a405f
install -m 644 libiberty/libiberty.a %{buildroot}%{_libdir}
1a405f
install -m 644 include/libiberty.h %{buildroot}%{_prefix}/include
1a405f
install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir}
1a405f
# Remove Windows/Novell only man pages
1a405f
rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres,windmc}*
1a405f
1a405f
%if %{enable_shared}
1a405f
chmod +x %{buildroot}%{_libdir}/lib*.so*
1a405f
%endif
1a405f
1a405f
# Prevent programs from linking against libbfd and libopcodes
1a405f
# dynamically, as they are change far too often.
1a405f
rm -f %{buildroot}%{_libdir}/lib{bfd,opcodes}.so
1a405f
1a405f
# Remove libtool files, which reference the .so libs
1a405f
rm -f %{buildroot}%{_libdir}/lib{bfd,opcodes}.la
1a405f
1a405f
# Sanity check --enable-64-bit-bfd really works.
1a405f
grep '^#define BFD_ARCH_SIZE 64$' %{buildroot}%{_prefix}/include/bfd.h
1a405f
# Fix multilib conflicts of generated values by __WORDSIZE-based expressions.
1a405f
%ifarch %{ix86} x86_64 ppc %{power64} s390 s390x sh3 sh4 sparc sparc64 arm
1a405f
sed -i -e '/^#include "ansidecl.h"/{p;s~^.*$~#include <bits/wordsize.h>~;}' \
1a405f
    -e 's/^#define BFD_DEFAULT_TARGET_SIZE \(32\|64\) *$/#define BFD_DEFAULT_TARGET_SIZE __WORDSIZE/' \
1a405f
    -e 's/^#define BFD_HOST_64BIT_LONG [01] *$/#define BFD_HOST_64BIT_LONG (__WORDSIZE == 64)/' \
1a405f
    -e 's/^#define BFD_HOST_64_BIT \(long \)\?long *$/#if __WORDSIZE == 32\
1a405f
#define BFD_HOST_64_BIT long long\
1a405f
#else\
1a405f
#define BFD_HOST_64_BIT long\
1a405f
#endif/' \
1a405f
    -e 's/^#define BFD_HOST_U_64_BIT unsigned \(long \)\?long *$/#define BFD_HOST_U_64_BIT unsigned BFD_HOST_64_BIT/' \
1a405f
    %{buildroot}%{_prefix}/include/bfd.h
1a405f
%endif
1a405f
touch -r bfd/bfd-in2.h %{buildroot}%{_prefix}/include/bfd.h
1a405f
1a405f
# Generate .so linker scripts for dependencies; imported from glibc/Makerules:
1a405f
1a405f
# This fragment of linker script gives the OUTPUT_FORMAT statement
1a405f
# for the configuration we are building.
1a405f
OUTPUT_FORMAT="\
1a405f
/* Ensure this .so library will not be used by a link for a different format
1a405f
   on a multi-architecture system.  */
1a405f
$(gcc $CFLAGS $LDFLAGS -shared -x c /dev/null -o /dev/null -Wl,--verbose -v 2>&1 | sed -n -f "%{SOURCE2}")"
1a405f
1a405f
tee %{buildroot}%{_libdir}/libbfd.so <
1a405f
/* GNU ld script */
1a405f
1a405f
$OUTPUT_FORMAT
1a405f
1a405f
/* The libz dependency is unexpected by legacy build scripts.  */
1a405f
/* The libdl dependency is for plugin support.  (BZ 889134)  */
1a405f
INPUT ( %{_libdir}/libbfd.a -liberty -lz -ldl )
1a405f
EOH
1a405f
1a405f
tee %{buildroot}%{_libdir}/libopcodes.so <
1a405f
/* GNU ld script */
1a405f
1a405f
$OUTPUT_FORMAT
1a405f
1a405f
INPUT ( %{_libdir}/libopcodes.a -lbfd )
1a405f
EOH
1a405f
1a405f
%else # !%{isnative}
1a405f
# For cross-binutils we drop the documentation.
1a405f
rm -rf %{buildroot}%{_infodir}
1a405f
# We keep these as one can have native + cross binutils of different versions.
1a405f
#rm -rf %{buildroot}%{_prefix}/share/locale
1a405f
#rm -rf %{buildroot}%{_mandir}
1a405f
rm -rf %{buildroot}%{_libdir}/libiberty.a
1a405f
%endif # !%{isnative}
1a405f
1a405f
# This one comes from gcc
1a405f
rm -f %{buildroot}%{_infodir}/dir
1a405f
rm -rf %{buildroot}%{_prefix}/%{binutils_target}
1a405f
1a405f
%find_lang %{?cross}binutils
1a405f
%find_lang %{?cross}opcodes
1a405f
%find_lang %{?cross}bfd
1a405f
%find_lang %{?cross}gas
1a405f
%find_lang %{?cross}gprof
1a405f
cat %{?cross}opcodes.lang >> %{?cross}binutils.lang
1a405f
cat %{?cross}bfd.lang >> %{?cross}binutils.lang
1a405f
cat %{?cross}gas.lang >> %{?cross}binutils.lang
1a405f
cat %{?cross}gprof.lang >> %{?cross}binutils.lang
1a405f
1a405f
if [ -x ld/ld-new ]; then
1a405f
  %find_lang %{?cross}ld
1a405f
  cat %{?cross}ld.lang >> %{?cross}binutils.lang
1a405f
fi
1a405f
if [ -x gold/ld-new ]; then
1a405f
  %find_lang %{?cross}gold
1a405f
  cat %{?cross}gold.lang >> %{?cross}binutils.lang
1a405f
fi
1a405f
1a405f
%clean
1a405f
rm -rf %{buildroot}
1a405f
1a405f
%post
1a405f
%if "%{build_gold}" == "both"
1a405f
%__rm -f %{_bindir}/%{?cross}ld
1a405f
%{_sbindir}/alternatives --install %{_bindir}/%{?cross}ld %{?cross}ld \
1a405f
  %{_bindir}/%{?cross}ld.bfd %{ld_bfd_priority}
1a405f
%{_sbindir}/alternatives --install %{_bindir}/%{?cross}ld %{?cross}ld \
1a405f
  %{_bindir}/%{?cross}ld.gold %{ld_gold_priority}
1a405f
%{_sbindir}/alternatives --auto %{?cross}ld 
1a405f
%endif
1a405f
%if %{isnative}
1a405f
/sbin/ldconfig
1a405f
%if %{with docs}
1a405f
  /sbin/install-info --info-dir=%{_infodir} %{_infodir}/as.info.gz
1a405f
  /sbin/install-info --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
1a405f
  /sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
1a405f
  /sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info.gz
1a405f
%endif # with docs
1a405f
%endif # %{isnative}
1a405f
exit 0
1a405f
1a405f
%preun
1a405f
%if "%{build_gold}" == "both"
1a405f
if [ $1 = 0 ]; then
1a405f
  %{_sbindir}/alternatives --remove %{?cross}ld %{_bindir}/%{?cross}ld.bfd
1a405f
  %{_sbindir}/alternatives --remove %{?cross}ld %{_bindir}/%{?cross}ld.gold
1a405f
fi
1a405f
%endif
1a405f
%if %{isnative}
1a405f
if [ $1 = 0 ]; then
1a405f
  if [ -e %{_infodir}/binutils.info.gz ]
1a405f
  then
1a405f
    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/as.info.gz
1a405f
    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
1a405f
    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
1a405f
    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ld.info.gz
1a405f
  fi
1a405f
fi
1a405f
%endif
1a405f
exit 0
1a405f
1a405f
%if %{isnative}
1a405f
%postun
1a405f
/sbin/ldconfig
1a405f
  if [ -e %{_infodir}/binutils.info.gz ]
1a405f
  then
1a405f
    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/as.info.gz
1a405f
    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
1a405f
    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
1a405f
    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ld.info.gz
1a405f
  fi
1a405f
%endif # %{isnative}
1a405f
1a405f
%files -f %{?cross}binutils.lang
1a405f
%defattr(-,root,root,-)
1a405f
%doc README
1a405f
%{_bindir}/%{?cross}[!l]*
1a405f
%if "%{build_gold}" == "both"
1a405f
%{_bindir}/%{?cross}ld.*
1a405f
%ghost %{_bindir}/%{?cross}ld
1a405f
%else
1a405f
%{_bindir}/%{?cross}ld*
1a405f
%endif
1a405f
%{_mandir}/man1/*
1a405f
%{_infodir}/as.info.gz
1a405f
%{_infodir}/binutils.info.gz
1a405f
%{_infodir}/gprof.info.gz
1a405f
%{_infodir}/ld.info.gz
1a405f
%if %{enable_shared}
1a405f
%{_libdir}/lib*.so
1a405f
%exclude %{_libdir}/libbfd.so
1a405f
%exclude %{_libdir}/libopcodes.so
1a405f
%endif
1a405f
1a405f
%if %{isnative}
1a405f
%if %{with docs}
1a405f
%{_infodir}/[^b]*info*
1a405f
%{_infodir}/binutils*info*
1a405f
%endif
1a405f
1a405f
%files devel
1a405f
%defattr(-,root,root,-)
1a405f
%{_prefix}/include/*
1a405f
%{_libdir}/lib*.a
1a405f
%{_libdir}/libbfd.so
1a405f
%{_libdir}/libopcodes.so
1a405f
%if %{with docs}
1a405f
%{_infodir}/bfd*info*
1a405f
%endif # with docs
1a405f
%endif # %{isnative}
1a405f
1a405f
%changelog
1a405f
* Wed Sep 13 2017 Nick Clifton <nickc@redhat.com> 2.27-11.base
1a405f
- Add SCV, RFSCV amd LNIA instructions to Power9 port of gas.
1a405f
  (#1449585)
1a405f
1a405f
* Thu May 18 2017 Nick Clifton <nickc@redhat.com> - 2.27-9.base
1a405f
- Revert H.J.Lu PLT elision patch.
1a405f
  (#1445781)
1a405f
1a405f
* Fri May 12 2017 Nick Clifton <nickc@redhat.com> - 2.27-8.base
1a405f
- Restore rebase to 2.27.
1a405f
  (#1449585)
1a405f
  (#1449586)
1a405f
- Disable patch for BZ 1406430 - it prevents building correct s390 binaries.
1a405f
  (#1406430)
1a405f
  (#1447209)
1a405f
- Fix generation of PLT entries for s390 binaries.
1a405f
  (#1440168)
1a405f
1a405f
* Wed Mar 08 2017 Nick Clifton <nickc@redhat.com> 2.27-7.base
1a405f
- Import fix for PR 20886 - corrects the sizing of PowerPC stubs.
1a405f
  (#1406498)
1a405f
1a405f
* Tue Feb 21 2017 Nick Clifton <nickc@redhat.com> 2.27-6.base
1a405f
- Delete linker tests for PR 19784.
1a405f
  (#1424707)
1a405f
1a405f
* Tue Feb 21 2017 Nick Clifton <nickc@redhat.com> 2.27-5.base
1a405f
- Expect linker test PR19719 to fail for S390 architectures.
1a405f
  (#1424706)
1a405f
1a405f
* Tue Feb 21 2017 Nick Clifton <nickc@redhat.com> 2.27-4.base
1a405f
- Skip the ifunc exec tests for AArch64.
1a405f
  (#1424705)
1a405f
1a405f
* Tue Feb 21 2017 Nick Clifton <nickc@redhat.com> 2.27-3.base
1a405f
- Fix error in linker testsuite for AArch64 target.
1a405f
  (#1424704)
1a405f
1a405f
* Tue Feb 14 2017 Nick Clifton <nickc@redhat.com> 2.27-2.base
1a405f
- Fix errors detected by Coverty.
1a405f
1a405f
* Tue Jan 17 2017 Nick Clifton <nickc@redhat.com> 2.27-1.base
1a405f
- Rebase on FSF binutils 2.27
1a405f
+ Retire: binutils-2.20.51.0.2-ia64-lib64.patch
1a405f
+ Retire: binutils-2.20.51.0.10-copy-osabi.patch
1a405f
+ Retire: binutils-rh1260158.patch
1a405f
+ Retire: binutils-rh1300734.patch
1a405f
+ Retire: binutils-2.25.1-aarch64-overflow-warnings.patch
1a405f
+ Retire: binutils-2.25-aarch64-pr18668.patch
1a405f
+ Retire: binutils-2.25.1-aarch64-pagesize.patch
1a405f
+ Retire: binutils-rh1304451.patch
1a405f
+ Retire: binutils-2.25.1-x86-Zepplin.patch
1a405f
+ Retire: binutils-2.25.1-power9.patch
1a405f
+ Retire: binutils-2.25.1-x86-mwaitx.patch
1a405f
+ Retire: binutils-rh1162655.patch
1a405f
+ Retire: binutils-2.25.1-aarch64-arch-extension.patch
1a405f
+ Retire: binutils-2.25.1-s390-z13.patch
1a405f
+ Retire: binutils-2.25.1-gold-resolving-to-hidden-symbols.patch
1a405f
- Import Power9 bug fixes from FSF mainline.
1a405f
  (#1356856)
1a405f
    
1a405f
* Mon Jan 16 2017 Nick Clifton <nickc@redhat.com> 2.25.1-26.base
1a405f
- Speed up displaying disassembly when mixed with source code.
1a405f
  (#1366052)
1a405f
    
1a405f
* Mon Jan 16 2017 Nick Clifton <nickc@redhat.com> 2.25.1-25.base
1a405f
- Fix GOLD so that it will not warn about references to hidden symbols in shared objects.
1a405f
  (#1326710)
1a405f
1a405f
* Fri Jan 06 2017 Nick Clifton <nickc@redhat.com> 2.25.1-24.base
1a405f
- Fix thinko in previous patch.
1a405f
  (#1406430)
1a405f
1a405f
* Fri Jan 06 2017 Nick Clifton <nickc@redhat.com> 2.25.1-23.base
1a405f
- Add code to detect attempts to link PIE and non-PIE S390 binaries.
1a405f
  (#1406430)
1a405f
1a405f
* Mon Aug 08 2016 Nick Clifton <nickc@redhat.com> 2.25.1-22.base
1a405f
- Fix date format bug in changelog which was preventing package build.
1a405f
1a405f
* Mon Aug 08 2016 Nick Clifton <nickc@redhat.com> 2.25.1-21.base
1a405f
- Add support for Z13 extensions to IBMs s390 architecture.
1a405f
  (#1364516)
1a405f
1a405f
* Fri Jun 24 2016 Nick Clifton <nickc@redhat.com> 2.25.1-20.base
1a405f
- Import new PPC ISA 3.0 patch from FSF binutils.
1a405f
  (#1341730)
1a405f
1a405f
* Mon Jun 13 2016 Nick Clifton <nickc@redhat.com> 2.25.1-19.base
1a405f
- Add support for the .arch_extension pseudo-op to the AArch64 port of GAS.
1a405f
  (#1276755)
1a405f
1a405f
* Mon Jun 13 2016 Nick Clifton <nickc@redhat.com> 2.25.1-18.base
1a405f
- Update patch to fix AArch64 stub generation.
1a405f
  (#1243559)
1a405f
1a405f
* Thu Jun 02 2016 Nick Clifton <nickc@redhat.com> 2.25.1-17.base
1a405f
- Close memory leak in "ar" archiver program.
1a405f
  (#1162655)
1a405f
- Retire the copy-osabi patch.
1a405f
  (#1252066)
1a405f
1a405f
* Thu Jun 02 2016 Nick Clifton <nickc@redhat.com> 2.25.1-16.base
1a405f
- Version bump to allow adding  1300543 to the errata.
1a405f
  (#1300543)
1a405f
    
1a405f
* Wed Jun 01 2016 Nick Clifton <nickc@redhat.com> 2.25.1-15.base
1a405f
- Extend Power9 patch to add new ISA 3.0 instructions.
1a405f
  (#1341730)
1a405f
    
1a405f
* Wed May 25 2016 Nick Clifton <nickc@redhat.com> 2.25.1-14.base
1a405f
- Extend Release string to include ".base" thus ensuring that it
1a405f
  will not collide with a DTS release which might otherwise have
1a405f
  the same name.
1a405f
  (#1337617)
1a405f
1a405f
* Mon May 23 2016 Nick Clifton <nickc@redhat.com> 2.25.1-13
1a405f
- Add support for Zeppelin x86 extensions.
1a405f
- Add support for the AMD MWAITX extension.
1a405f
- Add support for the PowerPC Power9 architecture.
1a405f
- Remove spurious binutils document references.
1a405f
  (#1335313)
1a405f
  (#1335684)
1a405f
  (#1333305)
1a405f
1a405f
* Wed Apr 13 2016 Nick Clifton <nickc@redhat.com> 2.25.1-10
1a405f
- Allow the BFD library to locate debug info files below the /usr/lib/debug directory.
1a405f
  (#1311352)
1a405f
1a405f
* Mon Apr 11 2016 Nick Clifton <nickc@redhat.com> 2.25.1-9
1a405f
- Housekeeping: Delete unused patches.  Renumber existing patches.
1a405f
1a405f
* Tue Mar 01 2016 Nick Clifton <nickc@redhat.com> 2.25.1-8
1a405f
- Fix PowerPC gas and ld testsuite failures.
1a405f
  (#1312876)
1a405f
1a405f
* Tue Feb 23 2016 Nick Clifton <nickc@redhat.com> 2.25.1-7
1a405f
- Extend fix for AArch64 call veneers.
1a405f
  (#1243559)
1a405f
1a405f
* Wed Feb 17 2016 Nick Clifton <nickc@redhat.com> 2.25.1-6
1a405f
- Add support for Intel Memory Protection Key instructions.
1a405f
  (#1304451)
1a405f
1a405f
* Mon Feb 08 2016 Nick Clifton <nickc@redhat.com> 2.25.1-4
1a405f
- Improve warning message for overflowing AArch64 relocs.
1a405f
- Import patch to fix PR18668.
1a405f
- Ignore warning messages about duplicate FDE entries
1a405f
  (#1300543)
1a405f
  (#1300603)
1a405f
  (#1285614)
1a405f
  (#1243559)
1a405f
1a405f
* Fri Jan 29 2016 Nick Clifton <nickc@redhat.com> 2.25.1-3
1a405f
- Experimental rebase on FSF 2.25.1 sources.
1a405f
  (#1341730)
1a405f
- Retire: patch11, patch12, patch13, patch14, patch15,
1a405f
  patch16, patch17, patch18, patch19, patch20, patch21,
1a405f
  patch22, patch23, patch24, patch25, patch26, patch27,
1a405f
  patch28, patch29, patch30, patch32, patch100, patch101,
1a405f
  patch102, patch110, patch111, patch112, patch113, patch114,
1a405f
  patch115, patch116, patch117, patch118, patch119, patch120,
1a405f
  patch121, patch201, patch202, patch203, patch204, patch205,
1a405f
  patch206, patch207, patch208, patch209, patch210, patch211,
1a405f
  patch212, patch300, patch301, patch302, patch303, patch304,
1a405f
  patch305, patch306, patch307, patch308, patch309, patch400,
1a405f
  patch401, patch402, patch403, patch404, patch405, patch406,
1a405f
  patch407, patch501
1a405f
- Add patch to suppress checking of PPC64 TLBIE instruction.  [TEMPORARY]
1a405f
- Add fix for FSF PR 18879
1a405f
- Add fix for s390x linker testsuite failure.
1a405f
  (#1276755)
1a405f
  (#1260158)
1a405f
  (#1300734)
1a405f
  (#1288068)
1a405f
1a405f
* Thu Jan 14 2016 Nick Clifton <nickc@redhat.com> 2.23.52.0.1-56
1a405f
- Remove __PPC__ checks from BFD library.
1a405f
  (#1261016)
1a405f
1a405f
* Tue Oct 13 2015 Nick Clifton <nickc@redhat.com> 2.23.52.0.1-55
1a405f
- Add missing delta to patch that fixes parsing corrupted archives.
1a405f
  (#1162666)
1a405f
1a405f
* Wed Jul 29 2015 Nick Clifton <nickc@redhat.com> 2.23.52.0.1-54
1a405f
- Import patch for PR 18270: Create AArch64 GOT entries for local symbols.
1a405f
  (#1238783)
1a405f
1a405f
* Tue Jul 28 2015 Jeff Law  <law@redhat.com> - 2.23.52.0.1-51
1a405f
- Fix incorrectly generated binaries and DSOs on PPC platforms.
1a405f
  (#1247126)
1a405f
1a405f
* Mon Jun 29 2015 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-50
1a405f
- Fix memory corruption parsing corrupt archives.
1a405f
  (#1162666)
1a405f
1a405f
* Mon Jun 29 2015 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-49
1a405f
- Fix directory traversal vulnerability.
1a405f
  (#1162655)
1a405f
1a405f
* Mon Jun 29 2015 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-48
1a405f
- Fix stack overflow in SREC parser.
1a405f
  (#1162621)
1a405f
1a405f
* Mon Jun 29 2015 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-47
1a405f
- Fix stack overflow whilst parsing a corrupt iHex file.
1a405f
  (#1162607)
1a405f
1a405f
* Mon Jun 29 2015 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-46
1a405f
- Fix out of bounds memory accesses when parsing corrupt PE binaries.
1a405f
  (#1162594, #1162570)
1a405f
1a405f
* Mon Jun 29 2015 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-45
1a405f
- Change strings program to default to -a.  Fix problems parsing
1a405f
  files containg corrupt ELF group sections.  (#1157276)
1a405f
1a405f
* Tue Jun 23 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-44
1a405f
- Avoid reading beyond function boundary when disassembling.
1a405f
  (#1060282)
1a405f
1a405f
- For binary ouput, we don't have an ELF bfd output so can't access
1a405f
  elf_elfheader.  (#1226864)
1a405f
1a405f
* Thu May 28 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-43
1a405f
- Do not discard stap probe note sections on aarch64 (#1225091)
1a405f
1a405f
* Tue May 26 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-42
1a405f
- Clamp maxpagesize at 1 (rather than 0) to avoid segfaults
1a405f
  in the linker when passed a bogus max-page-size argument.
1a405f
  (#1203449)
1a405f
1a405f
* Thu May 21 2015 Martin Sebor <msebor@redhat.com> - 2.23.52.0.1-41
1a405f
- Fixup bfd elf_link_add_object_symbols for ppc64 to prevent subsequent
1a405f
  uninitialized accesses elsewhere. (#1172766)
1a405f
1a405f
* Thu May 7 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-40
1a405f
- Minor testsuite adjustments for PPC changes in -38/-39.
1a405f
  (#1183838)
1a405f
  Fix md_assemble for PPC to handle arithmetic involving the TOC
1a405f
  better.  (#1183838)
1a405f
1a405f
* Wed May 6 2015 Martin Sebor <msebor@redhat.com> - 2.23.52.0.1-39
1a405f
- Fix ppc64: segv in libbfd (#1172766).
1a405f
1a405f
* Wed May 6 2015 Martin Sebor <msebor@redhat.com> - 2.23.52.0.1-38
1a405f
- Unconditionally apply ppc64le patches (#1183838).
1a405f
1a405f
* Mon May 4 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-37
1a405f
- Andreas's backport of z13 and dependent fixes for s390,
1a405f
  including tesetcase fix from Apr 27, 2015.'  (#1182153)
1a405f
1a405f
* Tue Apr 7 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-35
1a405f
- Fixup testsuite for AArch64 (#1182111)
1a405f
- Add support for @localentry for LE PPC64 (#1194164)
1a405f
1a405f
* Tue Mar 31 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-34
1a405f
- Do not install windmc(1) man page (#850832)
1a405f
1a405f
* Fri Mar 27 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-33
1a405f
- Do not replace R_390_TLS_LE{32,64} with R_390_TLS_TPOFF for PIE
1a405f
  (#872148)
1a405f
- Enable relro by default for arm and aarch64 (#1203449)
1a405f
- Backport 3 RELRO improvements for ppc64/ppc64le from upstream
1a405f
  (#1175624)
1a405f
1a405f
* Wed Mar 11 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-31
1a405f
- Backport upstream RELRO fixes. (#1200138)
1a405f
1a405f
* Thu Jan 15 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-30
1a405f
- Fix syntax for multiple --enable-targets configure option.
1a405f
  (#1133147)
1a405f
1a405f
* Thu Jan 8 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-29
1a405f
- Add support for crc instructions on aarch64 (#1179810)
1a405f
1a405f
* Mon Jan 5 2015 Jeff Law <law@redhat.com> - 2.23.52.0.1-28
1a405f
- Bring back spu target for ppc64le which was accidentally lost
1a405f
  (#1133147)
1a405f
1a405f
* Tue Dec 16 2014 Richard Henderson <rth@redhat.com> - 2.23.52.0.1-27
1a405f
- (Re-)Set ELF_COMMONPAGESIZE to 64k for ppc64le.
1a405f
  (#1174826)
1a405f
1a405f
* Thu Sep 11 2014 Patsy Franklin <pfrankli@redhat.com> - 2.23.52.0.1-26
1a405f
- Enable Intel AVX-512VL, AVX-512BW, AVX-512DQ and SGX support.
1a405f
  (#1140375)
1a405f
1a405f
* Wed Aug 27 2014 Jeff Law <law@redhat.com> - 2.23.52.0.1-25.9
1a405f
  Revert this change (handled elsewhere): 
1a405f
- Additional patch from Alan to fix problems with ld --defsym.
1a405f
  (#1132732)
1a405f
1a405f
* Mon Aug 25 2014 Jeff Law <law@redhat.com> - 2.23.52.0.1-23.9
1a405f
- Include powerpc-linux as a BFD target when building for ppc64le.
1a405f
  (#1133147).
1a405f
1a405f
* Fri Aug 22 2014 Patsy Franklin <pfrankli@redhat.com> - 2.23.52.0.1-22.9
1a405f
- Reduce the size of aarch64 .debug_line; fix cfi encoding of fp registers;
1a405f
  add register names to dumping of aarch64 cfi data. Patch provided by rth.
1a405f
  Resolves: #1132641
1a405f
1a405f
* Fri Aug 22 2014 Patsy Franklin <pfrankli@redhat.com> - 2.23.52.0.1-21.9
1a405f
- This fixes a problem seen on powerpc64le ELFv2 when creating a
1a405f
  function symbol alias with ld --defsym.  st_other needs to be copied
1a405f
  from the source symbol to the alias in order to set up the local entry
1a405f
  offset for the alias.
1a405f
1a405f
* Mon Aug 18 2014 Patsy Franklin <pfrankli@redhat.com> - 2.23.52.0.1-20.9
1a405f
- Correct handling of strong followed by weak def merging of st_other
1a405f
  Resolves: #1130479
1a405f
1a405f
* Wed Aug 13 2014 Jeff Law <law@redhat.com> - 2.23.52.0.1-19.9
1a405f
- Add missing PPC opcodes
1a405f
  Resolves: #1090618
1a405f
1a405f
* Mon Aug 11 2014 Jeff Law <law@redhat.com> - 2.23.52.0.1-18.9
1a405f
- Do not overwrite valid SONAME with empty string.  (#1128279)
1a405f
  Resolves: #1128280
1a405f
1a405f
* Mon Aug 4 2014 Aldy Hernandez <aldyh@redhat.com> - 2.23.52.0.1-17.9
1a405f
- Initial support for ppc64le.
1a405f
  Fix for bz#1125478
1a405f
1a405f
* Thu Jun 26 2014 Richard Henderson <rth@redhat.com> - 2.23.52.0.1-16.9
1a405f
- Backport fix for movi.
1a405f
1a405f
* Tue Jun 24 2014 Richard Henderson <rth@redhat.com> - 2.23.52.0.1-16.8
1a405f
- Backport support for IFUNCs.
1a405f
1a405f
* Sat Jun 14 2014 Mark Salter <msalter@redhat.com> - 2.23.52.0.1-16.7
1a405f
- Backport support for full range of CRn in AArch64 system registers.
1a405f
  Fix for bz#1109497
1a405f
1a405f
* Fri May 16 2014 Kyle McMartin <kyle@redhat.com> - 2.23.52.0.1-16.6
1a405f
- AArch64: Backport two patches from upstream fixing GOT handling.
1a405f
1a405f
* Thu May 15 2014 Brendan Conoboy <blc@redhat.com> - 2.23.52.0.1-16.5
1a405f
- Rebuild for BZ#1098169
1a405f
1a405f
* Fri May 09 2014 Kyle McMartin <kyle@redhat.com> - 2.23.52.0.1-16.4
1a405f
- AArch64: Backport two fixes from upstream and add a draft patch to
1a405f
  set DF_STATIC_TLS when emitting IE relocs. Also increase
1a405f
  ELF_COMMONPAGESIZE to 64K to match the kernel.
1a405f
1a405f
* Wed Apr 16 2014 Richard Henderson <rth@redhat.com> - 2.23.52.0.1-16.3
1a405f
- Backport tls-relax-gdesc-ie fix
1a405f
1a405f
* Thu Mar 13 2014 Richard Henderson <rth@redhat.com> - 2.23.52.0.1-16.2
1a405f
- Fix for rh1075827
1a405f
1a405f
* Wed Feb 19 2014 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-16.1
1a405f
- Fix for rh1066712
1a405f
1a405f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.23.52.0.1-16
1a405f
- Mass rebuild 2014-01-24
1a405f
1a405f
* Mon Jan 13 2014 Jeff Law <law@redhat.com> - 2.23.52.0.1-15
1a405f
- Set _performance_build to get -O3 builds (#1051060).
1a405f
1a405f
* Mon Jan 6 2014 Jeff Law <law@redhat.com> - 2.23.52.0.1-14
1a405f
- Fix two may-be-uninitialized issues exposed by changes in
1a405f
  compiler flags used to build binutils (#1048848).
1a405f
1a405f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.23.52.0.1-13
1a405f
- Mass rebuild 2013-12-27
1a405f
1a405f
* Thu Aug 29 2013 Jakub Jelinek <jakub@redhat.com> - 2.23.52.0.1-12
1a405f
- Add Intel AVX3, MPX and SHA support.
1a405f
- Add support for x86-64 -mcmodel=large -fpic TLS transitions.  (#994244)
1a405f
1a405f
* Fri Jul 5 2013 Jeff Law <law@redhat.com> - 2.23.52.0.1-11
1a405f
- Add support for TDB notes section (#805115)
1a405f
- Fix length operands for cdzt, cxzt czdt and czxt (#805115)
1a405f
1a405f
* Wed Jul 3 2013 Jeff Law <law@redhat.com> - 2.23.52.0.1-10
1a405f
- Add libstdc++-static as a build requirement when running
1a405f
  the testsuite.
1a405f
- Add remaining power8 support (#731883)
1a405f
1a405f
* Tue Jun 04 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-9
1a405f
- Add support for the alternative debuging files generated by the DWZ program.  (#965255)
1a405f
1a405f
* Wed Apr 17 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-8
1a405f
- Import patch for FSF mainline PR 15371 to fix ifunc references in shared libraries.  (#927818)
1a405f
1a405f
* Tue Apr 09 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-7
1a405f
- Fix library search paths for 64-bit aarch64 linux targets.  (#950098)
1a405f
1a405f
* Wed Mar 13 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-6
1a405f
- Add explicit requirement of /usr/bin/pod2man.  (#920545)
1a405f
1a405f
* Fri Mar 08 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-5
1a405f
- Reverts patch for PR15149 - prevents report weak DT_NEEDED symbols.  (#918003)
1a405f
1a405f
* Wed Mar 06 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-4
1a405f
- Enable building of GOLD for the ARM.  (#908966)
1a405f
1a405f
* Mon Mar 04 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-3
1a405f
- Fix errors reported by version 5.0 of texinfo.
1a405f
1a405f
* Fri Mar 01 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-2
1a405f
- Fix the creation of index tables in 64-bit thin archives.  (#915411)
1a405f
1a405f
* Thu Feb 28 2013 Nick Clifton <nickc@redhat.com> - 2.23.52.0.1-1
1a405f
- Rebase on 2.23.51.0.1 release.  (#916516)
1a405f
1a405f
* Fri Feb 08 2013 Nick Clifton <nickc@redhat.com> - 2.23.51.0.9-2
1a405f
- Enable 64-bit BFD for aarch64.  (#908904)
1a405f
1a405f
* Mon Feb 04 2013 Nick Clifton <nickc@redhat.com> - 2.23.51.0.9-1
1a405f
- Rebase on 2.23.51.0.9 release.  (#907089)
1a405f
- Retire binutils-2.23.51.0.8-arm-whitespace.patch.
1a405f
1a405f
* Mon Jan 21 2013 Nick Clifton <nickc@redhat.com> - 2.23.51.0.8-4
1a405f
- Allow more whitespace in ARM instructions.  (#892261)
1a405f
1a405f
* Tue Jan 15 2013 Patsy Franklin <pfrankli@redhat.com> - 2.23.51.0.8-3
1a405f
- Add bc to BuildRequires when running the testsuite.  (#895321)
1a405f
1a405f
* Wed Jan 02 2013 Nick Clifton <nickc@redhat.com> - 2.23.51.0.8-2
1a405f
- Add runtime link with libdl.  (#889134)
1a405f
1a405f
* Wed Jan 02 2013 Nick Clifton <nickc@redhat.com> - 2.23.51.0.8-1
1a405f
- Rebase on 2.23.51.0.8 release.  (#890382)
1a405f
1a405f
* Fri Dec 21 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.7-1
1a405f
- Rebase on 2.23.51.0.7 release.  (#889432)
1a405f
1a405f
* Tue Nov 27 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.6-1
1a405f
- Rebase on 2.23.51.0.6 release.  (#880508)
1a405f
1a405f
* Tue Nov 13 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.5-1
1a405f
- Rebase on 2.23.51.0.5 release.  (#876141)
1a405f
- Retire binutils-2.23.51.0.3-arm-ldralt.patch
1a405f
1a405f
* Tue Oct 23 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.3-3
1a405f
- Rename ARM LDRALT instruction to LDALT.  (#869025) PR/14575
1a405f
1a405f
* Mon Oct 15 2012 Jon Ciesla <limburgher@gmail.com> - 2.23.51.0.3-2
1a405f
- Provides: bundled(libiberty)
1a405f
1a405f
* Tue Oct 02 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.3-1
1a405f
- Rebase on 2.23.51.0.3 release.  (#858560)
1a405f
1a405f
* Tue Sep 11 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.2-1
1a405f
- Rebase on 2.23.51.0.2 release.  (#856119)
1a405f
- Retire binutils-2.23.51.0.1-gold-keep.patch and binutils-rh805974.patch.
1a405f
1a405f
* Tue Sep 4 2012 Jeff Law <law@redhat.com> 2.23.51.0.1-4
1a405f
- Correctly handle PLTOFF relocs for s390 IFUNCs.
1a405f
1a405f
* Tue Aug 14 2012 Karsten Hopp <karsten@redhat.com> 2.23.51.0.1-3
1a405f
- apply F17 commit cd2fda5 to honour {powerpc64} macro (#834651)
1a405f
1a405f
* Tue Aug 14 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.1-2
1a405f
- Make GOLD honour KEEP directives in linker scripts  (#8333355)
1a405f
1a405f
* Wed Aug 08 2012 Nick Clifton <nickc@redhat.com> - 2.23.51.0.1-1
1a405f
- Rebase on 2.23.51.0.1 release.  (#846433)
1a405f
- Retire binutils-2.22.52.0.4-dwz.patch, binutils-2.22.52.0.4-ar-4Gb.patch, binutils-2.22.52.0.4-arm-plt-refcount.patch, binutils-2.22.52.0.4-s390-64bit-archive.patch.
1a405f
1a405f
* Thu Aug 02 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.4-8
1a405f
- Make the binutils-devel package depend upon the binutils package. (#845082)
1a405f
1a405f
* Thu Aug 02 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.4-7
1a405f
- Disable checks that config.h is included before system headers.  (#845084)
1a405f
1a405f
* Tue Jul 17 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.4-6
1a405f
- Use 64bit indicies in archives for s390 binaries.  (#835957)
1a405f
1a405f
* Thu Jul 05 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.4-5
1a405f
- Catch attempts to create a broken symbol index with archives > 4Gb in size.  (#835957)
1a405f
1a405f
* Fri Jun 29 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.4-4
1a405f
- Import fix for ld/14189.  (#829311)
1a405f
1a405f
* Fri Jun 29 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.4-3
1a405f
- Fix handling of archives > 4Gb in size by importing patch for PR binutils/14302.  (#835957)
1a405f
1a405f
* Tue Jun 19 2012 Jakub Jelinek <jakub@redhat.com> - 2.22.52.0.4-2
1a405f
- Add minimal dwz -m support.
1a405f
1a405f
* Wed Jun 06 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.4-1
1a405f
- Rebase on 2.22.52.0.4 release.  (#829027)
1a405f
1a405f
* Tue May 08 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.3-1
1a405f
- Rebase on 2.22.52.0.3 release.  (#819823)
1a405f
1a405f
* Mon Apr 30 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.2-1
1a405f
- Rebase on 2.22.52.0.2 release.  (#816514)
1a405f
- Retire binutils-2.22.52.0.1-weakdef.patch, binutils-2.22.52.0.1-ld-13621.patch, binutils-rh797752.patch, binutils-2.22.52.0.1-x86_64-hidden-ifunc.patch, binutils-2.22.52.0.1-tsx.patch and binutils-2.22.52.0.1-hidden-ifunc.patch.
1a405f
- Update binutils-2.22.52.0.1-reloc-on-by-default.patch.
1a405f
1a405f
* Fri Apr 27 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.1-12
1a405f
- Include demangle.h in the devel rpm.
1a405f
1a405f
%if 0%{?rhel} >= 7
1a405f
* Tue Apr 03 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.1-11
1a405f
- Enable -zrelro by default for RHEL 7+. (#807831)
1a405f
%endif
1a405f
1a405f
* Fri Mar 16 2012 Jakub Jelinek <jakub@redhat.com> - 2.22.52.0.1-10
1a405f
- Fix up handling of hidden ifunc relocs on i?86
1a405f
1a405f
* Wed Mar 14 2012 Jeff Law <law@redhat.com> - 2.22.52.0.1-9
1a405f
- Fix c++filt docs (2nd instance) (#797752)
1a405f
1a405f
* Wed Mar 07 2012 Jakub Jelinek <jakub@redhat.com> - 2.22.52.0.1-8
1a405f
- Fix up handling of hidden ifunc relocs on x86_64
1a405f
- Add Intel TSX support
1a405f
1a405f
%if 0%{?fedora} >= 18
1a405f
* Tue Mar 06 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.1-7
1a405f
- Enable -zrelro by default. (#621983 #807831)
1a405f
%endif
1a405f
1a405f
* Mon Feb 27 2012 Jeff Law <law@redhat.com> - 2.22.52.0.1-6
1a405f
- Fix c++filt docs (#797752)
1a405f
1a405f
* Wed Feb 15 2012 Mark Wielaard <mjw@redhat.com> - 2.22.52.0.1-5
1a405f
- Add upstream ld/13621 'dangling global hidden symbol in symtab' patch.
1a405f
1a405f
* Wed Feb 08 2012 Adam Williamson <awilliam@redhat.com> - 2.22.52.0.1-4
1a405f
- Actually apply the patch
1a405f
1a405f
* Wed Feb 08 2012 Adam Williamson <awilliam@redhat.com> - 2.22.52.0.1-3
1a405f
- Add upstream weakdef.patch to fix RH #788107
1a405f
1a405f
* Wed Feb 01 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.1-2
1a405f
- Drat - forgot to upload the new tarball.  Now done.
1a405f
1a405f
* Wed Feb 01 2012 Nick Clifton <nickc@redhat.com> - 2.22.52.0.1-1
1a405f
- Rebase on 2.22.52 release.
1a405f
- Remove build-id.patch and gold-casts.patch as they are included in the 2.22.52 sources.
1a405f
1a405f
* Fri Jan 13 2012 Nick Clifton <nickc@redhat.com> - 2.22-4
1a405f
- Fix bug in GOLD sources parsing signed integers in command line options. 
1a405f
1a405f
* Fri Jan 13 2012 Nick Clifton <nickc@redhat.com> - 2.22-3
1a405f
- Add casts for building gold with 4.7 version of gcc.
1a405f
1a405f
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22-2
1a405f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1a405f
1a405f
* Tue Nov  22 2011 Nick Clifton <nickc@redhat.com> - 2.22-1
1a405f
- Rebase on 2.22 release.
1a405f
1a405f
* Fri Sep  30 2011 Ricky Zhou <ricky@fedoraproject.org> - 2.21.53.0.2-2
1a405f
- Rebuild libopcodes.a with -fPIC.
1a405f
1a405f
* Tue Aug  09 2011 Nick Clifton <nickc@redhat.com> - 2.21.53.0.2-1
1a405f
- Rebase on 2.21.53.0.2 tarball.  Delete unneeded patches.  (BZ 728677)
1a405f
1a405f
* Tue Aug  02 2011 Nick Clifton <nickc@redhat.com> - 2.21.53.0.1-3
1a405f
- Update libiberty demangling.  (BZ 727453)
1a405f
1a405f
* Wed Jul  27 2011 Nick Clifton <nickc@redhat.com> - 2.21.53.0.1-2
1a405f
- Import Jakub Jelinek's patch to add support for displaying the contents of .debug_macro sections.
1a405f
1a405f
* Tue Jul  19 2011 Nick Clifton <nickc@redhat.com> - 2.21.53.0.1-1
1a405f
- Rebase on 2.21.53.0.1 tarball.  Delete unneeded patches.  (BZ 712668)
1a405f
1a405f
* Fri Jun  24 2011 Nick Clifton <nickc@redhat.com> - 2.21.52.0.1-5
1a405f
- Import fix for PR ld/12921.
1a405f
1a405f
* Fri Jun  24 2011 Nick Clifton <nickc@redhat.com> - 2.21.52.0.1-4
1a405f
- Run "alternatives --auto" to restore ld symbolic link if it was manually configured.  (BZ 661247)
1a405f
1a405f
* Thu Jun  16 2011 Nick Clifton <nickc@redhat.com> - 2.21.52.0.1-3
1a405f
- Fix seg-fault attempting to find a function name without a symbol table.  (BZ 713471)
1a405f
1a405f
* Fri Jun  10 2011 Nick Clifton <nickc@redhat.com> - 2.21.52.0.1-2
1a405f
- Import fix for PR ld/12851 (BZ 711268)
1a405f
1a405f
* Thu Jun  09 2011 Nick Clifton <nickc@redhat.com> - 2.21.52.0.1-1
1a405f
- Rebase on 2.21.52.0.1 tarball.  (BZ 712025)
1a405f
1a405f
* Tue May  17 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.9-1
1a405f
- Rebase on 2.21.51.0.9 tarball.  (BZ 703105)
1a405f
1a405f
* Mon May   2 2011 Peter Robinson <pbrobinson@gmail.com> - 2.21.51.0.8-3
1a405f
- Add ARM to BFD checks
1a405f
1a405f
* Mon Apr  11 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.8-2
1a405f
- Delete plugins patch - enable plugins via configure option.
1a405f
1a405f
* Mon Apr  11 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.8-1
1a405f
- Rebase on 2.21.51.0.8 tarball.
1a405f
1a405f
* Thu Mar  17 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.7-1
1a405f
- Rebase on 2.21.51.0.7 tarball.
1a405f
1a405f
* Tue Mar  08 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.6-2
1a405f
- Enable gold plugins.  (BZ 682852)
1a405f
1a405f
* Thu Feb  10 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.6-1
1a405f
- Rebase on 2.21.51.0.6 tarball.
1a405f
1a405f
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.21.51.0.5-4
1a405f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1a405f
1a405f
* Fri Jan  28 2011 Jakub Jelinek <jakub@redhat.com> - 2.21.51.0.5-3
1a405f
- Readd --build-id fix patch.  (PR ld/12451)
1a405f
1a405f
* Thu Jan   6 2011 Dan Horák <dan[at]danny.cz> - 2.21.51.0.5-2
1a405f
- fix build on non-gold arches like s390(x) where both ld and ld.bfd is installed
1a405f
1a405f
* Wed Jan   5 2011 Nick Clifton <nickc@redhat.com> - 2.21.51.0.5-1
1a405f
- Rebase on 2.21.51.0.5 tarball.
1a405f
- Delete redundant patches.
1a405f
- Fix gold+ld configure command line option.
1a405f
1a405f
* Fri Nov   5 2010 Dan Horák <dan[at]danny.cz> - 2.20.51.0.12-2
1a405f
- "no" is not valid option for --enable-gold
1a405f
1a405f
* Thu Oct  28 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.12-1
1a405f
- Rebase on 2.20.51.0.12 tarball.  (BZ 582160)
1a405f
1a405f
* Fri Sep  10 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.11-1
1a405f
- Rebase on 2.20.51.0.11 tarball.  (BZ 631771)
1a405f
1a405f
* Fri Aug  20 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.10-3
1a405f
- Allow ^ and ! characters in linker script wildcard patterns.  (BZ 621742)
1a405f
1a405f
* Fri Aug  20 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.10-2
1a405f
- Fix seg fault in sec_merge_emit().  (BZ 623687)
1a405f
1a405f
* Tue Aug  10 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.10-1
1a405f
- Rebase on 2.20.51.0.10 tarball.
1a405f
- Import GOLD sources from binutils mainline as of 10 Aug 2010. 
1a405f
1a405f
* Wed Jun  30 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.7-5
1a405f
- Rename the binutils-static package to binutils-devel in line with the Fedora packaging guidelines.
1a405f
1a405f
* Wed Jun   9 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.7-4
1a405f
- Allow GOLD linker to parse "-l<name>" directives inside INPUT statements in linker scripts. (BZ 600553)
1a405f
1a405f
* Tue May   4 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.7-3
1a405f
- Allow unique symbols in archive maps.
1a405f
1a405f
* Tue Apr  20 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.7-2
1a405f
- Merge binutils-devel package into binutils-static package.  (BZ 576300)
1a405f
1a405f
* Thu Apr   8 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.7-1
1a405f
- Rebase on 2.20.51.0.7 tarball.
1a405f
- Delete redundant patches:
1a405f
  binutils-2.20.51.0.2-add-needed.patch,
1a405f
  binutils-2.20.51.0.2-do-not-set-ifunc.patch,
1a405f
  binutils-2.20.51.0.2-enable-gold.patch,
1a405f
  binutils-2.20.51.0.2-gas-expr.patch,
1a405f
  binutils-2.20.51.0.2-ifunc-ld-s.patch,
1a405f
  binutils-2.20.51.0.2-lwp.patch,
1a405f
  binutils-2.20.51.0.2-ppc-hidden-plt-relocs.patch,
1a405f
  binutils-2.20.51.0.2-x86-hash-table.patch,
1a405f
- Do not allow unique symbols to be bound locally.  (PR ld/11434)
1a405f
- Add support for DWARF4 debug information.
1a405f
1a405f
* Thu Mar   4 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-17
1a405f
- Do not set ELFOSABI_LINUX on binaries which just link to IFUNC using DSOs.  (BZ 568941)
1a405f
1a405f
* Tue Mar   2 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-16
1a405f
- Copy the OSABI field in ELF headers, if set.  (BZ 568921)
1a405f
1a405f
* Fri Feb  12 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-15
1a405f
- Create separate static and devel sub-packages.  (BZ 556040)
1a405f
1a405f
* Tue Feb   2 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-14
1a405f
- Fix seg-fault when linking mixed x86 and x86_64 binaries.  (BZ 487472)
1a405f
1a405f
* Fri Jan  22 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-13
1a405f
- Add a requirement for the coreutils.  (BZ 557006)
1a405f
1a405f
* Wed Jan  20 2010 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-12
1a405f
- Fix --no-copy-dt-needed so that it will not complain about weak references.
1a405f
1a405f
* Fri Dec  18 2009 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-11
1a405f
- Add missing part of PR 11088 patch.
1a405f
1a405f
* Thu Dec  17 2009 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-10
1a405f
- Apply patch for PR 11088.  (BZ 544149)
1a405f
1a405f
* Wed Dec  9 2009 Nick Clifton <nickc@redhat.com> - 2.20.51.0.2-9
1a405f
- Apply patch for PR 10856.  (BZ 544358)
1a405f
1a405f
* Tue Dec  1 2009 Roland McGrath <roland@redhat.com> - 2.20.51.0.2-8
1a405f
- Build gold only for x86 flavors until others are tested.
1a405f
1a405f
* Tue Nov 24 2009 Roland McGrath <roland@redhat.com> - 2.20.51.0.2-7
1a405f
- Add support for building gold.
1a405f
1a405f
* Mon Nov  9 2009 Jakub Jelinek <jakub@redhat.com> 2.20.51.0.2-5
1a405f
- Fix up --copy-dt-needed-entries default.  (Nick Clifton)
1a405f
1a405f
* Mon Nov  9 2009 Jakub Jelinek <jakub@redhat.com> 2.20.51.0.2-4
1a405f
- Fix ld -s with IRELATIVE relocations.  (BZ 533321, PR ld/10911)
1a405f
- Add AMD Orochi LWP support, fix FMA4 support.
1a405f
1a405f
* Thu Nov 05 2009 Nick CLifton <nickc@redhat.com> 2.20.51.0.2-3
1a405f
- Rename --add-needed to --copy-dt-needed-entries and improve error message about unresolved symbols in DT_NEEDED DSOs.
1a405f
1a405f
* Tue Oct 27 2009 Jan Kratochvil <jan.kratochvil@redhat.com> 2.20.51.0.2-2
1a405f
- Fix rpm --excludedocs (BZ 515922).
1a405f
- Fix spurious scriplet errors by `exit 0'. (BZ 517979, Nick Clifton)
1a405f
1a405f
* Mon Oct 12 2009 Nick Clifton <nickc@redhat.com> 2.20.51.0.2-1
1a405f
- Rebase on 2.20 tarball.
1a405f
- Remove redundant moxie patch.
1a405f
- Remove redundant unique is global patch.
1a405f
- Remove redundant cxxfilt java doc patch.
1a405f
1a405f
* Tue Sep 29 2009 Jan Kratochvil <jan.kratochvil@redhat.com> 2.19.51.0.14-32
1a405f
- Remove spurious description of nonexistent --java switch for cxxfilt.
1a405f
1a405f
* Thu Aug  6 2009 Jakub Jelinek <jakub@redhat.com> 2.19.51.0.14-31
1a405f
- Fix strip on objects with STB_GNU_UNIQUE symbols. (BZ 515700, PR binutils/10492)
1a405f
1a405f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19.51.0.14-30
1a405f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1a405f
1a405f
* Wed Jul 22 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.11-28
1a405f
- Rebase sources on 2.19.51.0.14 tarball.  Gain fixes for PRs 10429 and 10433.
1a405f
1a405f
* Wed Jul 22 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.11-28
1a405f
- Rebase sources on 2.19.51.0.13 tarball.  Remove redundant orphan section placement patch. (BZ 512937)
1a405f
1a405f
* Tue Jul 14 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.11-27
1a405f
- Add patch to allow moxie target to build, and hence --enable-targets=all to work.
1a405f
1a405f
* Tue Jul 14 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.11-26
1a405f
- Import orphan section placement patch from mainline.  (BZ 510384)
1a405f
1a405f
* Tue Jul 14 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.11-25
1a405f
- Fix build-id patch to avoid memory corruption.  (BZ 501582)
1a405f
1a405f
* Sat Jul 11 2009 Jan Kratochvil <jan.kratochvil@redhat.com> 2.19.51.0.11-24
1a405f
- Provide uuencode output of the testsuite results.
1a405f
1a405f
* Tue Jun 30 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.11-23
1a405f
- Rebase sources on the 2.19.51.0.11 tarball.
1a405f
1a405f
* Mon Jun 22 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.10-22
1a405f
- Rebase sources on the 2.19.51.0.10 tarball.
1a405f
1a405f
* Thu Jun 11 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-21
1a405f
- Do not attempt to set execute permission on non-regular files.  (BZ 503426)
1a405f
1a405f
* Tue Jun  9 2009 Jakub Jelinek <jakub@redhat.com> 2.19.51.0.2-20
1a405f
- Fix .cfi_* skip over >= 64KB of code.  (PR gas/10255)
1a405f
1a405f
* Wed May 27 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-19
1a405f
- Import fix for binutils PR #9938.  (BZ 500295)
1a405f
1a405f
* Wed Apr 15 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-18
1a405f
- Update IBM Power 7 support patch to fix tlbilx opcode.  (BZ 494718)
1a405f
1a405f
* Tue Mar 17 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-17
1a405f
- Add glibc-static to BuildRequires when running the testsuite.
1a405f
1a405f
* Thu Mar 05 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-16
1a405f
- Add IBM Power7 support.  (BZ 487887)
1a405f
1a405f
* Mon Mar 02 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-15
1a405f
- Add IFUNC support.  (BZ 465302)
1a405f
1a405f
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.19.51.0.2-14
1a405f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1a405f
1a405f
* Mon Feb 23 2009 Jan Kratochvil <jan.kratochvil@redhat.com> 2.19.50.0.2-13
1a405f
- Rediff the symbolic-envvar-revert patch to comply with rpm patch --fuzz=0.
1a405f
1a405f
* Thu Feb  5 2009 Nick Clifton <nickc@redhat.com> 2.19.51.0.2-12
1a405f
- Rebase sources on 2.19.51.0.2 tarball.  Remove linkonce-r-discard and
1a405f
  gcc-expect-table patches.
1a405f
1a405f
* Mon Feb  2 2009 Jan Kratochvil <jan.kratochvil@redhat.com> 2.19.50.0.1-11
1a405f
- Fix .eh_frame_hdr build also for .gcc_except_table LSDA refs (BZ 461675).
1a405f
1a405f
* Fri Jan 23 2009 Nick Clifton <nickc@redhat.com> 2.19.50.0.1-10
1a405f
- Only require dejagnu if the testsuites are going to be run.  (BZ 481169)
1a405f
1a405f
* Sat Nov 29 2008 Nick Clifton <nickc@redhat.com> 2.19.50.0.1-8
1a405f
- Add build-id patch to ensure that section contents are incorporated
1a405f
  into a build id.  (BZ 472152)
1a405f
1a405f
* Fri Nov 21 2008 Nick Clifton <nickc@redhat.com> 2.19.50.0.1
1a405f
- Rebase sources on 2.19.50.0.1 tarball.  Update all patches, trimming
1a405f
  those that are no longer needed.
1a405f
1a405f
* Thu Oct 30 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-7
1a405f
- Fix %%{_prefix}/include/bfd.h on 32-bit hosts due the 64-bit BFD target
1a405f
  support from 2.18.50.0.8-2 (BZ 468495).
1a405f
1a405f
* Thu Oct 30 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-6
1a405f
- binutils-devel now requires zlib-devel (BZ 463101 comment 5).
1a405f
- Fix complains on .gnu.linkonce.r relocations to their discarded
1a405f
  .gnu.linkonce.t counterparts.
1a405f
1a405f
* Mon Sep 22 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-5
1a405f
- Remove %%makeinstall to comply with the spu-binutils review (BZ 452211).
1a405f
1a405f
* Mon Sep 22 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-4
1a405f
- Fix *.so scripts for multilib linking (BZ 463101, suggested by Jakub Jelinek).
1a405f
1a405f
* Sun Sep 21 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-3
1a405f
- Provide libbfd.so and libopcodes.so for automatic dependencies (BZ 463101).
1a405f
- Fix .eh_frame_hdr build on C++ files with discarded common groups (BZ 458950).
1a405f
- Provide --build and --host to fix `rpmbuild --target' biarch builds.
1a405f
- Include %%{binutils_target}- filename prefix for binaries for cross builds.
1a405f
- Fix multilib conflict on %%{_prefix}/include/bfd.h's BFD_HOST_64BIT_LONG_LONG.
1a405f
1a405f
* Mon Sep 15 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-2
1a405f
- Package review, analysed by Jon Ciesla and Patrice Dumas (BZ 225615).
1a405f
 - build back in the sourcedir without problems as gasp is no longer included.
1a405f
 - Fix the install-info requirement.
1a405f
 - Drop the needless gzipping of the info files.
1a405f
 - Provide Obsoletes versions.
1a405f
 - Use the %%configure macro.
1a405f
1a405f
* Sat Aug 30 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-1
1a405f
- Update to 2.18.50.0.9.
1a405f
  - Drop the ppc-only spu target pre-build stage (BZ 455242).
1a405f
  - Drop parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457189).
1a405f
- New .spec BuildRequires zlib-devel (/-static) for compressed sections.
1a405f
- Update .spec Buildroot to be more unique.
1a405f
1a405f
* Fri Aug  1 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.8-2
1a405f
- Fix parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457189).
1a405f
- Turn on 64-bit BFD support for i386, globally enable AC_SYS_LARGEFILE.
1a405f
- `--with debug' builds now with --disable-shared.
1a405f
- Removed a forgotten unused ld/eelf32_spu.c workaround from 2.18.50.0.8-1.
1a405f
1a405f
* Thu Jul 31 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.8-1
1a405f
- Update to 2.18.50.0.8.
1a405f
  - Drop the .clmul -> .pclmul renaming backport.
1a405f
- Add %%{binutils_target} macro to support building cross-binutils.
1a405f
  (David Woodhouse)
1a405f
- Support `--without testsuite' to suppress the testsuite run.
1a405f
- Support `--with debug' to build without optimizations.
1a405f
- Refresh the patchset with fuzz 0 (for new rpmbuild).
1a405f
- Enable the spu target on ppc/ppc64 (BZ 455242).
1a405f
1a405f
* Wed Jul 16 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.6-4
1a405f
- include the `dist' tag in the Release number
1a405f
- libbfd.a symbols visibility is now hidden (for #447426, suggested by Jakub)
1a405f
1a405f
* Wed Jul 16 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.6-3
1a405f
- rebuild libbfd.a with -fPIC for inclusion into shared libraries (#447426)
1a405f
1a405f
* Tue Apr  8 2008 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.6-2
1a405f
- backport .clmul -> .pclmul renaming
1a405f
1a405f
* Fri Apr  4 2008 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.6-1
1a405f
- update to 2.18.50.0.6
1a405f
  - Intel AES, CLMUL, AVX/FMA support
1a405f
1a405f
* Mon Mar  3 2008 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.4-2
1a405f
- revert aranges optimization (Alan Modra, BZ#5303, BZ#5755)
1a405f
- fix ld-shared testcase for GCC 4.3 (H.J. Lu)
1a405f
1a405f
* Fri Feb 29 2008 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.4-1
1a405f
- update to 2.18.50.0.4
1a405f
1a405f
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> 2.18.50.0.3-2
1a405f
- Autorebuild for GCC 4.3
1a405f
1a405f
* Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.3-1
1a405f
- update to 2.18.50.0.3
1a405f
  - fix build with recent makeinfo (#415271)
1a405f
1a405f
* Thu Aug 16 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.18-1
1a405f
- update to 2.17.50.0.18
1a405f
  - GPLv3+
1a405f
  - preserve .note.gnu.build-id in objcopy --only-keep-debug (#251935)
1a405f
  - fix sparc64/alpha broken by --build-id patch (#252936)
1a405f
- update License tag
1a405f
- fix ld crash with --build-id and non-ELF output format (Alan Modra, BZ#4923)
1a405f
1a405f
* Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-7
1a405f
- fix ppc32 secure PLT detection (Alan Modra)
1a405f
1a405f
* Wed Jul 25 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-6
1a405f
- rebuilt to make sure even libbfd.so and libopcodes.so aren't
1a405f
  broken by #249435
1a405f
1a405f
* Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-5
1a405f
- add .note.gnu.build-id into default linker script (#249435)
1a405f
1a405f
* Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-4
1a405f
- don't kill the %%{_gnu} part of target name on arm
1a405f
  (Lennert Buytenhek, #243516)
1a405f
- create just one PT_NOTE segment header for all consecutive SHT_NOTE
1a405f
  sections
1a405f
1a405f
* Wed Jul 18 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-3
1a405f
- fix for ld --build-id
1a405f
1a405f
* Sun Jul 15 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-2
1a405f
- ld --build-id support
1a405f
1a405f
* Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-1
1a405f
- update to 2.17.50.0.17
1a405f
1a405f
* Tue Jun 12 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.16-1
1a405f
- update to 2.17.50.0.16
1a405f
1a405f
* Sat Apr 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-4
1a405f
- fix linking non-ELF input objects into ELF output (#235747)
1a405f
1a405f
* Wed Mar 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-3
1a405f
- don't require matching ELF_OSABI for target vecs with ELFOSABI_NONE,
1a405f
  only prefer specific osabi target vecs over the generic ones
1a405f
  (H.J.Lu, #230964, BZ#3826)
1a405f
- build libbfd.so and libopcodes.so with -Bsymbolic-functions
1a405f
1a405f
* Fri Mar  2 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-2
1a405f
- ignore install-info errors from scriptlets (#223678)
1a405f
1a405f
* Thu Mar  1 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-1
1a405f
- update to 2.17.50.0.12
1a405f
- revert the misdesigned LD_SYMBOLIC{,_FUNCTIONS} env var support,
1a405f
  only support -Bsymbolic/-Bsymbolic-functions/--dynamic-list*
1a405f
1a405f
* Mon Jan  8 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.9-1
1a405f
- update to 2.17.50.0.9
1a405f
- fix tekhex reader
1a405f
1a405f
* Sat Dec 23 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-2
1a405f
- fix --as-needed on ppc64 (#219629)
1a405f
1a405f
* Sun Dec  3 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-1
1a405f
- update to 2.17.50.0.8
1a405f
- initialize frch_cfi_data (BZ#3607)
1a405f
1a405f
* Fri Dec  1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.7-1
1a405f
- update to 2.17.50.0.7
1a405f
  - .cfi_personality and .cfi_lsda directives, per subsection .cfi_*
1a405f
    directives, better .eh_frame CIE merging
1a405f
1a405f
* Thu Nov  9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-3
1a405f
- fix popcnt instruction assembly and disassembly on amd64 (#214767)
1a405f
1a405f
* Mon Oct 23 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-2
1a405f
- update to 2.17.50.0.6
1a405f
  - fix for section relative linker script defined symbols in
1a405f
    empty sections (#207598, BZ#3267)
1a405f
  - fix handling of DW_CFA_set_loc in .eh_frame optimizations
1a405f
  - fix R_PPC_{PLT,GOT{,_TLSGD,_TLSLD,_TPREL,_DTPREL}}16_HA relocation
1a405f
    handling with weak undefined symbols (Alan Modra, #211094)
1a405f
1a405f
* Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-6
1a405f
- fix multilib conflict in %%{_prefix}/include/bfd.h
1a405f
1a405f
* Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-5
1a405f
- fix efi-app-ia64 magic number (#206002, BZ#3171)
1a405f
1a405f
* Tue Sep  5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-4
1a405f
- link libopcodes*.so against libbfd*.so (#202327)
1a405f
- split *.a and header files into binutils-devel
1a405f
1a405f
* Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-3
1a405f
- on ppc and ppc64 increase default -z commonpagesize to 64K (#203001)
1a405f
1a405f
* Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> 2.17.50.0.3-2
1a405f
- do not infer x86 arch implicitly based on instruction in the input
1a405f
  (#200330)
1a405f
1a405f
* Mon Jul 17 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-1
1a405f
- update to 2.17.50.0.3
1a405f
1a405f
* Fri Jul 14 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-8
1a405f
- add support for new AMDFAM10 instructions (#198281, IT#97662)
1a405f
- add -march=/-mtune= gas support on x86/x86-64
1a405f
- x86/x86-64 nop insn improvements
1a405f
- fix DT_GNU_HASH shift count value computation
1a405f
1a405f
* Tue Jul 11 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-7
1a405f
- add DT_GNU_HASH support (--hash-style=gnu and --hash-style=both
1a405f
  ld options)
1a405f
1a405f
* Thu Jun 29 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-4
1a405f
- fix i?86 TLS GD->IE transition in executables (#196157, BZ#2513)
1a405f
1a405f
* Mon Jun 19 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-3
1a405f
- fix two places in ld that misbehaved with MALLOC_PERTURB_=N
1a405f
- fix .tls_common handling in relocatable linking
1a405f
1a405f
* Mon Jun  5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-2
1a405f
- fix --as-needed (Alan Modra, #193689, BZ#2721)
1a405f
1a405f
* Thu Jun  1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-1
1a405f
- update to 2.17.50.0.2
1a405f
- update from CVS to 20060601
1a405f
- speed up the ELF linker by caching the result of kept section check
1a405f
  (H.J. Lu)
1a405f
1a405f
* Tue May  9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.1-1
1a405f
- update to 2.17.50.0.1
1a405f
1a405f
* Fri Mar 31 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-6
1a405f
- fix ld error message formatting, so that collect2 parser can
1a405f
  parse it again for g++ -frepo (#187142)
1a405f
1a405f
* Thu Mar  9 2006 Alexandre Oliva <aoliva@redhat.com> 2.16.91.0.6-4
1a405f
- fix relaxation of TLS GD to LE on PPC (#184590)
1a405f
1a405f
* Fri Mar  3 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-3
1a405f
- support DW_CFA_val_{offset,offset_sf,expression} in readelf/objdump
1a405f
1a405f
* Tue Feb 28 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-2
1a405f
- add MNI support on i?86/x86_64 (#183080)
1a405f
- support S signal frame augmentation flag in .eh_frame,
1a405f
  add .cfi_signal_frame support (#175951, PR other/26208, BZ#300)
1a405f
1a405f
* Tue Feb 14 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-1
1a405f
- update to 2.16.91.0.6
1a405f
  - fix ppc64 --gc-sections
1a405f
  - disassembler fixes for x86_64 cr/debug regs
1a405f
  - fix linker search order for DT_NEEDED libs
1a405f
1a405f
* Mon Jan 02 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.5-1
1a405f
- update to 2.16.91.0.5
1a405f
- don't error about .toc1 references to discarded sectiosn on ppc64
1a405f
  (#175944)
1a405f
1a405f
* Wed Dec 14 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-2
1a405f
- put .gnu.linkonce.d.rel.ro.* sections into relro region
1a405f
1a405f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1a405f
- rebuilt
1a405f
1a405f
* Fri Nov 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-1
1a405f
- update to 2.16.91.0.3
1a405f
- add .weakref support (Alexandre Oliva, #115157, #165728)
1a405f
1a405f
* Thu Aug 18 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-4
1a405f
- install-info also configure.info
1a405f
- update standards.texi from gnulib (#165530)
1a405f
1a405f
* Tue Aug 16 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-3
1a405f
- update to 20050816 CVS
1a405f
- better fix for ld-cdtest
1a405f
- fix symbol version script parsing
1a405f
1a405f
* Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-2
1a405f
- don't complain about relocs to discarded sections in ppc32
1a405f
  .got2 sections (Alan Modra, PR target/17828)
1a405f
1a405f
* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-1
1a405f
- update to 2.16.91.0.2
1a405f
1a405f
* Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-3
1a405f
- fix buffer overflow in readelf ia64 unwind printing code
1a405f
- use vsnprintf rather than vsprintf in gas diagnostics (Tavis Ormandy)
1a405f
- fix ld-cdtest when CFLAGS contains -fexceptions
1a405f
1a405f
* Wed Jul 20 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-2
1a405f
- update to 20050720 CVS
1a405f
1a405f
* Mon Jul 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-1
1a405f
- update to 2.16.91.0.1 plus 20050708 CVS
1a405f
1a405f
* Wed Jun 15 2005 Jakub Jelinek <jakub@redhat.com> 2.16.90.0.3-1
1a405f
- update to 2.16.90.0.3
1a405f
- update to 20050615 CVS
1a405f
  - ppc32 secure PLT support (Alan Modra)
1a405f
- further bfd/readelf robustification
1a405f
1a405f
* Sat Jun 11 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-4
1a405f
- further bfd robustification (CAN-2005-1704, #158680)
1a405f
1a405f
* Fri Jun 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-3
1a405f
- further objdump and readelf robustification (CAN-2005-1704, #158680)
1a405f
1a405f
* Wed May 25 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-2
1a405f
- bfd and readelf robustification (CAN-2005-1704, #158680)
1a405f
1a405f
* Tue Mar 29 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-1
1a405f
- update to 2.15.94.0.2.2
1a405f
- speed up walk_wild_section (Robert O'Callahan)
1a405f
1a405f
* Mon Mar  7 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-4
1a405f
- rebuilt with GCC 4
1a405f
1a405f
* Mon Feb 28 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-3
1a405f
- fix buffer overflows in readelf (#149506)
1a405f
- move c++filt to binutils from gcc-c++, conflict with gcc-c++ < 4.0 (#86333)
1a405f
1a405f
* Thu Feb 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-1
1a405f
- update to 2.15.94.0.2
1a405f
- fix .note.GNU-stack/PT_GNU_STACK computation in linker on ppc64 (#147296)
1a405f
- fix stripping of binaries/libraries that have empty sections right before
1a405f
  .dynamic section (with the same starting address; #144038)
1a405f
- handle AS_NEEDED (...) in linker script INPUT/GROUP
1a405f
1a405f
* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-11
1a405f
- fix a longstanding -z relro bug
1a405f
1a405f
* Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-10
1a405f
- avoid unnecessary gap with -z relro showing on i686 libc.so
1a405f
- ppc64 --emit-relocs fix (Alan Modra)
1a405f
- don't crash if STT_SECTION symbol has incorrect st_shndx (e.g. SHN_ABS,
1a405f
  as created by nasm; #142181)
1a405f
- don't try to make absptr LSDAs relative if they don't have relocations
1a405f
  against them (Alan Modra, #141162)
1a405f
1a405f
* Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5.EL4
1a405f
- fix ar xo (#104344)
1a405f
1a405f
* Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5
1a405f
- fix --just-symbols on ppc64 (Alan Modra, #135498)
1a405f
1a405f
* Fri Oct 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-4
1a405f
- fix code detecting matching linkonce and single member comdat
1a405f
  group sections (#133078)
1a405f
1a405f
* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-3
1a405f
- revert Sep 09 change to make ppc L second argument e.g. for tlbie
1a405f
  non-optional
1a405f
- fix stripping of prelinked binaries and libraries (#133734)
1a405f
- allow strings(1) on 32-bit arches to be used again with > 2GB
1a405f
  files (#133555)
1a405f
1a405f
* Mon Oct  4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-2
1a405f
- update to 2.15.92.0.2
1a405f
- change ld's ld.so.conf parser to match ldconfig's (#129340)
1a405f
1a405f
* Mon Sep 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-9
1a405f
- avoid almost 1MB (sparse) gaps in the middle of -z relro
1a405f
  libraries on x86-64 (Andreas Schwab)
1a405f
- fix -z relro to make sure end of PT_GNU_RELRO segment is always
1a405f
  COMMONPAGESIZE aligned
1a405f
1a405f
* Wed Aug 18 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-8
1a405f
- fix linker segfaults on input objects with SHF_LINK_ORDER with
1a405f
  incorrect sh_link (H.J.Lu, Nick Clifton, #130198, BZ #290)
1a405f
1a405f
* Wed Aug 18 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-7
1a405f
- resolve all undefined ppc64 .* syms to the function bodies through
1a405f
  .opd, not just those used in brach instructions (Alan Modra)
1a405f
1a405f
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-6
1a405f
- fix ppc64 ld --dotsyms (Alan Modra)
1a405f
1a405f
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-5
1a405f
- various ppc64 make check fixes when using non-dot-syms gcc (Alan Modra)
1a405f
- fix --gc-sections
1a405f
- on ia64 create empty .gnu.linkonce.ia64unw*.* sections for
1a405f
  .gnu.linkonce.t.* function doesn't need unwind info
1a405f
1a405f
* Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-4
1a405f
- kill ppc64 dot symbols (Alan Modra)
1a405f
- objdump -d support for objects without dot symbols
1a405f
- support for overlapping ppc64 .opd entries
1a405f
1a405f
* Mon Aug 9 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-3
1a405f
- fix a newly introduced linker crash on x86-64
1a405f
1a405f
* Sun Aug 8 2004 Alan Cox <alan@redhat.com> 2.15.91.0.2-2
1a405f
- BuildRequire bison and macroise buildroot - from Steve Grubb
1a405f
1a405f
* Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-1
1a405f
- update to 2.15.91.0.2
1a405f
- BuildRequire flex (#117763)
1a405f
1a405f
* Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-7
1a405f
- use lib64 instead of lib directories on ia64 if %%{_lib} is
1a405f
  set to lib64 by rpm
1a405f
1a405f
* Sat May 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-6
1a405f
- fix a bug introduced in the ++/-- rejection patch
1a405f
  from 2.15.90.0.3 (Alan Modra)
1a405f
1a405f
* Tue May  4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-5
1a405f
- fix s390{,x} .{,b,p2}align handling
1a405f
- ppc/ppc64 testsuite fix
1a405f
1a405f
* Mon May  3 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-4
1a405f
- -z relro ppc/ppc64/ia64 fixes
1a405f
- change x86-64 .plt symbol st_size handling to match ia32
1a405f
- prettify objdump -d output
1a405f
1a405f
* Tue Apr 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-3
1a405f
- several SPARC fixes
1a405f
1a405f
* Sun Apr 18 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-2
1a405f
- yet another fix for .tbss handling
1a405f
1a405f
* Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-1
1a405f
- update to 2.15.90.0.3
1a405f
1a405f
* Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-2
1a405f
- update to 20040326 CVS
1a405f
  - fix ppc64 weak .opd symbol handling (Alan Modra, #119086)
1a405f
- fix .tbss handling bug introduced
1a405f
1a405f
* Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-1
1a405f
- update to 2.15.90.0.1.1
1a405f
1a405f
* Sat Feb 21 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-8
1a405f
- with -z now without --enable-new-dtags create DT_BIND_NOW
1a405f
  dynamic entry in addition to DT_FLAGS_1 with DF_1_NOW bit set
1a405f
1a405f
* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-7
1a405f
- fix -pie on ppc32
1a405f
1a405f
* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-6
1a405f
- clear .plt sh_entsize on sparc32
1a405f
- put whole .got into relro area with -z now -z relro
1a405f
1a405f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1a405f
- rebuilt
1a405f
1a405f
* Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-4
1a405f
- fix -pie on IA64
1a405f
1a405f
* Mon Jan 19 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-3
1a405f
- fix testcases on s390 and s390x
1a405f
1a405f
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-2
1a405f
- fix testcases on AMD64
1a405f
- fix .got's sh_entsize on IA32/AMD64
1a405f
- set COMMONPAGESIZE on s390/s390x
1a405f
- set COMMONPAGESIZE on ppc32 (Alan Modra)
1a405f
1a405f
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-1
1a405f
- update to 2.14.90.0.8
1a405f
1a405f
* Tue Jan 13 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-4
1a405f
- fix -z relro on 64-bit arches
1a405f
1a405f
* Mon Jan 12 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-3
1a405f
- fix some bugs in -z relro support
1a405f
1a405f
* Fri Jan  9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-2
1a405f
- -z relro support, reordering of RW sections
1a405f
1a405f
* Fri Jan  9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-1
1a405f
- update to 2.14.90.0.7
1a405f
1a405f
* Mon Nov 24 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-4
1a405f
- fix assembly parsing of foo=(.-bar)/4 (Alan Modra)
1a405f
- fix IA-64 assembly parsing of (p7) hint @pause
1a405f
1a405f
* Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-3
1a405f
- don't abort on some linker warnings/errors on IA-64
1a405f
1a405f
* Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-2
1a405f
- fix up merge2.s to use .p2align instead of .align
1a405f
1a405f
* Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-1
1a405f
- update to 2.14.90.0.6
1a405f
- speed up string merging (Lars Knoll, Michael Matz, Alan Modra)
1a405f
- speed up IA-64 local symbol handling during linking
1a405f
1a405f
* Fri Sep  5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-7
1a405f
- avoid ld -s segfaults introduced in 2.14.90.0.5-5 (Dmitry V. Levin,
1a405f
  #103180)
1a405f
1a405f
* Fri Aug 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-6
1a405f
- build old demangler into libiberty.a (#102268)
1a405f
- SPARC .cfi* support
1a405f
1a405f
* Tue Aug  5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-5
1a405f
- fix orphan section placement
1a405f
1a405f
* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-4
1a405f
- fix ppc64 elfvsb linker tests
1a405f
- some more 64-bit cleanliness fixes, give ppc64 fdesc symbols
1a405f
  type and size (Alan Modra)
1a405f
1a405f
* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-3
1a405f
- fix 64-bit unclean code in ppc-opc.c
1a405f
1a405f
* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-2
1a405f
- fix 64-bit unclean code in tc-ppc.c
1a405f
1a405f
* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-1
1a405f
- update to 2.14.90.0.5
1a405f
- fix ld -r on ppc64 (Alan Modra)
1a405f
1a405f
* Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-23
1a405f
- rebuilt
1a405f
1a405f
* Thu Jul 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-22
1a405f
- fix elfNN_ia64_dynamic_symbol_p (Richard Henderson, #86661)
1a405f
- don't access memory beyond what was allocated in readelf
1a405f
  (Richard Henderson)
1a405f
1a405f
* Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-21
1a405f
- add .cfi_* support on ppc{,64} and s390{,x}
1a405f
1a405f
* Tue Jul  8 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-20
1a405f
- remove lib{bfd,opcodes}.la (#98190)
1a405f
1a405f
* Mon Jul  7 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-19
1a405f
- fix -pie support on amd64, s390, s390x and ppc64
1a405f
- issue relocation overflow errors for s390/s390x -fpic code when
1a405f
  accessing .got slots above 4096 bytes from .got start
1a405f
1a405f
* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-18
1a405f
- rebuilt
1a405f
1a405f
* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-17
1a405f
- fix ia64 -pie support
1a405f
- require no undefined non-weak symbols in PIEs like required for normal
1a405f
  binaries
1a405f
1a405f
* Wed Jul  2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-16
1a405f
- fix readelf -d on IA-64
1a405f
- build libiberty.a with -fPIC, so that it can be lined into shared
1a405f
  libraries
1a405f
1a405f
* Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-15
1a405f
- rebuilt
1a405f
1a405f
* Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-14
1a405f
- added support for Intel Prescott instructions
1a405f
- fix hint@pause for ia64
1a405f
- add workaround for LTP sillyness (#97934)
1a405f
1a405f
* Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-13
1a405f
- update CFI stuff to 2003-06-18
1a405f
- make sure .eh_frame is aligned to 8 bytes on 64-bit arches,
1a405f
  remove padding within one .eh_frame section
1a405f
1a405f
* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-12
1a405f
- rebuilt
1a405f
1a405f
* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-11
1a405f
- one more fix for the same patch
1a405f
1a405f
* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-10
1a405f
- fix previous patch
1a405f
1a405f
* Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-9
1a405f
- ensure R_PPC64_{RELATIVE,ADDR64} have *r_offset == r_addend
1a405f
  and the other relocs have *r_offset == 0
1a405f
1a405f
* Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-8
1a405f
- remove some unnecessary provides in ppc64 linker script
1a405f
  which were causing e.g. empty .ctors/.dtors section creation
1a405f
1a405f
* Fri Jun  6 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-7
1a405f
- some CFI updates/fixes
1a405f
- don't create dynamic relocations against symbols defined in PIE
1a405f
  exported from its .dynsym
1a405f
1a405f
* Wed Jun  4 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-6
1a405f
- update gas to 20030604
1a405f
- PT_GNU_STACK support
1a405f
1a405f
* Mon Jun  2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-5
1a405f
- buildrequire gettext (#91838)
1a405f
1a405f
* Sat May 31 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-4
1a405f
- fix shared libraries with >= 8192 .plt slots on ppc32
1a405f
1a405f
* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-3
1a405f
- rebuilt
1a405f
1a405f
* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-2
1a405f
- rename ld --dynamic option to --pic-executable or --pie
1a405f
- fix ld --help output
1a405f
- document --pie/--pic-executable in ld.info and ld.1
1a405f
1a405f
* Wed May 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-1
1a405f
- update to 2.14.90.0.4-1
1a405f
- gas CFI updates (Richard Henderson)
1a405f
- dynamic executables (Ulrich Drepper)
1a405f
1a405f
* Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-2
1a405f
- fix ELF visibility handling
1a405f
- tidy plt entries on IA-32, ppc and ppc64
1a405f
1a405f
* Mon May 19 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-1
1a405f
- update to 2.14.90.0.2-1
1a405f
1a405f
* Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-8
1a405f
- fix bfd_elf_hash on 64-bit arches (Andrew Haley)
1a405f
1a405f
* Wed Apr 30 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-7
1a405f
- rebuilt
1a405f
1a405f
* Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-6
1a405f
- optimize DW_CFA_advance_loc4 in gas even if there is 'z' augmentation
1a405f
  with size 0 in FDE
1a405f
1a405f
* Fri Apr 11 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-5
1a405f
- fix SPARC build
1a405f
1a405f
* Thu Apr  3 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-4
1a405f
- fix ppc32 plt reference counting
1a405f
- don't include %%{_prefix}/%%{_lib}/debug in the non-debuginfo package
1a405f
  (#87729)
1a405f
1a405f
* Mon Mar 31 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-3
1a405f
- make elf64ppc target native extra on ppc and elf32ppc native extra
1a405f
  on ppc64.
1a405f
1a405f
* Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-2
1a405f
- fix TLS on IA-64 with ld relaxation
1a405f
1a405f
* Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-1
1a405f
- update to 2.13.90.0.20
1a405f
1a405f
* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-9
1a405f
- rebuilt
1a405f
1a405f
* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-8
1a405f
- don't strip binaries in %%install, so that there is non-empty
1a405f
  debuginfo
1a405f
1a405f
* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-7
1a405f
- don't optimize .eh_frame during ld -r
1a405f
1a405f
* Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-6
1a405f
- don't clear elf_link_hash_flags in the .symver patch
1a405f
- only use TC_FORCE_RELOCATION in s390's TC_FORCE_RELOCATION_SUB_SAME
1a405f
  (Alan Modra)
1a405f
1a405f
* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-5
1a405f
- fix the previous .symver change
1a405f
- remove libbfd.so and libopcodes.so symlinks, so that other packages
1a405f
  link statically, not dynamically against libbfd and libopcodes
1a405f
  whose ABI is everything but stable
1a405f
1a405f
* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-4
1a405f
- do .symver x, x@FOO handling earlier
1a405f
- support .file and .loc on s390*
1a405f
1a405f
* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-3
1a405f
- handle .symver x, x@FOO in ld such that relocs against x become
1a405f
  dynamic relocations against x@FOO (#83325)
1a405f
- two PPC64 TLS patches (Alan Modra)
1a405f
1a405f
* Sun Feb 09 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-2
1a405f
- fix SEARCH_DIR on x86_64/s390x
1a405f
- fix Alpha --relax
1a405f
- create DT_RELA{,SZ,ENT} on s390 even if there is just .rela.plt
1a405f
  and no .rela.dyn section
1a405f
- support IA-32 on IA-64 (#83752)
1a405f
- .eh_frame_hdr fix (Andreas Schwab)
1a405f
1a405f
* Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-1
1a405f
- update to 2.13.90.0.18 + 20030121->20030206 CVS diff
1a405f
1a405f
* Tue Feb 04 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-8
1a405f
- alpha TLS fixes
1a405f
- use .debug_line directory table to make the section tiny bit smaller
1a405f
- libtool fix from Jens Petersen
1a405f
1a405f
* Sun Feb 02 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-7
1a405f
- sparc32 TLS
1a405f
1a405f
* Fri Jan 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-6
1a405f
- s390{,x} TLS and two other mainframe patches
1a405f
1a405f
* Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-5
1a405f
- fix IA-64 TLS IE in shared libs
1a405f
- .{preinit,init,fini}_array compat hack from Alexandre Oliva
1a405f
1a405f
* Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-4
1a405f
- IA-64 TLS fixes
1a405f
- fix .plt sh_entsize on Alpha
1a405f
- build with %%_smp_mflags
1a405f
1a405f
* Sat Nov 30 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-3
1a405f
- fix strip on TLS binaries and libraries
1a405f
1a405f
* Fri Nov 29 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-2
1a405f
- fix IA-64 ld bootstrap
1a405f
1a405f
* Thu Nov 28 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-1
1a405f
- update to 2.13.90.0.16
1a405f
- STT_TLS SHN_UNDEF fix
1a405f
1a405f
* Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-4
1a405f
- pad .rodata.cstNN sections at the end if they aren't sized to multiple
1a405f
  of sh_entsize
1a405f
- temporary patch to make .eh_frame and .gcc_except_table sections
1a405f
  readonly if possible (should be removed when AUTO_PLACE is implemented)
1a405f
- fix .PPC.EMB.apuinfo section flags
1a405f
1a405f
* Wed Oct 23 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-3
1a405f
- fix names and content of alpha non-alloced .rela.* sections (#76583)
1a405f
- delete unpackaged files from the buildroot
1a405f
1a405f
* Tue Oct 15 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-2
1a405f
- enable s390x resp. s390 emulation in linker too
1a405f
1a405f
* Mon Oct 14 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-1
1a405f
- update to 2.13.90.0.10
1a405f
- add a bi-arch patch for sparc/s390/x86_64
1a405f
- add --enable-64-bit-bfd on sparc, s390 and ppc
1a405f
1a405f
* Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-3
1a405f
- fix combreloc testcase
1a405f
1a405f
* Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-2
1a405f
- fix orphan .rel and .rela section placement with -z combreloc (Alan Modra)
1a405f
- skip incompatible linker scripts when searching for libraries
1a405f
1a405f
* Tue Oct  1 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-1
1a405f
- update to 2.13.90.0.4
1a405f
- x86-64 TLS support
1a405f
- some IA-32 TLS fixes
1a405f
- some backported patches from trunk
1a405f
- include opcodes, ld, gas and bfd l10n too
1a405f
1a405f
* Thu Sep 19 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-3
1a405f
- allow addends for IA-32 TLS @tpoff, @ntpoff and @dtpoff
1a405f
- clear memory at *r_offset of dynamic relocs on PPC
1a405f
- avoid ld crash if accessing non-local symbols through LE relocs
1a405f
- new IA-32 TLS relocs, bugfixes and testcases
1a405f
- use brl insn on IA-64 (Richard Henderson)
1a405f
- fix R_IA64_PCREL21{M,F} handling (Richard Henderson)
1a405f
- build in separate builddir, so that gasp tests don't fail
1a405f
- include localization
1a405f
1a405f
* Thu Aug  8 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-2
1a405f
- fix R_386_TPOFF32 addends (#70824)
1a405f
1a405f
* Sat Aug  3 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-1
1a405f
- update to 2.13.90.0.2
1a405f
  - fix ld TLS assertion failure (#70084)
1a405f
  - fix readelf --debug-dump= handling to match man page and --help
1a405f
    (#68997)
1a405f
- fix _GLOBAL_OFFSET_TABLE gas handling (#70241)
1a405f
1a405f
* Wed Jul 24 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.15-1
1a405f
- update to 2.12.90.0.15
1a405f
- TLS .tbss fix
1a405f
- don't use rpm %%configure macro, it is broken too often (#69366)
1a405f
1a405f
* Thu May 30 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.9-1
1a405f
- update to 2.12.90.0.9
1a405f
  - TLS support
1a405f
- remove gasp.info from %%post/%%preun (#65400)
1a405f
1a405f
* Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.7-1
1a405f
- update to 2.12.90.0.7
1a405f
- run make check
1a405f
1a405f
* Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-12
1a405f
- fix .hidden handling on SPARC (Richard Henderson)
1a405f
- don't crash when linking -shared non-pic code with SHF_MERGE
1a405f
- fix .eh_frame_hdr for DW_EH_PE_aligned
1a405f
- correctly adjust DW_EH_PE_pcrel encoded personalities in CIEs
1a405f
1a405f
* Fri Apr  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-11
1a405f
- don't emit dynamic R_SPARC_DISP* relocs against STV_HIDDEN symbols
1a405f
  into shared libraries
1a405f
1a405f
* Thu Mar 21 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-10
1a405f
- don't merge IA-64 unwind info sections together during ld -r
1a405f
1a405f
* Mon Mar 11 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-9
1a405f
- fix DATA_SEGMENT_ALIGN on ia64/alpha/sparc/sparc64
1a405f
1a405f
* Fri Mar  8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-8
1a405f
- don't crash on SHN_UNDEF local dynsyms (Andrew MacLeod)
1a405f
1a405f
* Thu Mar  7 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-7
1a405f
- fix bfd configury bug (Alan Modra)
1a405f
1a405f
* Tue Mar  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-6
1a405f
- don't copy visibility when equating symbols
1a405f
- fix alpha .text/.data with .previous directive bug
1a405f
1a405f
* Tue Mar  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-5
1a405f
- fix SHF_MERGE crash with --gc-sections (#60369)
1a405f
- C++ symbol versioning patch
1a405f
1a405f
* Fri Feb 22 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-4
1a405f
- add DW_EH_PE_absptr -> DW_EH_PE_pcrel optimization for shared libs,
1a405f
  if DW_EH_PE_absptr cannot be converted that way, don't build the
1a405f
  .eh_frame_hdr search table
1a405f
1a405f
* Fri Feb 15 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-3
1a405f
- fix ld -N broken by last patch
1a405f
1a405f
* Tue Feb 12 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-2
1a405f
- trade one saved runtime page for data segment (=almost always not shared)
1a405f
  for up to one page of disk space where possible
1a405f
1a405f
* Fri Feb  8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-1
1a405f
- update to 2.11.93.0.2
1a405f
- use %%{ix86} instead of i386 for -z combreloc default (#59086)
1a405f
1a405f
* Thu Jan 31 2002 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-10
1a405f
- don't create SHN_UNDEF STB_WEAK symbols unless there are any relocations
1a405f
  against them
1a405f
1a405f
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 2.11.92.0.12-9.1
1a405f
- rebuild (fix ia64 miscompilation)
1a405f
1a405f
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1a405f
- automated rebuild
1a405f
1a405f
* Fri Dec 28 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-8
1a405f
- two further .eh_frame patch fixes
1a405f
1a405f
* Wed Dec 19 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-7
1a405f
- as ld is currently not able to shrink input sections to zero size
1a405f
  during discard_info, build a fake minimal CIE in that case
1a405f
- update elf-strtab patch to what was commited
1a405f
1a405f
* Mon Dec 17 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-6
1a405f
- one more .eh_frame patch fix
1a405f
- fix alpha .eh_frame handling
1a405f
- optimize elf-strtab finalize
1a405f
1a405f
* Sat Dec 15 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-5
1a405f
- yet another fix for the .eh_frame patch
1a405f
1a405f
* Fri Dec 14 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-4
1a405f
- Alan Modra's patch to avoid crash if there is no dynobj
1a405f
1a405f
* Thu Dec 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-3
1a405f
- H.J.'s patch to avoid crash if input files are not ELF
1a405f
- don't crash if a SHF_MERGE for some reason could not be merged
1a405f
- fix objcopy/strip to preserve SHF_MERGE sh_entsize
1a405f
- optimize .eh_frame sections, add PT_GNU_EH_FRAME support
1a405f
- support anonymous version tags in version script
1a405f
1a405f
* Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-2
1a405f
- fix IA-64 SHF_MERGE handling
1a405f
1a405f
* Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-1
1a405f
- update to 2.11.92.0.12
1a405f
  - optimize .dynstr and .shstrtab sections (#55524)
1a405f
  - fix ld.1 glitch (#55459)
1a405f
- turn relocs against SHF_MERGE local symbols with zero addend
1a405f
  into STT_SECTION + addend
1a405f
- remove man pages for programs not included (nlmconv, windres, dlltool;
1a405f
  #55456, #55461)
1a405f
- add BuildRequires for texinfo
1a405f
1a405f
* Thu Oct 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-2
1a405f
- duh, fix strings on bfd objects (#55084)
1a405f
1a405f
* Sat Oct 20 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-1
1a405f
- update to 2.11.92.0.7
1a405f
- remove .rel{,a}.dyn from output if it is empty
1a405f
1a405f
* Thu Oct 11 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-2
1a405f
- fix strings patch
1a405f
- use getc_unlocked in strings to speed it up by 50% on large files
1a405f
1a405f
* Wed Oct 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-1
1a405f
- update to 2.11.92.0.5
1a405f
  - binutils localization (#45148)
1a405f
  - fix typo in REPORT_BUGS_TO (#54325)
1a405f
- support files bigger than 2GB in strings (#54406)
1a405f
1a405f
* Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-12
1a405f
- on IA-64, don't mix R_IA64_IPLTLSB relocs with non-PLT relocs in
1a405f
  .rela.dyn section.
1a405f
1a405f
* Tue Sep 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-11
1a405f
- add iplt support for IA-64 (Richard Henderson)
1a405f
- switch to new section flags for SHF_MERGE and SHF_STRINGS, put
1a405f
  in compatibility code
1a405f
- "s" section flag for small data sections on IA-64 and Alpha
1a405f
  (Richard Henderson)
1a405f
- fix sparc64 .plt[32768+] handling
1a405f
- don't emit .rela.stab on sparc
1a405f
1a405f
* Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-10
1a405f
- fix SHF_MERGE on Sparc
1a405f
1a405f
* Fri Aug 31 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-9
1a405f
- on Alpha, copy *r_offset to R_ALPHA_RELATIVE's r_addend
1a405f
1a405f
* Thu Aug 30 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-8
1a405f
- on IA-64, put crtend{,S}.o's .IA_64.unwind section last in
1a405f
  .IA_64.unwind output section (for compatibility with 7.1 eh)
1a405f
1a405f
* Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-7
1a405f
- put RELATIVE relocs first, not last
1a405f
- enable -z combreloc by default on IA-{32,64}, Alpha, Sparc*
1a405f
1a405f
* Thu Aug 23 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-6
1a405f
- support for -z combreloc
1a405f
- remove .dynamic patch, -z combreloc patch does this better
1a405f
- set STT_FUNC default symbol sizes in .endp directive on IA-64
1a405f
1a405f
* Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-5
1a405f
- fix last patch (H.J.Lu)
1a405f
1a405f
* Fri Jul 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-4
1a405f
- fix placing of orphan sections
1a405f
1a405f
* Sat Jun 23 2001 Jakub Jelinek <jakub@redhat.com>
1a405f
- fix SHF_MERGE support on Alpha
1a405f
1a405f
* Fri Jun  8 2001 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.11.90.0.8
1a405f
  - some SHF_MERGE suport fixes
1a405f
- don't build with tooldir /usrusr instead of /usr (#40937)
1a405f
- reserve few .dynamic entries for prelinking
1a405f
1a405f
* Mon Apr 16 2001 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.11.90.0.5
1a405f
  - SHF_MERGE support
1a405f
1a405f
* Tue Apr  3 2001 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.11.90.0.4
1a405f
  - fix uleb128 support, so that CVS gcc bootstraps
1a405f
  - some ia64 fixes
1a405f
1a405f
* Mon Mar 19 2001 Jakub Jelinek <jakub@redhat.com>
1a405f
- add -Bgroup support from Ulrich Drepper
1a405f
1a405f
* Fri Mar  9 2001 Jakub Jelinek <jakub@redhat.com>
1a405f
- hack - add elf_i386_glibc21 emulation
1a405f
1a405f
* Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.10.91.0.2
1a405f
1a405f
* Fri Feb  9 2001 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.10.1.0.7
1a405f
- remove ExcludeArch ia64
1a405f
- back out the -oformat, -omagic and -output change for now
1a405f
1a405f
* Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- Prereq /sbin/install-info
1a405f
1a405f
* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.10.1.0.2
1a405f
1a405f
* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- add one more alpha patch
1a405f
1a405f
* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- fix alpha visibility as problem
1a405f
- add support for Ultra-III
1a405f
1a405f
* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- and one more alpha patch
1a405f
1a405f
* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- two sparc patches
1a405f
1a405f
* Mon Jul 24 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.10.0.18
1a405f
1a405f
* Mon Jul 10 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.10.0.12
1a405f
1a405f
* Mon Jun 26 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.10.0.9
1a405f
1a405f
* Thu Jun 15 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- fix ld -r
1a405f
1a405f
* Mon Jun  5 2000 Jakub Jelinek <jakub@redhat.com>
1a405f
- 2.9.5.0.46
1a405f
- use _mandir/_infodir/_lib
1a405f
1a405f
* Mon May  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1a405f
- 2.9.5.0.41
1a405f
1a405f
* Wed Apr 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1a405f
- 2.9.5.0.34
1a405f
1a405f
* Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1a405f
- 2.9.5.0.31
1a405f
1a405f
* Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
1a405f
- man pages are compressed
1a405f
- apply kingdon's patch from #5031
1a405f
1a405f
* Wed Jan 19 2000 Jeff Johnson <jbj@redhat.com>
1a405f
- Permit package to be built with a prefix other than /usr.
1a405f
1a405f
* Thu Jan 13 2000 Cristian Gafton <gafton@redhat.com>
1a405f
- add pacth from hjl to fix the versioning problems in ld
1a405f
1a405f
* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1a405f
- Add sparc patches from Jakub Jelinek <jakub@redhat.com>
1a405f
- Add URL:
1a405f
1a405f
* Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1a405f
- 2.9.5.0.22
1a405f
1a405f
* Wed Nov 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1a405f
- 2.9.5.0.19
1a405f
1a405f
* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1a405f
- 2.9.5.0.16
1a405f
1a405f
* Mon Sep 06 1999 Jakub Jelinek <jj@ultra.linux.cz>
1a405f
- make shared non-pic libraries work on sparc with glibc 2.1.
1a405f
1a405f
* Fri Aug 27 1999 Jim Kingdon
1a405f
- No source/spec changes, just rebuilding with egcs-1.1.2-18 because
1a405f
  the older egcs was miscompling gprof.
1a405f
1a405f
* Mon Apr 26 1999 Cristian Gafton <gafton@redhat.com>
1a405f
- back out very *stupid* sparc patch done by HJLu. People, keep out of
1a405f
  things you don't understand.
1a405f
- add alpha relax patch from rth
1a405f
1a405f
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
1a405f
- version  2.9.1.0.23
1a405f
- patch to make texinfo documentation compile
1a405f
- auto rebuild in the new build environment (release 2)
1a405f
1a405f
* Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
1a405f
- updated to 2.9.1.0.21
1a405f
- merged with UltraPenguin
1a405f
1a405f
* Mon Jan 04 1999 Cristian Gafton <gafton@redhat.com>
1a405f
- added ARM patch from philb
1a405f
- version 2.9.1.0.19a
1a405f
- added a patch to allow arm* arch to be identified as an ARM
1a405f
1a405f
* Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- updated to 2.9.1.0.14.
1a405f
1a405f
* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
1a405f
- updated to 2.9.1.0.13.
1a405f
1a405f
* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- updated to 2.9.1.0.12
1a405f
1a405f
* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
1a405f
- updated to 2.9.1.0.7.
1a405f
1a405f
* Wed Jun 03 1998 Jeff Johnson <jbj@redhat.com>
1a405f
- updated to 2.9.1.0.6.
1a405f
1a405f
* Tue Jun 02 1998 Erik Troan <ewt@redhat.com>
1a405f
- added patch from rth to get right offsets for sections in relocateable
1a405f
  objects on sparc32
1a405f
1a405f
* Thu May 07 1998 Prospector System <bugs@redhat.com>
1a405f
- translations modified for de, fr, tr
1a405f
1a405f
* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- version 2.9.1.0.4 is out; even more, it is public !
1a405f
1a405f
* Tue May 05 1998 Jeff Johnson <jbj@redhat.com>
1a405f
- updated to 2.9.1.0.3.
1a405f
1a405f
* Mon Apr 20 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- updated to 2.9.0.3
1a405f
1a405f
* Tue Apr 14 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- upgraded to 2.9.0.2
1a405f
1a405f
* Sun Apr 05 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- updated to 2.8.1.0.29 (HJ warned me that this thing is a moving target...
1a405f
  :-)
1a405f
- "fixed" the damn make install command so that all tools get installed
1a405f
1a405f
* Thu Apr 02 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- upgraded again to 2.8.1.0.28 (at least on alpha now egcs will compile)
1a405f
- added info packages handling
1a405f
1a405f
* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- upgraded to 2.8.1.0.23
1a405f
1a405f
* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
1a405f
- updated to 2.8.1.0.15 (required to compile the newer glibc)
1a405f
- all patches are obsoleted now
1a405f
1a405f
* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
1a405f
- added 2.8.1.0.1 patch from hj
1a405f
- added patch for alpha palcode form rth