faf2fe1
# rpmbuild parameters:
faf2fe1
# --define "binutils_target arm-linux-gnu" to create arm-linux-gnu-binutils.
faf2fe1
# --with debug: Build without optimizations and without splitting the debuginfo.
faf2fe1
# --without testsuite: Do not run the testsuite.  Default is to run it.
47aaac1
# --with testsuite: Run the testsuite.  Default --with debug is not to run it.
faf2fe1
faf2fe1
%if 0%{!?binutils_target:1}
faf2fe1
%define binutils_target %{_target_platform}
faf2fe1
%define isnative 1
47aaac1
%define enable_shared 1
faf2fe1
%else
faf2fe1
%define cross %{binutils_target}-
faf2fe1
%define isnative 0
47aaac1
%define enable_shared 0
faf2fe1
%endif
faf2fe1
acc6dd6
Summary: A GNU collection of binary utilities
faf2fe1
Name: %{?cross}binutils%{?_with_debug:-debug}
fe03d62
Version: 2.19.50.0.1
2de8709
Release: 7%{?dist}
1d52dc8
License: GPLv3+
cvsdist 6573050
Group: Development/Tools
cvsdist 3332ba6
URL: http://sources.redhat.com/binutils
cvsdist ca4e49d
Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
fe03d62
Source2: binutils-2.19.50.0.1-output-format.sed
fe03d62
Patch01: binutils-2.19.50.0.1-libtool-lib64.patch
fe03d62
Patch02: binutils-2.19.50.0.1-ppc64-pie.patch
fe03d62
Patch03: binutils-2.19.50.0.1-ia64-lib64.patch
fe03d62
Patch04: binutils-2.19.50.0.1-symbolic-envvar-revert.patch
fe03d62
Patch05: binutils-2.19.50.0.1-version.patch
fe03d62
Patch06: binutils-2.19.50.0.1-set-long-long.patch
fe03d62
Patch07: binutils-2.19.50.0.1-upstream-ld-tests.patch
fe03d62
Patch08: binutils-2.19.50.0.1-linkonce-r-discard.patch
faf2fe1
faf2fe1
%if 0%{?_with_debug:1}
faf2fe1
# Define this if you want to skip the strip step and preserve debug info.
faf2fe1
# Useful for testing.
faf2fe1
%define __debug_install_post : > %{_builddir}/%{?buildsubdir}/debugfiles.list
faf2fe1
%define debug_package %{nil}
075413a
%define run_testsuite 0%{?_with_testsuite:1}
075413a
%else
075413a
%define run_testsuite 0%{!?_without_testsuite:1}
faf2fe1
%endif
cvsdist 8b6f013
075413a
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
075413a
BuildRequires: texinfo >= 4.0, dejagnu, gettext, flex, bison, zlib-devel
075413a
# Required for: ld-bootstrap/bootstrap.exp bootstrap with --static
075413a
# It should not be required for: ld-elf/elf.exp static {preinit,init,fini} array
075413a
%if %{run_testsuite}
075413a
BuildRequires: zlib-static
075413a
%endif
711ec69
Conflicts: gcc-c++ < 4.0.0
acc6dd6
Requires(post): /sbin/install-info
acc6dd6
Requires(preun): /sbin/install-info
cvsdist b6e926e
%ifarch ia64
acc6dd6
Obsoletes: gnupro <= 1117-1
cvsdist b6e926e
%endif
cvsdist 6573050
7068422
# On ARM EABI systems, we do want -gnueabi to be part of the
7068422
# target triple.
7068422
%ifnarch %{arm}
cvsdist 3332ba6
%define _gnu %{nil}
7068422
%endif
cvsdist 3332ba6
cvsdist 6573050
%description
cvsdist ca4e49d
Binutils is a collection of binary utilities, including ar (for
cvsdist ca4e49d
creating, modifying and extracting from archives), as (a family of GNU
cvsdist ca4e49d
assemblers), gprof (for displaying call graph profile data), ld (the
cvsdist ca4e49d
GNU linker), nm (for listing symbols from object files), objcopy (for
cvsdist ca4e49d
copying and translating object files), objdump (for displaying
cvsdist ca4e49d
information from object files), ranlib (for generating an index for
cvsdist ca4e49d
the contents of an archive), size (for listing the section sizes of an
cvsdist ca4e49d
object or archive file), strings (for listing printable strings from
cvsdist ca4e49d
files), strip (for discarding symbols), and addr2line (for converting
cvsdist ca4e49d
addresses to file and line).
cvsdist 6573050
bfcb835
%package devel
bfcb835
Summary: BFD and opcodes static libraries and header files
bfcb835
Group: System Environment/Libraries
bfcb835
Conflicts: binutils < 2.17.50.0.3-4
acc6dd6
Requires(post): /sbin/install-info
acc6dd6
Requires(preun): /sbin/install-info
a4096d7
Requires: zlib-devel
bfcb835
bfcb835
%description devel
bfcb835
This package contains BFD and opcodes static libraries and associated
bfcb835
header files.  Only *.a libraries are included, because BFD doesn't
bfcb835
have a stable ABI.  Developers starting new projects are strongly encouraged
bfcb835
to consider using libelf instead of BFD.
bfcb835
cvsdist 6573050
%prep
faf2fe1
%setup -q -n binutils-%{version}
fe03d62
%patch01 -p0 -b .libtool-lib64~
fe03d62
%patch02 -p0 -b .ppc64-pie~
cvsdist 0f5bdd1
%ifarch ia64
cvsdist 0f5bdd1
%if "%{_lib}" == "lib64"
fe03d62
%patch03 -p0 -b .ia64-lib64~
cvsdist 0f5bdd1
%endif
cvsdist 0f5bdd1
%endif
fe03d62
%patch04 -p0 -b .symbolic-envvar-revert~
fe03d62
%patch05 -p0 -b .version~
fe03d62
%patch06 -p0 -b .set-long-long~
fe03d62
%patch07 -p0 -b .upstream-ld-tests~
fe03d62
%patch08 -p0 -b .linkonce-r-discard~
6003b33
faf2fe1
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
faf2fe1
faf2fe1
# On ppc64 we might use 64KiB pages
5f664c4
sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*ppc.c
cvsdist 5b6c883
# LTP sucks
cvsdist 5b6c883
perl -pi -e 's/i\[3-7\]86/i[34567]86/g' */conf*
44cfb8c
sed -i -e 's/%''{release}/%{release}/g' bfd/Makefile{.am,.in}
bfcb835
sed -i -e '/^libopcodes_la_\(DEPENDENCIES\|LIBADD\)/s,$, ../bfd/libbfd.la,' opcodes/Makefile.{am,in}
9ce5866
# Build libbfd.so and libopcodes.so with -Bsymbolic-functions if possible.
9ce5866
if gcc %{optflags} -v --help 2>&1 | grep -q -- -Bsymbolic-functions; then
7833793
sed -i -e 's/^libbfd_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' bfd/Makefile.{am,in}
7833793
sed -i -e 's/^libopcodes_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' opcodes/Makefile.{am,in}
9ce5866
fi
faf2fe1
# $PACKAGE is used for the gettext catalog name.
faf2fe1
sed -i -e 's/^ PACKAGE=/ PACKAGE=%{?cross}/' */configure
faf2fe1
# Undo the name change to run the testsuite.
faf2fe1
for tool in binutils gas ld
faf2fe1
do
faf2fe1
  sed -i -e "2aDEJATOOL = $tool" $tool/Makefile.am
faf2fe1
  sed -i -e "s/^DEJATOOL = .*/DEJATOOL = $tool/" $tool/Makefile.in
faf2fe1
done
cvsdist 5b6c883
touch */configure
cvsdist 6573050
cvsdist 6573050
%build
faf2fe1
echo target is %{binutils_target}
faf2fe1
export CFLAGS="$RPM_OPT_FLAGS"
cvsdist 1a4e588
CARGS=
faf2fe1
48cbdf2
case %{binutils_target} in i?86*|sparc*|ppc*|s390*|sh*)
faf2fe1
  CARGS="$CARGS --enable-64-bit-bfd"
faf2fe1
  ;;
faf2fe1
esac
faf2fe1
faf2fe1
case %{binutils_target} in ia64*)
47aaac1
  CARGS="$CARGS --enable-targets=i386-linux"
faf2fe1
  ;;
faf2fe1
esac
faf2fe1
faf2fe1
case %{binutils_target} in ppc*|ppc64*)
47aaac1
  CARGS="$CARGS --enable-targets=spu"
faf2fe1
  ;;
faf2fe1
esac
faf2fe1
faf2fe1
%if 0%{?_with_debug:1}
faf2fe1
CFLAGS="$CFLAGS -O0 -ggdb2"
47aaac1
%define enable_shared 0
cvsdist 1a4e588
%endif
faf2fe1
faf2fe1
# We could optimize the cross builds size by --enable-shared but the produced
faf2fe1
# binaries may be less convenient in the embedded environment.
acc6dd6
%configure \
4140cef
  --build=%{_target_platform} --host=%{_target_platform} \
4140cef
  --target=%{binutils_target} \
acc6dd6
%if !%{isnative}
4140cef
  --enable-targets=%{_host} \
faf2fe1
  --with-sysroot=%{_prefix}/%{binutils_target}/sys-root \
4140cef
  --program-prefix=%{cross} \
cvsdist 1a4e588
%endif
47aaac1
%if %{enable_shared}
47aaac1
  --enable-shared \
47aaac1
%else
47aaac1
  --disable-shared \
47aaac1
%endif
faf2fe1
  $CARGS \
acc6dd6
  --disable-werror \
44cfb8c
  --with-bugurl=http://bugzilla.redhat.com/bugzilla/
cvsdist 5b6c883
make %{_smp_mflags} tooldir=%{_prefix} all
cvsdist 5b6c883
make %{_smp_mflags} tooldir=%{_prefix} info
47aaac1
47aaac1
# Do not use %%check as it is run after %%install where libbfd.so is rebuild
47aaac1
# with -fvisibility=hidden no longer being usable in its shared form.
075413a
%if !%{run_testsuite}
faf2fe1
echo ====================TESTSUITE DISABLED=========================
faf2fe1
%else
b9eefa4
make -k check < /dev/null > check.log 2>&1 || :
cvsdist e2181a9
echo ====================TESTING=========================
b9eefa4
cat check.log
cvsdist e2181a9
echo ====================TESTING END=====================
faf2fe1
%endif
cvsdist 6573050
cvsdist 6573050
%install
cvsdist 1a4e588
rm -rf %{buildroot}
e550b35
make install DESTDIR=%{buildroot}
faf2fe1
%if %{isnative}
cvsdist 1a4e588
make prefix=%{buildroot}%{_prefix} infodir=%{buildroot}%{_infodir} install-info
cvsdist 6573050
d763a81
# Rebuild libiberty.a with -fPIC.
d763a81
# Future: Remove it together with its header file, projects should bundle it.
d763a81
make -C libiberty clean
d763a81
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C libiberty
d763a81
d763a81
# Rebuild libbfd.a with -fPIC.
d763a81
# Without the hidden visibility the 3rd party shared libraries would export
d763a81
# the bfd non-stable ABI.
d763a81
make -C bfd clean
d763a81
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS -fvisibility=hidden" -C bfd
cvsdist 5b6c883
76380b0
install -m 644 bfd/libbfd.a %{buildroot}%{_prefix}/%{_lib}
cvsdist 5b6c883
install -m 644 libiberty/libiberty.a %{buildroot}%{_prefix}/%{_lib}
acc6dd6
install -m 644 include/libiberty.h %{buildroot}%{_prefix}/include
cvsdist 1489be3
# Remove Windows/Novell only man pages
cvsdist 1a4e588
rm -f %{buildroot}%{_mandir}/man1/{dlltool,nlmconv,windres}*
cvsdist 6573050
47aaac1
%if %{enable_shared}
cvsdist 1a4e588
chmod +x %{buildroot}%{_prefix}/%{_lib}/lib*.so*
47aaac1
%endif
cvsdist 1a4e588
cvsdist 1a4e588
# Prevent programs to link against libbfd and libopcodes dynamically,
cvsdist 1a4e588
# they are changing far too often
cvsdist 1a4e588
rm -f %{buildroot}%{_prefix}/%{_lib}/lib{bfd,opcodes}.so
cvsdist 6573050
cvsdist 5b6c883
# Remove libtool files, which reference the .so libs
cvsdist 5b6c883
rm -f %{buildroot}%{_prefix}/%{_lib}/lib{bfd,opcodes}.la
cvsdist 5b6c883
2de8709
# Sanity check --enable-64-bit-bfd really works.
2de8709
grep '^#define BFD_ARCH_SIZE 64$' %{buildroot}%{_prefix}/include/bfd.h
4140cef
# Fix multilib conflicts of generated values by __WORDSIZE-based expressions.
48cbdf2
%ifarch %{ix86} x86_64 ppc ppc64 s390 s390x sh3 sh4 sparc sparc64
84801c5
sed -i -e '/^#include "ansidecl.h"/{p;s~^.*$~#include <bits/wordsize.h>~;}' \
84801c5
    -e 's/^#define BFD_DEFAULT_TARGET_SIZE \(32\|64\) *$/#define BFD_DEFAULT_TARGET_SIZE __WORDSIZE/' \
84801c5
    -e 's/^#define BFD_HOST_64BIT_LONG [01] *$/#define BFD_HOST_64BIT_LONG (__WORDSIZE == 64)/' \
84801c5
    -e 's/^#define BFD_HOST_64_BIT \(long \)\?long *$/#if __WORDSIZE == 32\
84801c5
#define BFD_HOST_64_BIT long long\
84801c5
#else\
84801c5
#define BFD_HOST_64_BIT long\
84801c5
#endif/' \
84801c5
    -e 's/^#define BFD_HOST_U_64_BIT unsigned \(long \)\?long *$/#define BFD_HOST_U_64_BIT unsigned BFD_HOST_64_BIT/' \
84801c5
    %{buildroot}%{_prefix}/include/bfd.h
84801c5
%endif
acc6dd6
touch -r bfd/bfd-in2.h %{buildroot}%{_prefix}/include/bfd.h
84801c5
d83e8eb
# Generate .so linker scripts for dependencies; imported from glibc/Makerules:
4140cef
d83e8eb
# This fragment of linker script gives the OUTPUT_FORMAT statement
d83e8eb
# for the configuration we are building.
d83e8eb
OUTPUT_FORMAT="\
d83e8eb
/* Ensure this .so library will not be used by a link for a different format
d83e8eb
   on a multi-architecture system.  */
d83e8eb
$(gcc $CFLAGS $LDFLAGS -shared -x c /dev/null -o /dev/null -Wl,--verbose -v 2>&1 | sed -n -f "%{SOURCE2}")"
d83e8eb
d83e8eb
tee %{buildroot}%{_prefix}/%{_lib}/libbfd.so <
d83e8eb
/* GNU ld script */
d83e8eb
d83e8eb
$OUTPUT_FORMAT
d83e8eb
d83e8eb
/* The libz dependency is unexpected by legacy build scripts.  */
4140cef
INPUT ( %{_libdir}/libbfd.a -liberty -lz )
4140cef
EOH
d83e8eb
d83e8eb
tee %{buildroot}%{_prefix}/%{_lib}/libopcodes.so <
4140cef
/* GNU ld script */
4140cef
d83e8eb
$OUTPUT_FORMAT
d83e8eb
4140cef
INPUT ( %{_libdir}/libopcodes.a -lbfd )
4140cef
EOH
4140cef
faf2fe1
%else # !%{isnative}
faf2fe1
# For cross-binutils we drop the documentation.
faf2fe1
rm -rf %{buildroot}%{_infodir}
faf2fe1
# We keep these as one can have native + cross binutils of different versions.
faf2fe1
#rm -rf %{buildroot}%{_prefix}/share/locale
faf2fe1
#rm -rf %{buildroot}%{_mandir}
faf2fe1
rm -rf %{buildroot}%{_prefix}/%{_lib}/libiberty.a
faf2fe1
%endif # !%{isnative}
faf2fe1
faf2fe1
# This one comes from gcc
faf2fe1
rm -f %{buildroot}%{_infodir}/dir
faf2fe1
rm -rf %{buildroot}%{_prefix}/%{binutils_target}
faf2fe1
faf2fe1
%find_lang %{?cross}binutils
faf2fe1
%find_lang %{?cross}opcodes
faf2fe1
%find_lang %{?cross}bfd
faf2fe1
%find_lang %{?cross}gas
faf2fe1
%find_lang %{?cross}ld
faf2fe1
%find_lang %{?cross}gprof
faf2fe1
cat %{?cross}opcodes.lang >> %{?cross}binutils.lang
faf2fe1
cat %{?cross}bfd.lang >> %{?cross}binutils.lang
faf2fe1
cat %{?cross}gas.lang >> %{?cross}binutils.lang
faf2fe1
cat %{?cross}ld.lang >> %{?cross}binutils.lang
faf2fe1
cat %{?cross}gprof.lang >> %{?cross}binutils.lang
cvsdist c577f96
cvsdist 6573050
%clean
cvsdist 1a4e588
rm -rf %{buildroot}
cvsdist 6573050
faf2fe1
%if %{isnative}
cvsdist 6573050
%post
cvsdist 6573050
/sbin/ldconfig
acc6dd6
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/as.info
acc6dd6
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/binutils.info
acc6dd6
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info
acc6dd6
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info
acc6dd6
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/standards.info
acc6dd6
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/configure.info
a25e56f
exit 0
cvsdist 6573050
cvsdist 6573050
%preun
cvsdist 6573050
if [ $1 = 0 ] ;then
acc6dd6
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/as.info
acc6dd6
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/binutils.info
acc6dd6
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gprof.info
acc6dd6
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ld.info
acc6dd6
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/standards.info
acc6dd6
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/configure.info
cvsdist 6573050
fi
a25e56f
exit 0
cvsdist 6573050
cvsdist 6573050
%postun -p /sbin/ldconfig
cvsdist 6573050
bfcb835
%post devel
acc6dd6
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/bfd.info
bfcb835
bfcb835
%preun devel
bfcb835
if [ $1 = 0 ] ;then
acc6dd6
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/bfd.info
bfcb835
fi
faf2fe1
%endif # %{isnative}
bfcb835
faf2fe1
%files -f %{?cross}binutils.lang
acc6dd6
%defattr(-,root,root,-)
cvsdist 6573050
%doc README
cvsdist 6573050
%{_prefix}/bin/*
cvsdist 6573050
%{_mandir}/man1/*
47aaac1
%if %{enable_shared}
bfcb835
%{_prefix}/%{_lib}/lib*.so
4140cef
%exclude %{_prefix}/%{_lib}/libbfd.so
4140cef
%exclude %{_prefix}/%{_lib}/libopcodes.so
47aaac1
%endif
47aaac1
%if %{isnative}
bfcb835
%{_infodir}/[^b]*info*
bfcb835
%{_infodir}/binutils*info*
bfcb835
bfcb835
%files devel
acc6dd6
%defattr(-,root,root,-)
cvsdist 6573050
%{_prefix}/include/*
4140cef
%{_prefix}/%{_lib}/libbfd.so
4140cef
%{_prefix}/%{_lib}/libopcodes.so
bfcb835
%{_prefix}/%{_lib}/lib*.a
bfcb835
%{_infodir}/bfd*info*
faf2fe1
%endif # %{isnative}
cvsdist 6573050
cvsdist 6573050
%changelog
fe03d62
* Fri Nov 21 2008 Nick Clifton <nickc@redhat.com> 2.19.50.0.1
fe03d62
- Rebase sources on 2.19.50.0.1 tarball.  Update all patches, trimming
fe03d62
  those that are no longer needed.
fe03d62
2de8709
* Thu Oct 30 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-7
2de8709
- Fix %%{_prefix}/include/bfd.h on 32-bit hosts due the 64-bit BFD target
2de8709
  support from 2.18.50.0.8-2 (BZ 468495).
2de8709
a4096d7
* Thu Oct 30 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-6
a4096d7
- binutils-devel now requires zlib-devel (BZ 463101 comment 5).
a4096d7
- Fix complains on .gnu.linkonce.r relocations to their discarded
a4096d7
  .gnu.linkonce.t counterparts.
a4096d7
e550b35
* Mon Sep 22 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-5
e550b35
- Remove %%makeinstall to comply with the spu-binutils review (BZ 452211).
e550b35
d83e8eb
* Mon Sep 22 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-4
d83e8eb
- Fix *.so scripts for multilib linking (BZ 463101, suggested by Jakub Jelinek).
d83e8eb
4140cef
* Sun Sep 21 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-3
4140cef
- Provide libbfd.so and libopcodes.so for automatic dependencies (BZ 463101).
4140cef
- Fix .eh_frame_hdr build on C++ files with discarded common groups (BZ 458950).
4140cef
- Provide --build and --host to fix `rpmbuild --target' biarch builds.
4140cef
- Include %%{binutils_target}- filename prefix for binaries for cross builds.
4ac1f8c
- Fix multilib conflict on %%{_prefix}/include/bfd.h's BFD_HOST_64BIT_LONG_LONG.
4140cef
acc6dd6
* Mon Sep 15 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-2
acc6dd6
- Package review, analysed by Jon Ciesla and Patrice Dumas (BZ 225615).
acc6dd6
 - build back in the sourcedir without problems as gasp is no longer included.
acc6dd6
 - Fix the install-info requirement.
acc6dd6
 - Drop the needless gzipping of the info files.
acc6dd6
 - Provide Obsoletes versions.
acc6dd6
 - Use the %%configure macro.
acc6dd6
075413a
* Sat Aug 30 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.9-1
075413a
- Update to 2.18.50.0.9.
075413a
  - Drop the ppc-only spu target pre-build stage (BZ 455242).
075413a
  - Drop parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457189).
075413a
- New .spec BuildRequires zlib-devel (/-static) for compressed sections.
075413a
- Update .spec Buildroot to be more unique.
075413a
47aaac1
* Fri Aug  1 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.8-2
47aaac1
- Fix parsing elf64-i386 files for kdump PAE vmcore dumps (BZ 457189).
47aaac1
- Turn on 64-bit BFD support for i386, globally enable AC_SYS_LARGEFILE.
47aaac1
- `--with debug' builds now with --disable-shared.
47aaac1
- Removed a forgotten unused ld/eelf32_spu.c workaround from 2.18.50.0.8-1.
47aaac1
faf2fe1
* Thu Jul 31 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.8-1
faf2fe1
- Update to 2.18.50.0.8.
faf2fe1
  - Drop the .clmul -> .pclmul renaming backport.
faf2fe1
- Add %%{binutils_target} macro to support building cross-binutils.
faf2fe1
  (David Woodhouse)
faf2fe1
- Support `--without testsuite' to suppress the testsuite run.
faf2fe1
- Support `--with debug' to build without optimizations.
faf2fe1
- Refresh the patchset with fuzz 0 (for new rpmbuild).
faf2fe1
- Enable the spu target on ppc/ppc64 (BZ 455242).
faf2fe1
d763a81
* Wed Jul 16 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.6-4
d763a81
- include the `dist' tag in the Release number
d763a81
- libbfd.a symbols visibility is now hidden (for #447426, suggested by Jakub)
d763a81
76380b0
* Wed Jul 16 2008 Jan Kratochvil <jan.kratochvil@redhat.com> 2.18.50.0.6-3
76380b0
- rebuild libbfd.a with -fPIC for inclusion into shared libraries (#447426)
76380b0
0e726c4
* Tue Apr  8 2008 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.6-2
0e726c4
- backport .clmul -> .pclmul renaming
0e726c4
0e726c4
* Fri Apr  4 2008 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.6-1
04fc063
- update to 2.18.50.0.6
04fc063
  - Intel AES, CLMUL, AVX/FMA support
04fc063
ad77c9f
* Mon Mar  3 2008 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.4-2
ad77c9f
- revert aranges optimization (Alan Modra, BZ#5303, BZ#5755)
ad77c9f
- fix ld-shared testcase for GCC 4.3 (H.J. Lu)
ad77c9f
3d6d961
* Fri Feb 29 2008 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.4-1
3d6d961
- update to 2.18.50.0.4
3d6d961
3d6d961
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> 2.18.50.0.3-2
75edcc1
- Autorebuild for GCC 4.3
75edcc1
428880c
* Wed Dec 12 2007 Jakub Jelinek <jakub@redhat.com> 2.18.50.0.3-1
428880c
- update to 2.18.50.0.3
428880c
  - fix build with recent makeinfo (#415271)
428880c
1d52dc8
* Thu Aug 16 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.18-1
1d52dc8
- update to 2.17.50.0.18
1d52dc8
  - GPLv3+
1d52dc8
  - preserve .note.gnu.build-id in objcopy --only-keep-debug (#251935)
1d52dc8
  - fix sparc64/alpha broken by --build-id patch (#252936)
1d52dc8
- update License tag
1d52dc8
- fix ld crash with --build-id and non-ELF output format (Alan Modra, BZ#4923)
1d52dc8
0cd9fdf
* Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-7
0cd9fdf
- fix ppc32 secure PLT detection (Alan Modra)
0cd9fdf
28b22cd
* Wed Jul 25 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-6
28b22cd
- rebuilt to make sure even libbfd.so and libopcodes.so aren't
28b22cd
  broken by #249435
28b22cd
28b22cd
* Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-5
5c7c80a
- add .note.gnu.build-id into default linker script (#249435)
5c7c80a
28b22cd
* Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-4
7068422
- don't kill the %%{_gnu} part of target name on arm
7068422
  (Lennert Buytenhek, #243516)
7068422
- create just one PT_NOTE segment header for all consecutive SHT_NOTE
7068422
  sections
7068422
7068422
* Wed Jul 18 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-3
8e6e014
- fix for ld --build-id
8e6e014
7068422
* Sun Jul 15 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-2
9f11126
- ld --build-id support
9f11126
e989e15
* Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-1
e989e15
- update to 2.17.50.0.17
e989e15
44cfb8c
* Tue Jun 12 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.16-1
44cfb8c
- update to 2.17.50.0.16
44cfb8c
5f0e452
* Sat Apr 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-4
5f0e452
- fix linking non-ELF input objects into ELF output (#235747)
5f0e452
9ce5866
* Wed Mar 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-3
9ce5866
- don't require matching ELF_OSABI for target vecs with ELFOSABI_NONE,
9ce5866
  only prefer specific osabi target vecs over the generic ones
9ce5866
  (H.J.Lu, #230964, BZ#3826)
9ce5866
- build libbfd.so and libopcodes.so with -Bsymbolic-functions
9ce5866
a25e56f
* Fri Mar  2 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-2
a25e56f
- ignore install-info errors from scriptlets (#223678)
a25e56f
dc18033
* Thu Mar  1 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-1
dc18033
- update to 2.17.50.0.12
dc18033
- revert the misdesigned LD_SYMBOLIC{,_FUNCTIONS} env var support,
dc18033
  only support -Bsymbolic/-Bsymbolic-functions/--dynamic-list*
dc18033
dcd8379
* Mon Jan  8 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.9-1
dcd8379
- update to 2.17.50.0.9
dcd8379
- fix tekhex reader
dcd8379
1894e9e
* Sat Dec 23 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-2
1894e9e
- fix --as-needed on ppc64 (#219629)
1894e9e
ffd018e
* Sun Dec  3 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-1
ffd018e
- update to 2.17.50.0.8
ffd018e
- initialize frch_cfi_data (BZ#3607)
ffd018e
13593f3
* Fri Dec  1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.7-1
13593f3
- update to 2.17.50.0.7
13593f3
  - .cfi_personality and .cfi_lsda directives, per subsection .cfi_*
13593f3
    directives, better .eh_frame CIE merging
13593f3
e471069
* Thu Nov  9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-3
e471069
- fix popcnt instruction assembly and disassembly on amd64 (#214767)
e471069
12c8223
* Mon Oct 23 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-2
12c8223
- update to 2.17.50.0.6
12c8223
  - fix for section relative linker script defined symbols in
12c8223
    empty sections (#207598, BZ#3267)
12c8223
  - fix handling of DW_CFA_set_loc in .eh_frame optimizations
12c8223
  - fix R_PPC_{PLT,GOT{,_TLSGD,_TLSLD,_TPREL,_DTPREL}}16_HA relocation
12c8223
    handling with weak undefined symbols (Alan Modra, #211094)
12c8223
84801c5
* Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-6
4ac1f8c
- fix multilib conflict in %%{_prefix}/include/bfd.h
84801c5
27276dc
* Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-5
27276dc
- fix efi-app-ia64 magic number (#206002, BZ#3171)
27276dc
bfcb835
* Tue Sep  5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-4
bfcb835
- link libopcodes*.so against libbfd*.so (#202327)
bfcb835
- split *.a and header files into binutils-devel
bfcb835
bfcb835
* Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-3
5f664c4
- on ppc and ppc64 increase default -z commonpagesize to 64K (#203001)
5f664c4
6003b33
* Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> 2.17.50.0.3-2
6003b33
- do not infer x86 arch implicitly based on instruction in the input
5f664c4
  (#200330)
6003b33
dc8b325
* Mon Jul 17 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-1
dc8b325
- update to 2.17.50.0.3
dc8b325
28e19a2
* Fri Jul 14 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-8
28e19a2
- add support for new AMDFAM10 instructions (#198281, IT#97662)
28e19a2
- add -march=/-mtune= gas support on x86/x86-64
28e19a2
- x86/x86-64 nop insn improvements
28e19a2
- fix DT_GNU_HASH shift count value computation
28e19a2
1c4a4cc
* Tue Jul 11 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-7
986904f
- add DT_GNU_HASH support (--hash-style=gnu and --hash-style=both
986904f
  ld options)
986904f
b1fa0f3
* Thu Jun 29 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-4
b1fa0f3
- fix i?86 TLS GD->IE transition in executables (#196157, BZ#2513)
b1fa0f3
cce3af1
* Mon Jun 19 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-3
cce3af1
- fix two places in ld that misbehaved with MALLOC_PERTURB_=N
cce3af1
- fix .tls_common handling in relocatable linking
cce3af1
6636b55
* Mon Jun  5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-2
6636b55
- fix --as-needed (Alan Modra, #193689, BZ#2721)
6636b55
7f26fab
* Thu Jun  1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-1
7f26fab
- update to 2.17.50.0.2
7f26fab
- update from CVS to 20060601
7f26fab
- speed up the ELF linker by caching the result of kept section check
6636b55
  (H.J. Lu)
7f26fab
d7e84a4
* Tue May  9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.1-1
d7e84a4
- update to 2.17.50.0.1
d7e84a4
491b0c3
* Fri Mar 31 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-6
491b0c3
- fix ld error message formatting, so that collect2 parser can
491b0c3
  parse it again for g++ -frepo (#187142)
491b0c3
eff1809
* Thu Mar  9 2006 Alexandre Oliva <aoliva@redhat.com> 2.16.91.0.6-4
eff1809
- fix relaxation of TLS GD to LE on PPC (#184590)
eff1809
48beebc
* Fri Mar  3 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-3
48beebc
- support DW_CFA_val_{offset,offset_sf,expression} in readelf/objdump
48beebc
283d00c
* Tue Feb 28 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-2
283d00c
- add MNI support on i?86/x86_64 (#183080)
283d00c
- support S signal frame augmentation flag in .eh_frame,
283d00c
  add .cfi_signal_frame support (#175951, PR other/26208, BZ#300)
283d00c
788b3ce
* Tue Feb 14 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-1
788b3ce
- update to 2.16.91.0.6
788b3ce
  - fix ppc64 --gc-sections
788b3ce
  - disassembler fixes for x86_64 cr/debug regs
788b3ce
  - fix linker search order for DT_NEEDED libs
16637f3
6ce326a
* Mon Jan 02 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.5-1
6ce326a
- update to 2.16.91.0.5
6ce326a
- don't error about .toc1 references to discarded sectiosn on ppc64
6ce326a
  (#175944)
6ce326a
1278dab
* Wed Dec 14 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-2
1278dab
- put .gnu.linkonce.d.rel.ro.* sections into relro region
1278dab
ec5bbc4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ec5bbc4
- rebuilt
ec5bbc4
a00adf0
* Fri Nov 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-1
a00adf0
- update to 2.16.91.0.3
a00adf0
- add .weakref support (Alexandre Oliva, #115157, #165728)
a00adf0
47d98a4
* Thu Aug 18 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-4
083ed2d
- install-info also configure.info
28ec8a2
- update standards.texi from gnulib (#165530)
47d98a4
dd3976b
* Tue Aug 16 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-3
dd3976b
- update to 20050816 CVS
dd3976b
- better fix for ld-cdtest
dd3976b
- fix symbol version script parsing
dd3976b
53b72f3
* Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-2
53b72f3
- don't complain about relocs to discarded sections in ppc32
53b72f3
  .got2 sections (Alan Modra, PR target/17828)
53b72f3
7d5e123
* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-1
7d5e123
- update to 2.16.91.0.2
7d5e123
6002a5e
* Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-3
6002a5e
- fix buffer overflow in readelf ia64 unwind printing code
6002a5e
- use vsnprintf rather than vsprintf in gas diagnostics (Tavis Ormandy)
6002a5e
- fix ld-cdtest when CFLAGS contains -fexceptions
6002a5e
7615eb2
* Wed Jul 20 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-2
7615eb2
- update to 20050720 CVS
7615eb2
842ff2f
* Mon Jul 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-1
7d5e123
- update to 2.16.91.0.1 plus 20050708 CVS
842ff2f
498fcd7
* Wed Jun 15 2005 Jakub Jelinek <jakub@redhat.com> 2.16.90.0.3-1
7d5e123
- update to 2.16.90.0.3
498fcd7
- update to 20050615 CVS
498fcd7
  - ppc32 secure PLT support (Alan Modra)
498fcd7
- further bfd/readelf robustification
498fcd7
864451b
* Sat Jun 11 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-4
864451b
- further bfd robustification (CAN-2005-1704, #158680)
864451b
8bd3eb4
* Fri Jun 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-3
8bd3eb4
- further objdump and readelf robustification (CAN-2005-1704, #158680)
8bd3eb4
3a52768
* Wed May 25 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-2
3a52768
- bfd and readelf robustification (CAN-2005-1704, #158680)
3a52768
a075ebc
* Tue Mar 29 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-1
a075ebc
- update to 2.15.94.0.2.2
a075ebc
- speed up walk_wild_section (Robert O'Callahan)
a075ebc
24fed2e
* Mon Mar  7 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-4
f2b6b1d
- rebuilt with GCC 4
f2b6b1d
711ec69
* Mon Feb 28 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-3
a827ceb
- fix buffer overflows in readelf (#149506)
a827ceb
- move c++filt to binutils from gcc-c++, conflict with gcc-c++ < 4.0 (#86333)
a827ceb
6852eeb
* Thu Feb 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-1
6852eeb
- update to 2.15.94.0.2
6852eeb
- fix .note.GNU-stack/PT_GNU_STACK computation in linker on ppc64 (#147296)
6852eeb
- fix stripping of binaries/libraries that have empty sections right before
6852eeb
  .dynamic section (with the same starting address; #144038)
6852eeb
- handle AS_NEEDED (...) in linker script INPUT/GROUP
6852eeb
09c66ab
* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-11
09c66ab
- fix a longstanding -z relro bug
09c66ab
d6c8657
* Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-10
d6c8657
- avoid unnecessary gap with -z relro showing on i686 libc.so
d6c8657
- ppc64 --emit-relocs fix (Alan Modra)
d6c8657
- don't crash if STT_SECTION symbol has incorrect st_shndx (e.g. SHN_ABS,
d6c8657
  as created by nasm; #142181)
d6c8657
- don't try to make absptr LSDAs relative if they don't have relocations
d6c8657
  against them (Alan Modra, #141162)
d6c8657
d6c8657
* Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5.EL4
be33ae2
- fix ar xo (#104344)
be33ae2
debe876
* Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5
debe876
- fix --just-symbols on ppc64 (Alan Modra, #135498)
debe876
a24c053
* Fri Oct 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-4
a24c053
- fix code detecting matching linkonce and single member comdat
a24c053
  group sections (#133078)
a24c053
9d017c9
* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-3
9d017c9
- revert Sep 09 change to make ppc L second argument e.g. for tlbie
9d017c9
  non-optional
9d017c9
- fix stripping of prelinked binaries and libraries (#133734)
af5b182
- allow strings(1) on 32-bit arches to be used again with > 2GB
af5b182
  files (#133555)
9d017c9
bc5eb07
* Mon Oct  4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-2
09642ce
- update to 2.15.92.0.2
09642ce
- change ld's ld.so.conf parser to match ldconfig's (#129340)
09642ce
3c67017
* Mon Sep 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-9
3c67017
- avoid almost 1MB (sparse) gaps in the middle of -z relro
3c67017
  libraries on x86-64 (Andreas Schwab)
3c67017
- fix -z relro to make sure end of PT_GNU_RELRO segment is always
3c67017
  COMMONPAGESIZE aligned
3c67017
cvsdist 39e18ac
* Wed Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-8
cvsdist 39e18ac
- fix linker segfaults on input objects with SHF_LINK_ORDER with
cvsdist 39e18ac
  incorrect sh_link (H.J.Lu, Nick Clifton, #130198, BZ #290)
cvsdist 39e18ac
cvsdist e0a4575
* Wed Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-7
cvsdist e0a4575
- resolve all undefined ppc64 .* syms to the function bodies through
cvsdist e0a4575
  .opd, not just those used in brach instructions (Alan Modra)
cvsdist e0a4575
cvsdist 1dd8217
* Tue Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-6
cvsdist 1dd8217
- fix ppc64 ld --dotsyms (Alan Modra)
cvsdist 1dd8217
cvsdist f1324f8
* Tue Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-5
cvsdist f1324f8
- various ppc64 make check fixes when using non-dot-syms gcc (Alan Modra)
cvsdist f1324f8
- fix --gc-sections
cvsdist f1324f8
- on ia64 create empty .gnu.linkonce.ia64unw*.* sections for
cvsdist f1324f8
  .gnu.linkonce.t.* function doesn't need unwind info
cvsdist f1324f8
cvsdist 8b6f013
* Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-4
cvsdist 8b6f013
- kill ppc64 dot symbols (Alan Modra)
cvsdist 8b6f013
- objdump -d support for objects without dot symbols
cvsdist 8b6f013
- support for overlapping ppc64 .opd entries
cvsdist acc80ed
cvsdist 8b6f013
* Mon Aug 9 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-3
cvsdist 8b6f013
- fix a newly introduced linker crash on x86-64
cvsdist 8b6f013
cvsdist 8b6f013
* Sun Aug 8 2004 Alan Cox <alan@redhat.com> 2.15.91.0.2-2
cvsdist 8b6f013
- BuildRequire bison and macroise buildroot - from Steve Grubb
cvsdist 8b6f013
cvsdist 8b6f013
* Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-1
cvsdist 8b6f013
- update to 2.15.91.0.2
cvsdist acc80ed
- BuildRequire flex (#117763)
cvsdist acc80ed
cvsdist 0f5bdd1
* Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-7
cvsdist 0f5bdd1
- use lib64 instead of lib directories on ia64 if %%{_lib} is
cvsdist 0f5bdd1
  set to lib64 by rpm
cvsdist 0f5bdd1
cvsdist e873fba
* Sat May 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-6
cvsdist e873fba
- fix a bug introduced in the ++/-- rejection patch
cvsdist e873fba
  from 2.15.90.0.3 (Alan Modra)
cvsdist e873fba
cvsdist 498bcad
* Tue May  4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-5
cvsdist 498bcad
- fix s390{,x} .{,b,p2}align handling
cvsdist 498bcad
- ppc/ppc64 testsuite fix
cvsdist 498bcad
cvsdist 498bcad
* Mon May  3 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-4
cvsdist 498bcad
- -z relro ppc/ppc64/ia64 fixes
cvsdist 498bcad
- change x86-64 .plt symbol st_size handling to match ia32
cvsdist 498bcad
- prettify objdump -d output
cvsdist 498bcad
cvsdist 498bcad
* Tue Apr 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-3
cvsdist 498bcad
- several SPARC fixes
cvsdist 498bcad
cvsdist 498bcad
* Sun Apr 18 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-2
cvsdist 498bcad
- yet another fix for .tbss handling
cvsdist 498bcad
cvsdist 498bcad
* Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-1
cvsdist 498bcad
- update to 2.15.90.0.3
cvsdist 498bcad
cvsdist 498bcad
* Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-2
cvsdist 498bcad
- update to 20040326 CVS
cvsdist 498bcad
  - fix ppc64 weak .opd symbol handling (Alan Modra, #119086)
cvsdist 498bcad
- fix .tbss handling bug introduced
cvsdist 498bcad
cvsdist 498bcad
* Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-1
cvsdist 498bcad
- update to 2.15.90.0.1.1
cvsdist f79dc92
cvsdist f79dc92
* Sat Feb 21 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-8
cvsdist f79dc92
- with -z now without --enable-new-dtags create DT_BIND_NOW
cvsdist f79dc92
  dynamic entry in addition to DT_FLAGS_1 with DF_1_NOW bit set
cvsdist f79dc92
cvsdist f79dc92
* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-7
cvsdist f79dc92
- fix -pie on ppc32
cvsdist f79dc92
cvsdist f79dc92
* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-6
cvsdist f79dc92
- clear .plt sh_entsize on sparc32
cvsdist f79dc92
- put whole .got into relro area with -z now -z relro
cvsdist f79dc92
cvsdist f79dc92
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f79dc92
- rebuilt
cvsdist f79dc92
cvsdist 9e6e42b
* Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-4
cvsdist 9e6e42b
- fix -pie on IA64
cvsdist 9e6e42b
cvsdist 1c456a2
* Mon Jan 19 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-3
cvsdist 1c456a2
- fix testcases on s390 and s390x
cvsdist 1c456a2
cvsdist 1c456a2
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-2
cvsdist 1c456a2
- fix testcases on AMD64
cvsdist 1c456a2
- fix .got's sh_entsize on IA32/AMD64
cvsdist 1c456a2
- set COMMONPAGESIZE on s390/s390x
cvsdist 1c456a2
- set COMMONPAGESIZE on ppc32 (Alan Modra)
cvsdist 1c456a2
cvsdist 1c456a2
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-1
cvsdist 1c456a2
- update to 2.14.90.0.8
cvsdist 1c456a2
cvsdist 1c456a2
* Tue Jan 13 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-4
cvsdist 1c456a2
- fix -z relro on 64-bit arches
cvsdist 1c456a2
cvsdist 1c456a2
* Mon Jan 12 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-3
cvsdist 1c456a2
- fix some bugs in -z relro support
cvsdist 1c456a2
cvsdist 1c456a2
* Fri Jan  9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-2
cvsdist 1c456a2
- -z relro support, reordering of RW sections
cvsdist 1c456a2
cvsdist e3dbc60
* Fri Jan  9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-1
cvsdist e3dbc60
- update to 2.14.90.0.7
cvsdist e3dbc60
cvsdist eae25ea
* Mon Nov 24 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-4
cvsdist eae25ea
- fix assembly parsing of foo=(.-bar)/4 (Alan Modra)
cvsdist eae25ea
- fix IA-64 assembly parsing of (p7) hint @pause
cvsdist eae25ea
cvsdist 5b6c883
* Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-3
cvsdist 5b6c883
- don't abort on some linker warnings/errors on IA-64
cvsdist 5b6c883
cvsdist 5b6c883
* Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-2
cvsdist 5b6c883
- fix up merge2.s to use .p2align instead of .align
cvsdist 5b6c883
cvsdist 5b6c883
* Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-1
cvsdist 5b6c883
- update to 2.14.90.0.6
cvsdist 5b6c883
- speed up string merging (Lars Knoll, Michael Matz, Alan Modra)
cvsdist 5b6c883
- speed up IA-64 local symbol handling during linking
cvsdist 5b6c883
cvsdist 5b6c883
* Fri Sep  5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-7
cvsdist 5b6c883
- avoid ld -s segfaults introduced in 2.14.90.0.5-5 (Dmitry V. Levin,
cvsdist 5b6c883
  #103180)
cvsdist 5b6c883
cvsdist 5b6c883
* Fri Aug 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-6
cvsdist 5b6c883
- build old demangler into libiberty.a (#102268)
cvsdist 5b6c883
- SPARC .cfi* support
cvsdist 5b6c883
cvsdist 5b6c883
* Tue Aug  5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-5
cvsdist 5b6c883
- fix orphan section placement
cvsdist 5b6c883
cvsdist 5b6c883
* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-4
cvsdist 5b6c883
- fix ppc64 elfvsb linker tests
cvsdist 5b6c883
- some more 64-bit cleanliness fixes, give ppc64 fdesc symbols
cvsdist 5b6c883
  type and size (Alan Modra)
cvsdist 5b6c883
cvsdist 5b6c883
* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-3
cvsdist 5b6c883
- fix 64-bit unclean code in ppc-opc.c
cvsdist 5b6c883
cvsdist 5b6c883
* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-2
cvsdist 5b6c883
- fix 64-bit unclean code in tc-ppc.c
cvsdist 5b6c883
cvsdist 5b6c883
* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-1
cvsdist 5b6c883
- update to 2.14.90.0.5
cvsdist 5b6c883
- fix ld -r on ppc64 (Alan Modra)
cvsdist 5b6c883
cvsdist 5b6c883
* Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-23
cvsdist 5b6c883
- rebuilt
cvsdist 5b6c883
cvsdist 5b6c883
* Thu Jul 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-22
cvsdist 5b6c883
- fix elfNN_ia64_dynamic_symbol_p (Richard Henderson, #86661)
cvsdist 5b6c883
- don't access memory beyond what was allocated in readelf
cvsdist 5b6c883
  (Richard Henderson)
cvsdist 5b6c883
cvsdist 5b6c883
* Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-21
cvsdist 5b6c883
- add .cfi_* support on ppc{,64} and s390{,x}
cvsdist 5b6c883
cvsdist 5b6c883
* Tue Jul  8 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-20
cvsdist 5b6c883
- remove lib{bfd,opcodes}.la (#98190)
cvsdist 5b6c883
cvsdist 5b6c883
* Mon Jul  7 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-19
cvsdist 5b6c883
- fix -pie support on amd64, s390, s390x and ppc64
cvsdist 5b6c883
- issue relocation overflow errors for s390/s390x -fpic code when
cvsdist 5b6c883
  accessing .got slots above 4096 bytes from .got start
cvsdist 5b6c883
cvsdist 5b6c883
* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-18
cvsdist 5b6c883
- rebuilt
cvsdist 5b6c883
cvsdist 5b6c883
* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-17
cvsdist 5b6c883
- fix ia64 -pie support
cvsdist 5b6c883
- require no undefined non-weak symbols in PIEs like required for normal
cvsdist 5b6c883
  binaries
cvsdist 5b6c883
cvsdist 5b6c883
* Wed Jul  2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-16
cvsdist 5b6c883
- fix readelf -d on IA-64
cvsdist 5b6c883
- build libiberty.a with -fPIC, so that it can be lined into shared
cvsdist 5b6c883
  libraries
cvsdist 5b6c883
cvsdist 5b6c883
* Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-15
cvsdist 5b6c883
- rebuilt
cvsdist 5b6c883
cvsdist 5b6c883
* Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-14
cvsdist 5b6c883
- added support for Intel Prescott instructions
cvsdist 5b6c883
- fix hint@pause for ia64
cvsdist 5b6c883
- add workaround for LTP sillyness (#97934)
cvsdist 5b6c883
cvsdist 5b6c883
* Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-13
cvsdist 5b6c883
- update CFI stuff to 2003-06-18
cvsdist 5b6c883
- make sure .eh_frame is aligned to 8 bytes on 64-bit arches,
cvsdist 5b6c883
  remove padding within one .eh_frame section
cvsdist 5b6c883
cvsdist 5b6c883
* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-12
cvsdist 5b6c883
- rebuilt
cvsdist 5b6c883
cvsdist 5b6c883
* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-11
cvsdist 5b6c883
- one more fix for the same patch
cvsdist 5b6c883
cvsdist 5b6c883
* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-10
cvsdist 5b6c883
- fix previous patch
cvsdist 5b6c883
cvsdist 5b6c883
* Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-9
cvsdist 5b6c883
- ensure R_PPC64_{RELATIVE,ADDR64} have *r_offset == r_addend
cvsdist 5b6c883
  and the other relocs have *r_offset == 0
cvsdist 5b6c883
cvsdist 5b6c883
* Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-8
cvsdist 5b6c883
- remove some unnecessary provides in ppc64 linker script
cvsdist 5b6c883
  which were causing e.g. empty .ctors/.dtors section creation
cvsdist 5b6c883
cvsdist 5b6c883
* Fri Jun  6 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-7
cvsdist 5b6c883
- some CFI updates/fixes
cvsdist 5b6c883
- don't create dynamic relocations against symbols defined in PIE
cvsdist 5b6c883
  exported from its .dynsym
cvsdist 5b6c883
cvsdist 5b6c883
* Wed Jun  4 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-6
cvsdist 5b6c883
- update gas to 20030604
cvsdist 5b6c883
- PT_GNU_STACK support
cvsdist 5b6c883
cvsdist 5b6c883
* Mon Jun  2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-5
cvsdist 5b6c883
- buildrequire gettext (#91838)
cvsdist 5b6c883
cvsdist 5b6c883
* Sat May 31 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-4
cvsdist 5b6c883
- fix shared libraries with >= 8192 .plt slots on ppc32
cvsdist 5b6c883
cvsdist 5b6c883
* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-3
cvsdist 5b6c883
- rebuilt
cvsdist 5b6c883
cvsdist 5b6c883
* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-2
cvsdist 5b6c883
- rename ld --dynamic option to --pic-executable or --pie
cvsdist 5b6c883
- fix ld --help output
cvsdist 5b6c883
- document --pie/--pic-executable in ld.info and ld.1
cvsdist 5b6c883
cvsdist 5b6c883
* Wed May 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-1
cvsdist 5b6c883
- update to 2.14.90.0.4-1
cvsdist 5b6c883
- gas CFI updates (Richard Henderson)
cvsdist 5b6c883
- dynamic executables (Ulrich Drepper)
cvsdist 5b6c883
cvsdist 5b6c883
* Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-2
cvsdist 5b6c883
- fix ELF visibility handling
cvsdist 5b6c883
- tidy plt entries on IA-32, ppc and ppc64
cvsdist 5b6c883
cvsdist 5b6c883
* Mon May 19 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-1
cvsdist 5b6c883
- update to 2.14.90.0.2-1
cvsdist 5b6c883
cvsdist 5b6c883
* Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-8
cvsdist 5b6c883
- fix bfd_elf_hash on 64-bit arches (Andrew Haley)
cvsdist 5b6c883
cvsdist 5b6c883
* Wed Apr 30 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-7
cvsdist 5b6c883
- rebuilt
cvsdist 5b6c883
cvsdist 5b6c883
* Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-6
cvsdist 5b6c883
- optimize DW_CFA_advance_loc4 in gas even if there is 'z' augmentation
cvsdist 5b6c883
  with size 0 in FDE
cvsdist 5b6c883
cvsdist 5b6c883
* Fri Apr 11 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-5
cvsdist 5b6c883
- fix SPARC build
cvsdist 5b6c883
cvsdist 5b6c883
* Thu Apr  3 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-4
cvsdist 5b6c883
- fix ppc32 plt reference counting
4ac1f8c
- don't include %%{_prefix}/%%{_lib}/debug in the non-debuginfo package
cvsdist 5b6c883
  (#87729)
cvsdist 5b6c883
cvsdist 5b6c883
* Mon Mar 31 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-3
cvsdist 5b6c883
- make elf64ppc target native extra on ppc and elf32ppc native extra
cvsdist 5b6c883
  on ppc64.
cvsdist 5b6c883
cvsdist 5b6c883
* Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-2
cvsdist 5b6c883
- fix TLS on IA-64 with ld relaxation
cvsdist 5b6c883
cvsdist 5b6c883
* Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-1
cvsdist 5b6c883
- update to 2.13.90.0.20
cvsdist 5b6c883
cvsdist 1a4e588
* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-9
cvsdist 1a4e588
- rebuilt
cvsdist 1a4e588
cvsdist 1a4e588
* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-8
cvsdist 1a4e588
- don't strip binaries in %%install, so that there is non-empty
cvsdist 1a4e588
  debuginfo
cvsdist 1a4e588
cvsdist 1a4e588
* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-7
cvsdist 1a4e588
- don't optimize .eh_frame during ld -r
cvsdist 1a4e588
cvsdist 1a4e588
* Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-6
cvsdist 1a4e588
- don't clear elf_link_hash_flags in the .symver patch
cvsdist 1a4e588
- only use TC_FORCE_RELOCATION in s390's TC_FORCE_RELOCATION_SUB_SAME
cvsdist 1a4e588
  (Alan Modra)
cvsdist 1a4e588
cvsdist 1a4e588
* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-5
cvsdist 1a4e588
- fix the previous .symver change
cvsdist 1a4e588
- remove libbfd.so and libopcodes.so symlinks, so that other packages
cvsdist 1a4e588
  link statically, not dynamically against libbfd and libopcodes
cvsdist 1a4e588
  whose ABI is everything but stable
cvsdist 1a4e588
cvsdist 1a4e588
* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-4
cvsdist 1a4e588
- do .symver x, x@FOO handling earlier
cvsdist 1a4e588
- support .file and .loc on s390*
cvsdist 1a4e588
cvsdist 1a4e588
* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-3
cvsdist 1a4e588
- handle .symver x, x@FOO in ld such that relocs against x become
cvsdist 1a4e588
  dynamic relocations against x@FOO (#83325)
cvsdist 1a4e588
- two PPC64 TLS patches (Alan Modra)
cvsdist 1a4e588
cvsdist 1a4e588
* Sun Feb 09 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-2
cvsdist 1a4e588
- fix SEARCH_DIR on x86_64/s390x
cvsdist 1a4e588
- fix Alpha --relax
cvsdist 1a4e588
- create DT_RELA{,SZ,ENT} on s390 even if there is just .rela.plt
cvsdist 1a4e588
  and no .rela.dyn section
cvsdist 1a4e588
- support IA-32 on IA-64 (#83752)
cvsdist 1a4e588
- .eh_frame_hdr fix (Andreas Schwab)
cvsdist 1a4e588
cvsdist 1a4e588
* Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-1
cvsdist 1a4e588
- update to 2.13.90.0.18 + 20030121->20030206 CVS diff
cvsdist 1a4e588
cvsdist 1a4e588
* Tue Feb 04 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-8
cvsdist 1a4e588
- alpha TLS fixes
cvsdist 1a4e588
- use .debug_line directory table to make the section tiny bit smaller
cvsdist 1a4e588
- libtool fix from Jens Petersen
cvsdist 1a4e588
cvsdist 1a4e588
* Sun Feb 02 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-7
cvsdist 1a4e588
- sparc32 TLS
cvsdist 1a4e588
cvsdist 1a4e588
* Fri Jan 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-6
cvsdist 1a4e588
- s390{,x} TLS and two other mainframe patches
cvsdist 1a4e588
cvsdist 1a4e588
* Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-5
cvsdist 1a4e588
- fix IA-64 TLS IE in shared libs
cvsdist 1a4e588
- .{preinit,init,fini}_array compat hack from Alexandre Oliva
cvsdist 1a4e588
cvsdist 1a4e588
* Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-4
cvsdist 1a4e588
- IA-64 TLS fixes
cvsdist 1a4e588
- fix .plt sh_entsize on Alpha
cvsdist 1a4e588
- build with %%_smp_mflags
cvsdist 1a4e588
cvsdist 1a4e588
* Sat Nov 30 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-3
cvsdist 1a4e588
- fix strip on TLS binaries and libraries
cvsdist 1a4e588
cvsdist 1a4e588
* Fri Nov 29 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-2
cvsdist 1a4e588
- fix IA-64 ld bootstrap
cvsdist 1a4e588
cvsdist 1a4e588
* Thu Nov 28 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-1
cvsdist 1a4e588
- update to 2.13.90.0.16
cvsdist 1a4e588
- STT_TLS SHN_UNDEF fix
cvsdist 1a4e588
cvsdist 1a4e588
* Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-4
cvsdist 1a4e588
- pad .rodata.cstNN sections at the end if they aren't sized to multiple
cvsdist 1a4e588
  of sh_entsize
cvsdist 1a4e588
- temporary patch to make .eh_frame and .gcc_except_table sections
cvsdist 1a4e588
  readonly if possible (should be removed when AUTO_PLACE is implemented)
cvsdist 1a4e588
- fix .PPC.EMB.apuinfo section flags
cvsdist 1a4e588
cvsdist 1a4e588
* Wed Oct 23 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-3
cvsdist 1a4e588
- fix names and content of alpha non-alloced .rela.* sections (#76583)
cvsdist 1a4e588
- delete unpackaged files from the buildroot
cvsdist 1a4e588
cvsdist 1a4e588
* Tue Oct 15 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-2
cvsdist 1a4e588
- enable s390x resp. s390 emulation in linker too
cvsdist 1a4e588
cvsdist 1a4e588
* Mon Oct 14 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-1
cvsdist 1a4e588
- update to 2.13.90.0.10
cvsdist 1a4e588
- add a bi-arch patch for sparc/s390/x86_64
cvsdist 1a4e588
- add --enable-64-bit-bfd on sparc, s390 and ppc
cvsdist 1a4e588
cvsdist 1a4e588
* Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-3
cvsdist 1a4e588
- fix combreloc testcase
cvsdist 1a4e588
cvsdist 1a4e588
* Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-2
cvsdist 1a4e588
- fix orphan .rel and .rela section placement with -z combreloc (Alan Modra)
cvsdist 1a4e588
- skip incompatible linker scripts when searching for libraries
cvsdist 1a4e588
cvsdist c577f96
* Tue Oct  1 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-1
cvsdist c577f96
- update to 2.13.90.0.4
cvsdist c577f96
- x86-64 TLS support
cvsdist c577f96
- some IA-32 TLS fixes
cvsdist c577f96
- some backported patches from trunk
cvsdist c577f96
- include opcodes, ld, gas and bfd l10n too
cvsdist c577f96
cvsdist c577f96
* Thu Sep 19 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-3
cvsdist c577f96
- allow addends for IA-32 TLS @tpoff, @ntpoff and @dtpoff
cvsdist c577f96
- clear memory at *r_offset of dynamic relocs on PPC
cvsdist c577f96
- avoid ld crash if accessing non-local symbols through LE relocs
cvsdist c577f96
- new IA-32 TLS relocs, bugfixes and testcases
cvsdist c577f96
- use brl insn on IA-64 (Richard Henderson)
cvsdist c577f96
- fix R_IA64_PCREL21{M,F} handling (Richard Henderson)
cvsdist c577f96
- build in separate builddir, so that gasp tests don't fail
cvsdist c577f96
- include localization
cvsdist c577f96
cvsdist 3332ba6
* Thu Aug  8 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-2
cvsdist 3332ba6
- fix R_386_TPOFF32 addends (#70824)
cvsdist 3332ba6
cvsdist 3332ba6
* Sat Aug  3 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-1
cvsdist 3332ba6
- update to 2.13.90.0.2
cvsdist 3332ba6
  - fix ld TLS assertion failure (#70084)
cvsdist 3332ba6
  - fix readelf --debug-dump= handling to match man page and --help
cvsdist 3332ba6
    (#68997)
cvsdist 3332ba6
- fix _GLOBAL_OFFSET_TABLE gas handling (#70241)
cvsdist 3332ba6
cvsdist 3332ba6
* Wed Jul 24 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.15-1
cvsdist 3332ba6
- update to 2.12.90.0.15
cvsdist 3332ba6
- TLS .tbss fix
cvsdist 3332ba6
- don't use rpm %%configure macro, it is broken too often (#69366)
cvsdist 3332ba6
cvsdist 3332ba6
* Thu May 30 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.9-1
cvsdist 3332ba6
- update to 2.12.90.0.9
cvsdist 3332ba6
  - TLS support
cvsdist 3332ba6
- remove gasp.info from %%post/%%preun (#65400)
cvsdist 3332ba6
cvsdist e2181a9
* Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.7-1
cvsdist e2181a9
- update to 2.12.90.0.7
cvsdist e2181a9
- run make check
cvsdist e2181a9
cvsdist 7f9f02e
* Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-12
cvsdist 7f9f02e
- fix .hidden handling on SPARC (Richard Henderson)
cvsdist 7f9f02e
- don't crash when linking -shared non-pic code with SHF_MERGE
cvsdist 7f9f02e
- fix .eh_frame_hdr for DW_EH_PE_aligned
cvsdist 7f9f02e
- correctly adjust DW_EH_PE_pcrel encoded personalities in CIEs
cvsdist 7f9f02e
cvsdist 1489be3
* Fri Apr  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-11
cvsdist 1489be3
- don't emit dynamic R_SPARC_DISP* relocs against STV_HIDDEN symbols
cvsdist 1489be3
  into shared libraries
cvsdist 1489be3
cvsdist 1489be3
* Thu Mar 21 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-10
cvsdist 1489be3
- don't merge IA-64 unwind info sections together during ld -r
cvsdist 1489be3
cvsdist 1489be3
* Mon Mar 11 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-9
cvsdist 1489be3
- fix DATA_SEGMENT_ALIGN on ia64/alpha/sparc/sparc64
cvsdist 1489be3
cvsdist 1489be3
* Fri Mar  8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-8
cvsdist 1489be3
- don't crash on SHN_UNDEF local dynsyms (Andrew MacLeod)
cvsdist 1489be3
cvsdist 1489be3
* Thu Mar  7 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-7
cvsdist 1489be3
- fix bfd configury bug (Alan Modra)
cvsdist 1489be3
cvsdist 1489be3
* Tue Mar  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-6
cvsdist 1489be3
- don't copy visibility when equating symbols
cvsdist 1489be3
- fix alpha .text/.data with .previous directive bug
cvsdist 1489be3
cvsdist 1489be3
* Tue Mar  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-5
cvsdist 1489be3
- fix SHF_MERGE crash with --gc-sections (#60369)
cvsdist 1489be3
- C++ symbol versioning patch
cvsdist 1489be3
cvsdist 1489be3
* Fri Feb 22 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-4
cvsdist 1489be3
- add DW_EH_PE_absptr -> DW_EH_PE_pcrel optimization for shared libs,
cvsdist 1489be3
  if DW_EH_PE_absptr cannot be converted that way, don't build the
cvsdist 1489be3
  .eh_frame_hdr search table
cvsdist 1489be3
cvsdist 1489be3
* Fri Feb 15 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-3
cvsdist 1489be3
- fix ld -N broken by last patch
cvsdist 1489be3
cvsdist 1489be3
* Tue Feb 12 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-2
cvsdist 1489be3
- trade one saved runtime page for data segment (=almost always not shared)
cvsdist 1489be3
  for up to one page of disk space where possible
cvsdist 1489be3
cvsdist 1489be3
* Fri Feb  8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-1
cvsdist 1489be3
- update to 2.11.93.0.2
cvsdist 1489be3
- use %%{ix86} instead of i386 for -z combreloc default (#59086)
cvsdist 1489be3
cvsdist 1489be3
* Thu Jan 31 2002 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-10
cvsdist 1489be3
- don't create SHN_UNDEF STB_WEAK symbols unless there are any relocations
cvsdist 1489be3
  against them
cvsdist 1489be3
cvsdist 1489be3
* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 2.11.92.0.12-9.1
cvsdist 1489be3
- rebuild (fix ia64 miscompilation)
cvsdist 1489be3
cvsdist 1489be3
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 1489be3
- automated rebuild
cvsdist 1489be3
cvsdist 1489be3
* Fri Dec 28 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-8
cvsdist 1489be3
- two further .eh_frame patch fixes
cvsdist 1489be3
cvsdist 1489be3
* Wed Dec 19 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-7
cvsdist 1489be3
- as ld is currently not able to shrink input sections to zero size
cvsdist 1489be3
  during discard_info, build a fake minimal CIE in that case
cvsdist 1489be3
- update elf-strtab patch to what was commited
cvsdist 1489be3
cvsdist 1489be3
* Mon Dec 17 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-6
cvsdist 1489be3
- one more .eh_frame patch fix
cvsdist 1489be3
- fix alpha .eh_frame handling
cvsdist 1489be3
- optimize elf-strtab finalize
cvsdist 1489be3
cvsdist 1489be3
* Sat Dec 15 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-5
cvsdist 1489be3
- yet another fix for the .eh_frame patch
cvsdist 1489be3
cvsdist 1489be3
* Fri Dec 14 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-4
cvsdist 1489be3
- Alan Modra's patch to avoid crash if there is no dynobj
cvsdist 1489be3
cvsdist 1489be3
* Thu Dec 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-3
cvsdist 1489be3
- H.J.'s patch to avoid crash if input files are not ELF
cvsdist 1489be3
- don't crash if a SHF_MERGE for some reason could not be merged
cvsdist 1489be3
- fix objcopy/strip to preserve SHF_MERGE sh_entsize
cvsdist 1489be3
- optimize .eh_frame sections, add PT_GNU_EH_FRAME support
cvsdist 1489be3
- support anonymous version tags in version script
cvsdist 1489be3
cvsdist 1489be3
* Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-2
cvsdist 1489be3
- fix IA-64 SHF_MERGE handling
cvsdist 1489be3
cvsdist 1489be3
* Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-1
cvsdist 1489be3
- update to 2.11.92.0.12
cvsdist 1489be3
  - optimize .dynstr and .shstrtab sections (#55524)
cvsdist 1489be3
  - fix ld.1 glitch (#55459)
cvsdist 1489be3
- turn relocs against SHF_MERGE local symbols with zero addend
cvsdist 1489be3
  into STT_SECTION + addend
cvsdist 1489be3
- remove man pages for programs not included (nlmconv, windres, dlltool;
cvsdist 1489be3
  #55456, #55461)
cvsdist 1489be3
- add BuildRequires for texinfo
cvsdist 1489be3
cvsdist 1489be3
* Thu Oct 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-2
cvsdist 1489be3
- duh, fix strings on bfd objects (#55084)
cvsdist 1489be3
cvsdist 1489be3
* Sat Oct 20 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-1
cvsdist 1489be3
- update to 2.11.92.0.7
cvsdist 1489be3
- remove .rel{,a}.dyn from output if it is empty
cvsdist 1489be3
cvsdist 1489be3
* Thu Oct 11 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-2
cvsdist 1489be3
- fix strings patch
cvsdist 1489be3
- use getc_unlocked in strings to speed it up by 50% on large files
cvsdist 1489be3
cvsdist 1489be3
* Wed Oct 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-1
cvsdist 1489be3
- update to 2.11.92.0.5
cvsdist 1489be3
  - binutils localization (#45148)
cvsdist 1489be3
  - fix typo in REPORT_BUGS_TO (#54325)
cvsdist 1489be3
- support files bigger than 2GB in strings (#54406)
cvsdist 1489be3
cvsdist 1489be3
* Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-12
cvsdist 1489be3
- on IA-64, don't mix R_IA64_IPLTLSB relocs with non-PLT relocs in
cvsdist 1489be3
  .rela.dyn section.
cvsdist 1489be3
cvsdist 1489be3
* Tue Sep 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-11
cvsdist 1489be3
- add iplt support for IA-64 (Richard Henderson)
cvsdist 1489be3
- switch to new section flags for SHF_MERGE and SHF_STRINGS, put
cvsdist 1489be3
  in compatibility code
cvsdist 1489be3
- "s" section flag for small data sections on IA-64 and Alpha
cvsdist 1489be3
  (Richard Henderson)
cvsdist 1489be3
- fix sparc64 .plt[32768+] handling
cvsdist 1489be3
- don't emit .rela.stab on sparc
cvsdist 1489be3
cvsdist 1489be3
* Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-10
cvsdist 1489be3
- fix SHF_MERGE on Sparc
cvsdist 1489be3
cvsdist 1489be3
* Fri Aug 31 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-9
cvsdist 1489be3
- on Alpha, copy *r_offset to R_ALPHA_RELATIVE's r_addend
cvsdist 386d836
cvsdist 1489be3
* Thu Aug 30 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-8
cvsdist 1489be3
- on IA-64, put crtend{,S}.o's .IA_64.unwind section last in
cvsdist 1489be3
  .IA_64.unwind output section (for compatibility with 7.1 eh)
cvsdist 386d836
cvsdist 1489be3
* Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-7
cvsdist 1489be3
- put RELATIVE relocs first, not last
cvsdist 1489be3
- enable -z combreloc by default on IA-{32,64}, Alpha, Sparc*
cvsdist 386d836
cvsdist 1489be3
* Thu Aug 23 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-6
cvsdist 1489be3
- support for -z combreloc
cvsdist 1489be3
- remove .dynamic patch, -z combreloc patch does this better
cvsdist 1489be3
- set STT_FUNC default symbol sizes in .endp directive on IA-64
cvsdist 3dd8df2
cvsdist 1489be3
* Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-5
cvsdist 1489be3
- fix last patch (H.J.Lu)
cvsdist 3dd8df2
cvsdist 1489be3
* Fri Jul 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-4
cvsdist 1489be3
- fix placing of orphan sections
cvsdist ca4e49d
cvsdist ca4e49d
* Sat Jun 23 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist ca4e49d
- fix SHF_MERGE support on Alpha
cvsdist ca4e49d
cvsdist ca4e49d
* Fri Jun  8 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist ca4e49d
- 2.11.90.0.8
cvsdist ca4e49d
  - some SHF_MERGE suport fixes
cvsdist ca4e49d
- don't build with tooldir /usrusr instead of /usr (#40937)
cvsdist ca4e49d
- reserve few .dynamic entries for prelinking
cvsdist ca4e49d
cvsdist ca4e49d
* Mon Apr 16 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist ca4e49d
- 2.11.90.0.5
cvsdist ca4e49d
  - SHF_MERGE support
cvsdist ca4e49d
cvsdist ca4e49d
* Tue Apr  3 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist ca4e49d
- 2.11.90.0.4
cvsdist ca4e49d
  - fix uleb128 support, so that CVS gcc bootstraps
cvsdist ca4e49d
  - some ia64 fixes
cvsdist ca4e49d
cvsdist b6e926e
* Mon Mar 19 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist b6e926e
- add -Bgroup support from Ulrich Drepper
cvsdist b6e926e
cvsdist b6e926e
* Fri Mar  9 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist b6e926e
- hack - add elf_i386_glibc21 emulation
cvsdist b6e926e
cvsdist b6e926e
* Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist b6e926e
- 2.10.91.0.2
cvsdist b6e926e
cvsdist b6e926e
* Fri Feb  9 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist b6e926e
- 2.10.1.0.7
cvsdist b6e926e
- remove ExcludeArch ia64
cvsdist b6e926e
- back out the -oformat, -omagic and -output change for now
cvsdist b6e926e
cvsdist b6e926e
* Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist b6e926e
- Prereq /sbin/install-info
cvsdist b6e926e
cvsdist b6e926e
* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist b6e926e
- 2.10.1.0.2
cvsdist b6e926e
cvsdist 8c799d0
* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 8c799d0
- add one more alpha patch
cvsdist 8c799d0
cvsdist 8c799d0
* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 8c799d0
- fix alpha visibility as problem
cvsdist 8c799d0
- add support for Ultra-III
cvsdist 8c799d0
cvsdist 9dadb48
* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 9dadb48
- and one more alpha patch
cvsdist 9dadb48
cvsdist 9dadb48
* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 9dadb48
- two sparc patches
cvsdist 9dadb48
cvsdist 6573050
* Mon Jul 24 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 6573050
- 2.10.0.18
cvsdist 6573050
cvsdist 6573050
* Mon Jul 10 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 6573050
- 2.10.0.12
cvsdist 6573050
cvsdist 6573050
* Mon Jun 26 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 6573050
- 2.10.0.9
cvsdist 6573050
cvsdist 6573050
* Thu Jun 15 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 6573050
- fix ld -r
cvsdist 6573050
cvsdist 6573050
* Mon Jun  5 2000 Jakub Jelinek <jakub@redhat.com>
cvsdist 6573050
- 2.9.5.0.46
cvsdist 6573050
- use _mandir/_infodir/_lib
cvsdist 6573050
cvsdist 6573050
* Mon May  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 6573050
- 2.9.5.0.41
cvsdist 6573050
cvsdist 6573050
* Wed Apr 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 6573050
- 2.9.5.0.34
cvsdist 6573050
cvsdist 6573050
* Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 6573050
- 2.9.5.0.31
cvsdist 6573050
cvsdist 6573050
* Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- man pages are compressed
cvsdist 6573050
- apply kingdon's patch from #5031
cvsdist 6573050
cvsdist 6573050
* Wed Jan 19 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 6573050
- Permit package to be built with a prefix other than /usr.
cvsdist 6573050
cvsdist 6573050
* Thu Jan 13 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- add pacth from hjl to fix the versioning problems in ld
cvsdist 6573050
cvsdist 6573050
* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 6573050
- Add sparc patches from Jakub Jelinek <jakub@redhat.com>
cvsdist 6573050
- Add URL:
cvsdist 6573050
cvsdist 6573050
* Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 6573050
- 2.9.5.0.22
cvsdist 6573050
cvsdist 6573050
* Wed Nov 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 6573050
- 2.9.5.0.19
cvsdist 6573050
cvsdist 6573050
* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 6573050
- 2.9.5.0.16
cvsdist 6573050
cvsdist 6573050
* Mon Sep 06 1999 Jakub Jelinek <jj@ultra.linux.cz>
cvsdist 6573050
- make shared non-pic libraries work on sparc with glibc 2.1.
cvsdist 6573050
cvsdist 6573050
* Fri Aug 27 1999 Jim Kingdon
cvsdist 6573050
- No source/spec changes, just rebuilding with egcs-1.1.2-18 because
cvsdist 6573050
  the older egcs was miscompling gprof.
cvsdist 6573050
cvsdist 6573050
* Mon Apr 26 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- back out very *stupid* sparc patch done by HJLu. People, keep out of
cvsdist 6573050
  things you don't understand.
cvsdist 6573050
- add alpha relax patch from rth
cvsdist 6573050
cvsdist 6573050
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- version  2.9.1.0.23
cvsdist 6573050
- patch to make texinfo documentation compile
cvsdist 6573050
- auto rebuild in the new build environment (release 2)
cvsdist 6573050
cvsdist 6573050
* Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- updated to 2.9.1.0.21
cvsdist 6573050
- merged with UltraPenguin
cvsdist 6573050
cvsdist 6573050
* Mon Jan 04 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- added ARM patch from philb
cvsdist 6573050
- version 2.9.1.0.19a
cvsdist 6573050
- added a patch to allow arm* arch to be identified as an ARM
cvsdist 6573050
cvsdist 6573050
* Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- updated to 2.9.1.0.14.
cvsdist 6573050
cvsdist 6573050
* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 6573050
- updated to 2.9.1.0.13.
cvsdist 6573050
cvsdist 6573050
* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- updated to 2.9.1.0.12
cvsdist 6573050
cvsdist 6573050
* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 6573050
- updated to 2.9.1.0.7.
cvsdist 6573050
cvsdist 6573050
* Wed Jun 03 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 6573050
- updated to 2.9.1.0.6.
cvsdist 6573050
cvsdist 6573050
* Tue Jun 02 1998 Erik Troan <ewt@redhat.com>
cvsdist 6573050
- added patch from rth to get right offsets for sections in relocateable
cvsdist 6573050
  objects on sparc32
cvsdist 6573050
cvsdist 6573050
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist 6573050
- translations modified for de, fr, tr
cvsdist 6573050
cvsdist 6573050
* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- version 2.9.1.0.4 is out; even more, it is public !
cvsdist 6573050
cvsdist 6573050
* Tue May 05 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 6573050
- updated to 2.9.1.0.3.
cvsdist 6573050
cvsdist 6573050
* Mon Apr 20 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- updated to 2.9.0.3
cvsdist 6573050
cvsdist 6573050
* Tue Apr 14 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- upgraded to 2.9.0.2
cvsdist 6573050
cvsdist 6573050
* Sun Apr 05 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- updated to 2.8.1.0.29 (HJ warned me that this thing is a moving target...
cvsdist 6573050
  :-)
cvsdist 6573050
- "fixed" the damn make install command so that all tools get installed
cvsdist 6573050
cvsdist 6573050
* Thu Apr 02 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- upgraded again to 2.8.1.0.28 (at least on alpha now egcs will compile)
cvsdist 6573050
- added info packages handling
cvsdist 6573050
cvsdist 6573050
* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- upgraded to 2.8.1.0.23
cvsdist 6573050
cvsdist 6573050
* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 6573050
- updated to 2.8.1.0.15 (required to compile the newer glibc)
cvsdist 6573050
- all patches are obsoleted now
cvsdist 6573050
cvsdist 6573050
* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
cvsdist 6573050
- added 2.8.1.0.1 patch from hj
cvsdist 6573050
- added patch for alpha palcode form rth