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