cvsdist 6573050
Summary: A GNU collection of binary utilities.
cvsdist 6573050
Name: binutils
cvsdist 1489be3
Version: 2.11.93.0.2
cvsdist 7f9f02e
Release: 12
cvsdist 6573050
Copyright: GPL
cvsdist 6573050
Group: Development/Tools
cvsdist 6573050
URL: http://sourceware.cygnus.com/binutils
cvsdist ca4e49d
Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
cvsdist 1489be3
Patch1: binutils-2.11.93.0.2-glibc21.patch
cvsdist 1489be3
Patch2: binutils-2.11.93.0.2-combreloc-default.patch
cvsdist 1489be3
Patch3: binutils-2.11.93.0.2-dataseg-align.patch
cvsdist 1489be3
Patch4: binutils-2.11.93.0.2-dataseg-align2.patch
cvsdist 1489be3
Patch5: binutils-2.11.93.0.2-eh_frame.patch
cvsdist 1489be3
Patch6: binutils-2.11.93.0.2-c++-symver.patch
cvsdist 1489be3
Patch7: binutils-2.11.93.0.2-merge-gc.patch
cvsdist 1489be3
Patch8: binutils-2.11.93.0.2-alpha-.text.patch
cvsdist 1489be3
Patch9: binutils-2.11.93.0.2-alias-visibility.patch
cvsdist 1489be3
Patch10: binutils-2.11.93.0.2-sparc.patch
cvsdist 1489be3
Patch11: binutils-2.11.93.0.2-SHN_UNDEF.patch
cvsdist 1489be3
Patch12: binutils-2.11.93.0.2-dataseg-align3.patch
cvsdist 1489be3
Patch13: binutils-2.11.93.0.2-ia64unw.patch
cvsdist 1489be3
Patch14: binutils-2.11.93.0.2-sparc-disp.patch
cvsdist 7f9f02e
Patch15: binutils-2.11.93.0.2-sparc-hidden.patch
cvsdist 7f9f02e
Patch16: binutils-2.11.93.0.2-sparc-nonpic.patch
cvsdist 7f9f02e
Patch17: binutils-2.11.93.0.2-eh_frame2.patch
cvsdist 1489be3
cvsdist 6573050
Buildroot: /var/tmp/binutils-root
cvsdist 1489be3
BuildRequires: texinfo >= 4.0
cvsdist b6e926e
Prereq: /sbin/install-info
cvsdist b6e926e
%ifarch ia64
cvsdist b6e926e
Obsoletes: gnupro
cvsdist b6e926e
%endif
cvsdist 6573050
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
cvsdist 6573050
%prep
cvsdist 6573050
%setup -q
cvsdist 1489be3
%patch1 -p0 -b .glibc21
cvsdist 1489be3
%ifarch %{ix86} alpha ia64 sparc sparc64 s390 s390x ppc
cvsdist 1489be3
%patch2 -p0 -b .combreloc-default
cvsdist 1489be3
%endif
cvsdist 1489be3
%patch3 -p0 -b .dataseg-align
cvsdist 1489be3
%patch4 -p0 -b .dataseg-align2
cvsdist 1489be3
%patch5 -p0 -b .eh_frame
cvsdist 1489be3
%patch6 -p0 -b .c++-symver
cvsdist 1489be3
%patch7 -p0 -b .merge-gc
cvsdist 1489be3
%patch8 -p0 -b .alpha-.text
cvsdist 1489be3
%patch9 -p0 -b .alias-visibility
cvsdist 1489be3
%patch10 -p0 -b .sparc
cvsdist 1489be3
%patch11 -p0 -b .SHN_UNDEF
cvsdist 1489be3
%patch12 -p0 -b .dataseg-align3
cvsdist 1489be3
%patch13 -p0 -b .ia64unw
cvsdist 1489be3
%patch14 -p0 -b .sparc-disp
cvsdist 7f9f02e
%patch15 -p0 -b .sparc-hidden
cvsdist 7f9f02e
%patch16 -p0 -b .sparc-nonpic
cvsdist 7f9f02e
%patch17 -p0 -b .eh_frame2
cvsdist 6573050
cvsdist 6573050
%build
cvsdist b6e926e
# Binutils come with its own custom libtool
cvsdist b6e926e
%define __libtoolize echo
cvsdist b6e926e
%configure --enable-shared
cvsdist ca4e49d
make tooldir=%{_prefix} all info
cvsdist 6573050
cvsdist 6573050
%install
cvsdist 6573050
rm -rf ${RPM_BUILD_ROOT}
cvsdist 6573050
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
cvsdist 6573050
%makeinstall
cvsdist 6573050
make prefix=${RPM_BUILD_ROOT}%{_prefix} infodir=${RPM_BUILD_ROOT}%{_infodir} install-info
cvsdist 6573050
strip ${RPM_BUILD_ROOT}%{_prefix}/bin/*
cvsdist 6573050
gzip -q9f ${RPM_BUILD_ROOT}%{_infodir}/*.info*
cvsdist 6573050
cvsdist 6573050
#install -m 644 libiberty/libiberty.a ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}
cvsdist 6573050
install -m 644 include/libiberty.h ${RPM_BUILD_ROOT}%{_prefix}/include
cvsdist 1489be3
# Remove Windows/Novell only man pages
cvsdist 1489be3
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/{dlltool,nlmconv,windres}*
cvsdist 6573050
cvsdist 6573050
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
cvsdist 6573050
cvsdist b6e926e
# This one comes from gcc
cvsdist 6573050
rm -f ${RPM_BUILD_ROOT}%{_prefix}/bin/c++filt
cvsdist 6573050
cvsdist 6573050
%clean
cvsdist 6573050
rm -rf ${RPM_BUILD_ROOT}
cvsdist 6573050
cvsdist 6573050
%post
cvsdist 6573050
/sbin/ldconfig
cvsdist 6573050
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/as.info.gz
cvsdist 6573050
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
cvsdist 6573050
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
cvsdist 6573050
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gasp.info.gz
cvsdist 6573050
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
cvsdist 6573050
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info.gz
cvsdist 6573050
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/standards.info.gz
cvsdist 6573050
cvsdist 6573050
%preun
cvsdist 6573050
if [ $1 = 0 ] ;then
cvsdist 6573050
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/as.info.gz
cvsdist 6573050
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
cvsdist 6573050
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
cvsdist 6573050
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gasp.info.gz
cvsdist 6573050
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
cvsdist 6573050
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ld.info.gz
cvsdist 6573050
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/standards.info.gz
cvsdist 6573050
fi
cvsdist 6573050
cvsdist 6573050
%postun -p /sbin/ldconfig
cvsdist 6573050
cvsdist 6573050
%files
cvsdist 6573050
%defattr(-,root,root)
cvsdist 6573050
%doc README
cvsdist 6573050
%{_prefix}/bin/*
cvsdist 6573050
%{_mandir}/man1/*
cvsdist 6573050
%{_prefix}/include/*
cvsdist 6573050
%{_prefix}/%{_lib}/*
cvsdist 6573050
%{_infodir}/*info*
cvsdist 6573050
cvsdist 6573050
%changelog
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