cvsdist 657305
Summary: A GNU collection of binary utilities.
cvsdist 657305
Name: binutils
cvsdist e2181a
Version: 2.12.90.0.4
cvsdist e2181a
Release: 0.02
cvsdist 657305
Copyright: GPL
cvsdist 657305
Group: Development/Tools
cvsdist 657305
URL: http://sourceware.cygnus.com/binutils
cvsdist ca4e49
Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
cvsdist e2181a
Patch1: binutils-2.12.90.0.7-glibc21.patch
cvsdist e2181a
Patch2: binutils-2.11.93.0.2-sparc-nonpic.patch
cvsdist e2181a
Patch3: binutils-2.12.90.0.4-s390-may2002.diff
cvsdist 1489be
cvsdist 657305
Buildroot: /var/tmp/binutils-root
cvsdist e2181a
BuildRequires: texinfo >= 4.0, dejagnu
cvsdist b6e926
Prereq: /sbin/install-info
cvsdist b6e926
%ifarch ia64
cvsdist b6e926
Obsoletes: gnupro
cvsdist b6e926
%endif
cvsdist 657305
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
cvsdist 657305
%prep
cvsdist 657305
%setup -q
cvsdist 1489be
%patch1 -p0 -b .glibc21
cvsdist e2181a
%patch2 -p0 -b .sparc-nonpic
cvsdist e2181a
%patch3 -p1
cvsdist 657305
cvsdist 657305
%build
cvsdist b6e926
# Binutils come with its own custom libtool
cvsdist b6e926
%define __libtoolize echo
cvsdist b6e926
%configure --enable-shared
cvsdist ca4e49
make tooldir=%{_prefix} all info
cvsdist e2181a
echo ====================TESTING=========================
cvsdist e2181a
make -k check || :
cvsdist e2181a
echo ====================TESTING END=====================
cvsdist e2181a
cvsdist 657305
cvsdist 657305
%install
cvsdist 657305
rm -rf ${RPM_BUILD_ROOT}
cvsdist 657305
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
cvsdist 657305
%makeinstall
cvsdist 657305
make prefix=${RPM_BUILD_ROOT}%{_prefix} infodir=${RPM_BUILD_ROOT}%{_infodir} install-info
cvsdist 657305
strip ${RPM_BUILD_ROOT}%{_prefix}/bin/*
cvsdist 657305
gzip -q9f ${RPM_BUILD_ROOT}%{_infodir}/*.info*
cvsdist 657305
cvsdist 657305
#install -m 644 libiberty/libiberty.a ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}
cvsdist 657305
install -m 644 include/libiberty.h ${RPM_BUILD_ROOT}%{_prefix}/include
cvsdist 1489be
# Remove Windows/Novell only man pages
cvsdist 1489be
rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/{dlltool,nlmconv,windres}*
cvsdist 657305
cvsdist 657305
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
cvsdist 657305
cvsdist b6e926
# This one comes from gcc
cvsdist 657305
rm -f ${RPM_BUILD_ROOT}%{_prefix}/bin/c++filt
cvsdist 657305
cvsdist 657305
%clean
cvsdist 657305
rm -rf ${RPM_BUILD_ROOT}
cvsdist 657305
cvsdist 657305
%post
cvsdist 657305
/sbin/ldconfig
cvsdist 657305
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/as.info.gz
cvsdist 657305
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
cvsdist 657305
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
cvsdist 657305
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
cvsdist 657305
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info.gz
cvsdist 657305
/sbin/install-info --info-dir=%{_infodir} %{_infodir}/standards.info.gz
cvsdist 657305
cvsdist 657305
%preun
cvsdist 657305
if [ $1 = 0 ] ;then
cvsdist 657305
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/as.info.gz
cvsdist 657305
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
cvsdist 657305
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
cvsdist 657305
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
cvsdist 657305
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ld.info.gz
cvsdist 657305
  /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/standards.info.gz
cvsdist 657305
fi
cvsdist 657305
cvsdist 657305
%postun -p /sbin/ldconfig
cvsdist 657305
cvsdist 657305
%files
cvsdist 657305
%defattr(-,root,root)
cvsdist 657305
%doc README
cvsdist 657305
%{_prefix}/bin/*
cvsdist 657305
%{_mandir}/man1/*
cvsdist 657305
%{_prefix}/include/*
cvsdist 657305
%{_prefix}/%{_lib}/*
cvsdist 657305
%{_infodir}/*info*
cvsdist 657305
cvsdist 657305
%changelog
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