source: projects/specs/trunk/b/binutils/binutils-vl.spec @ 10405

Revision 10405, 52.7 KB checked in by Takemikaduchi, 8 years ago (diff)

gcc-5.4.0 & python3-3.5.2

Line 
1# rpmbuild parameters:
2# --with debug: Build without optimizations and without splitting the debuginfo.
3# --without testsuite: Do not run the testsuite.  Default is to run it.
4# --with testsuite: Run the testsuite.  Default --with debug is not to run it.
5
6%define binutils_target %{_target_platform}
7%define isnative 1
8%define enable_shared 1
9
10Summary: A GNU collection of binary utilities.
11Summary(ja): GNU 版バイナリユーティリティ集
12Name: binutils
13Version: 2.26
14Release: 4%{?_dist_release}
15License: GPLv3+
16Group: Development/Tools
17URL: http://sources.redhat.com/binutils
18
19Vendor:         Project Vine
20Distribution:   Vine Linux
21Packager:       kenta, shaolin, inagaki
22
23# Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
24# The ftp.kernel.org/pub/linux/devel/binutils/ page is (temporarily) unavailable
25# so we use the GNU site instead.
26# Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
27Source: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.bz2
28Source2: binutils-2.19.50.0.1-output-format.sed
29Patch01: binutils-2.20.51.0.12-libtool-lib64.patch
30Patch03: binutils-2.20.51.0.2-ia64-lib64.patch
31Patch04: binutils-2.26-version.patch
32Patch05: binutils-2.26-set-long-long.patch
33Patch07: binutils-2.26-copy-osabi.patch
34Patch08: binutils-2.26-sec-merge-emit.patch
35Patch09: binutils-2.26-symbol-version.patch
36
37Patch1001: binutils-2.26-uio-vine.patch
38
39%if %{?_dist_release} > vl6
40%define gold_arches %ix86 x86_64
41%endif
42
43%if 0%{?_with_debug:1}
44# Define this if you want to skip the strip step and preserve debug info.
45# Useful for testing.
46%define __debug_install_post : > %{_builddir}/%{?buildsubdir}/debugfiles.list
47%define debug_package %{nil}
48%define run_testsuite 0%{?_with_testsuite:1}
49%else
50%define run_testsuite 0%{!?_without_testsuite:1}
51%endif
52
53Buildroot: %{_tmppath}/%{name}-%{version}-root
54BuildRequires: texinfo >= 4.0, gettext, flex, bison, zlib-devel
55# Required for: ld-bootstrap/bootstrap.exp bootstrap with --static
56# It should not be required for: ld-elf/elf.exp static {preinit,init,fini} array
57%if %{run_testsuite}
58BuildRequires: dejagnu, zlib-static, glibc-devel, sharutils
59#BuildRequires: dejagnu, zlib-static, glibc-static, sharutils
60%endif
61Conflicts: gcc-c++ < 4.0.0
62Requires(post): /sbin/install-info
63Requires(preun): /sbin/install-info
64%ifarch ia64
65Obsoletes: gnupro
66%endif
67
68# The higher of these two numbers determines the default ld.
69%{!?ld_bfd_priority: %define ld_bfd_priority    50}
70%{!?ld_gold_priority:%define ld_gold_priority   30}
71
72%ifarch %gold_arches
73Requires(post): coreutils
74Requires(post): alternatives
75Requires(preun): alternatives
76%endif
77
78# On ARM EABI systems, we do want -gnueabi to be part of the
79# target triple.
80%ifnarch %{arm}
81%define _gnu %{nil}
82%endif
83
84%description
85Binutils is a collection of binary utilities, including ar (for
86creating, modifying and extracting from archives), as (a family of GNU
87assemblers), gprof (for displaying call graph profile data), ld (the
88GNU linker), nm (for listing symbols from object files), objcopy (for
89copying and translating object files), objdump (for displaying
90information from object files), ranlib (for generating an index for
91the contents of an archive), size (for listing the section sizes of an
92object or archive file), strings (for listing printable strings from
93files), strip (for discarding symbols), and addr2line (for converting
94addresses to file and line).
95
96%description -l ja
97Binutils はバイナリユーティリティ集です。 ar (アーカイブの作成、修正、
98取り出しを行う)、as (GNU アセンブラファミリ)、gprof (グラフプロファイル
99データの表示)、ld (GNU リンカ)、nm (オブジェクトファイルのシンボル一覧を
100表示)、objcopy (オブジェクトファイルのコピー,変換を行う)、
101objdump (オブジェクトファイルの情報を表示する)、ranlib (アーカイブの内容
102一覧を作成)、size (オブジェクトやアーカイブのセクションサイズを表示)、
103strings (ファイルから表示可能な文字列を表示する)、strip (シンボルを
104削除する)、addr2line (アドレスをファイル等に変換する) などが含まれています。
105
106
107%package devel
108Summary: BFD and opcodes static libraries and header files
109Group: Development/Libraries
110Conflicts: binutils < 2.17.50.0.3-4
111Requires(post): /sbin/install-info
112Requires(preun): /sbin/install-info
113Requires: zlib-devel
114
115%description devel
116This package contains BFD and opcodes static libraries and associated
117header files.  Only *.a libraries are included, because BFD doesn't
118have a stable ABI.  Developers starting new projects are strongly encouraged
119to consider using libelf instead of BFD.
120
121
122%prep
123%setup -q
124%patch01 -p0 -b .libtool-lib64~
125%ifarch ia64
126%if "%{_lib}" == "lib64"
127%patch03 -p0 -b .ia64-lib64~
128%endif
129%endif
130%patch04 -p1 -b .version~
131%patch05 -p1 -b .set-long-long~
132%patch07 -p1 -b .copy-osabi~
133%patch08 -p1 -b .sec-merge-emit~
134%patch09 -p1 -b .symbol-version
135
136%patch1001 -p1 -b .vine
137
138# We cannot run autotools as there is an exact requirement of autoconf-2.59.
139
140# On ppc64 we might use 64KiB pages
141sed -i -e '/#define.*ELF_COMMONPAGESIZE/s/0x1000$/0x10000/' bfd/elf*ppc.c
142# LTP sucks
143perl -pi -e 's/i\[3-7\]86/i[34567]86/g' */conf*
144sed -i -e 's/%''{release}/%{release}/g' bfd/Makefile{.am,.in}
145sed -i -e '/^libopcodes_la_\(DEPENDENCIES\|LIBADD\)/s,$, ../bfd/libbfd.la,' opcodes/Makefile.{am,in}
146# Build libbfd.so and libopcodes.so with -Bsymbolic-functions if possible.
147if gcc %{optflags} -v --help 2>&1 | grep -q -- -Bsymbolic-functions; then
148sed -i -e 's/^libbfd_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' bfd/Makefile.{am,in}
149sed -i -e 's/^libopcodes_la_LDFLAGS = /&-Wl,-Bsymbolic-functions /' opcodes/Makefile.{am,in}
150fi
151
152# Undo the name change to run the testsuite.
153for tool in binutils gas ld
154do
155  sed -i -e "2aDEJATOOL = $tool" $tool/Makefile.am
156  sed -i -e "s/^DEJATOOL = .*/DEJATOOL = $tool/" $tool/Makefile.in
157done
158touch */configure
159
160%build
161echo target is %{binutils_target}
162export CFLAGS="$RPM_OPT_FLAGS"
163CARGS=
164
165case %{binutils_target} in i?86*|sparc*|ppc*|s390*|sh*)
166  CARGS="$CARGS --enable-64-bit-bfd"
167  ;;
168esac
169
170case %{binutils_target} in ia64*)
171  CARGS="$CARGS --enable-targets=i386-linux"
172  ;;
173esac
174
175case %{binutils_target} in ppc*|ppc64*)
176  CARGS="$CARGS --enable-targets=spu"
177  ;;
178esac
179
180%if 0%{?_with_debug:1}
181CFLAGS="$CFLAGS -O0 -ggdb2"
182%define enable_shared 0
183%endif
184
185# We could optimize the cross builds size by --enable-shared but the produced
186# binaries may be less convenient in the embedded environment.
187%configure \
188  --build=%{_target_platform} --host=%{_target_platform} \
189  --target=%{binutils_target} \
190%ifarch %gold_arches
191  --enable-gold=default --enable-ld \
192%else
193  --enable-gold=no \
194%endif
195%if %{enable_shared}
196  --enable-shared \
197%else
198  --disable-shared \
199%endif
200  $CARGS \
201  --enable-plugins \
202  --disable-werror \
203  --with-bugurl=http://bugzilla.redhat.com/bugzilla/
204make %{_smp_mflags} tooldir=%{_prefix} all
205make %{_smp_mflags} tooldir=%{_prefix} info
206
207# Do not use %%check as it is run after %%install where libbfd.so is rebuild
208# with -fvisibility=hidden no longer being usable in its shared form.
209%if !%{run_testsuite}
210echo ====================TESTSUITE DISABLED=========================
211%else
212make -k check < /dev/null || :
213echo ====================TESTING=========================
214cat {gas/testsuite/gas,ld/ld,binutils/binutils}.sum
215echo ====================TESTING END=====================
216for file in {gas/testsuite/gas,ld/ld,binutils/binutils}.{sum,log}
217do
218  ln $file binutils-%{_target_platform}-$(basename $file) || :
219done
220tar cjf binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}-*.{sum,log}
221uuencode binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}.tar.bz2
222rm -f binutils-%{_target_platform}.tar.bz2 binutils-%{_target_platform}-*.{sum,log}
223%endif
224
225%install
226rm -rf $RPM_BUILD_ROOT
227make install DESTDIR=$RPM_BUILD_ROOT
228
229make prefix=$RPM_BUILD_ROOT%{_prefix} infodir=$RPM_BUILD_ROOT%{_infodir} install-info
230
231# Rebuild libiberty.a with -fPIC.
232# Future: Remove it together with its header file, projects should bundle it.
233make -C libiberty clean
234make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C libiberty
235
236# Rebuild libbfd.a with -fPIC.
237# Without the hidden visibility the 3rd party shared libraries would export
238# the bfd non-stable ABI.
239make -C bfd clean
240make CFLAGS="-g -fPIC $RPM_OPT_FLAGS -fvisibility=hidden" -C bfd
241
242# Rebuild libopcodes.a with -fPIC.
243make -C opcodes clean
244make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C opcodes
245
246install -m 644 bfd/libbfd.a $RPM_BUILD_ROOT%{_libdir}
247install -m 644 libiberty/libiberty.a $RPM_BUILD_ROOT%{_libdir}
248install -m 644 include/libiberty.h $RPM_BUILD_ROOT%{_prefix}/include
249install -m 644 opcodes/libopcodes.a %{buildroot}%{_libdir}
250# Remove Windows/Novell only man pages
251rm -f $RPM_BUILD_ROOT%{_mandir}/man1/{dlltool,nlmconv,windres}*
252
253%if %{enable_shared}
254chmod +x $RPM_BUILD_ROOT%{_libdir}/lib*.so*
255%endif
256
257# Prevent programs from linking against libbfd and libopcodes
258# dynamically, as they are change far too often.
259rm -f $RPM_BUILD_ROOT%{_libdir}/lib{bfd,opcodes}.so
260
261# Remove libtool files, which reference the .so libs
262rm -f $RPM_BUILD_ROOT%{_libdir}/lib{bfd,opcodes}.la
263
264# Sanity check --enable-64-bit-bfd really works.
265grep '^#define BFD_ARCH_SIZE 64$' $RPM_BUILD_ROOT%{_prefix}/include/bfd.h
266# Fix multilib conflicts of generated values by __WORDSIZE-based expressions.
267%ifarch %{ix86} x86_64 ppc ppc64 s390 s390x sh3 sh4 sparc sparc64
268sed -i -e '/^#include "ansidecl.h"/{p;s~^.*$~#include <bits/wordsize.h>~;}' \
269    -e 's/^#define BFD_DEFAULT_TARGET_SIZE \(32\|64\) *$/#define BFD_DEFAULT_TARGET_SIZE __WORDSIZE/' \
270    -e 's/^#define BFD_HOST_64BIT_LONG [01] *$/#define BFD_HOST_64BIT_LONG (__WORDSIZE == 64)/' \
271    -e 's/^#define BFD_HOST_64_BIT \(long \)\?long *$/#if __WORDSIZE == 32\
272#define BFD_HOST_64_BIT long long\
273#else\
274#define BFD_HOST_64_BIT long\
275#endif/' \
276    -e 's/^#define BFD_HOST_U_64_BIT unsigned \(long \)\?long *$/#define BFD_HOST_U_64_BIT unsigned BFD_HOST_64_BIT/' \
277    $RPM_BUILD_ROOT%{_prefix}/include/bfd.h
278%endif
279touch -r bfd/bfd-in2.h $RPM_BUILD_ROOT%{_prefix}/include/bfd.h
280
281# Generate .so linker scripts for dependencies; imported from glibc/Makerules:
282
283# This fragment of linker script gives the OUTPUT_FORMAT statement
284# for the configuration we are building.
285OUTPUT_FORMAT="\
286/* Ensure this .so library will not be used by a link for a different format
287   on a multi-architecture system.  */
288$(gcc $CFLAGS $LDFLAGS -shared -x c /dev/null -o /dev/null -Wl,--verbose -v 2>&1 | sed -n -f "%{SOURCE2}")"
289
290tee $RPM_BUILD_ROOT%{_libdir}/libbfd.so <<EOH
291/* GNU ld script */
292
293$OUTPUT_FORMAT
294
295/* The libz dependency is unexpected by legacy build scripts.  */
296INPUT ( %{_libdir}/libbfd.a -liberty -lz )
297EOH
298
299tee $RPM_BUILD_ROOT%{_libdir}/libopcodes.so <<EOH
300/* GNU ld script */
301
302$OUTPUT_FORMAT
303
304INPUT ( %{_libdir}/libopcodes.a -lbfd )
305EOH
306
307# This one comes from gcc
308rm -f $RPM_BUILD_ROOT%{_infodir}/dir
309rm -rf $RPM_BUILD_ROOT%{_prefix}/%{binutils_target}
310
311%find_lang binutils
312%find_lang opcodes
313%find_lang bfd
314%find_lang gas
315%find_lang gprof
316cat opcodes.lang >> binutils.lang
317cat bfd.lang >> binutils.lang
318cat gas.lang >> binutils.lang
319cat gprof.lang >> binutils.lang
320
321if [ -x ld/ld-new ]; then
322  %find_lang ld
323  cat ld.lang >> binutils.lang
324fi
325if [ -x gold/ld-new ]; then
326  %find_lang gold
327  cat gold.lang >> binutils.lang
328fi
329
330%clean
331rm -rf $RPM_BUILD_ROOT
332
333
334%post
335%ifarch %gold_arches
336%__rm -f %{_bindir}/ld
337  /sbin/alternatives --install %{_bindir}/ld ld \
338  %{_bindir}/ld.bfd %{ld_bfd_priority}
339  /sbin/alternatives --install %{_bindir}/ld ld \
340  %{_bindir}/ld.gold %{ld_gold_priority}
341  /sbin/alternatives --auto ld
342%endif
343
344/sbin/ldconfig
345if [ -e %{_infodir}/binutils.info.gz ]
346then
347  /sbin/install-info --info-dir=%{_infodir} %{_infodir}/as.info.gz
348  /sbin/install-info --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
349  /sbin/install-info --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
350  /sbin/install-info --info-dir=%{_infodir} %{_infodir}/ld.info.gz
351fi
352
353%preun
354%ifarch %gold_arches
355if [ $1 = 0 ]; then
356  /sbi/alternatives --remove ld %{_bindir}/ld.gold
357  /sbin/alternatives --remove ld %{_bindir}/ld.bfd
358fi
359%endif
360
361if [ $1 = 0 ] ;then
362  if [ -e %{_infodir}/binutils.info.gz ]
363  then
364      /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/as.info.gz
365      /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/binutils.info.gz
366      /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gprof.info.gz
367      /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ld.info.gz
368  fi
369fi
370
371%postun -p /sbin/ldconfig
372
373%post devel
374if [ -e %{_infodir}/bfd.info.gz ]
375then
376    /sbin/install-info --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
377fi
378
379%preun devel
380if [ $1 = 0 ] ;then
381  if [ -e %{_infodir}/bfd.info.gz ]
382  then
383      /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/bfd.info.gz
384  fi
385fi
386
387
388%files -f binutils.lang
389%defattr(-,root,root,-)
390%doc README
391%{_bindir}/*
392%ifarch %gold_arches
393%ghost %{_bindir}/ld
394%endif
395%{_mandir}/man1/*
396%if %{enable_shared}
397%{_libdir}/lib*.so
398%exclude %{_libdir}/libbfd.so
399%exclude %{_libdir}/libopcodes.so
400%endif
401%{_infodir}/[^b]*info*
402%{_infodir}/binutils*info*
403
404%files devel
405%defattr(-,root,root)
406%{_prefix}/include/*
407%{_libdir}/libbfd.so
408%{_libdir}/libopcodes.so
409%{_libdir}/lib*.a
410%{_infodir}/bfd*info*
411
412
413%changelog
414* Sun Jun 26 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.26-4
415- rebuild with gcc-5.4.0
416
417* Tue May 24 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.26-3
418- rebuilt only.
419
420* Sun May 22 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.26-2
421- added Patch09 (binutils-2.26-symbol-version.patch).
422
423* Sat May 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.26-1
424- update to 2.26
425- update Patch04 (binutils-2.26-version.patch)
426- update Patch05 (binutils-2.26-set-long-long.patch)
427- remove Patch06 (binutils-2.23.2-build-id.patch)
428- update Patch07 (binutils-2.26-copy-osabi.patch)
429- update Patch08 (binutils-2.26-sec-merge-emit.patch)
430- add Patch1001: binutils-2.26-uio-vine.patch
431
432* Sun Dec 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.23.2-2
433- rebuild with VineSeed environment
434
435* Mon Nov 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.23.2-1
436- update to 2.23.2
437- remove Patch02 (binutils-2.20.51.0.12-ppc64-pie.patch)
438- update Patch06 (binutils-2.23.2-build-id.patch)
439
440* Tue Oct 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.22-3
441- rebuild with gcc-4.8.1
442
443* Sat Jan 14 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.22-2
444- enabled linker plugins support
445
446* Fri Nov 25 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 2.22-1
447- updated to 2.22 (gnu.org)
448- updated Patch06: build-id patch
449- dropped Patch09: gold-plugins patch
450
451* Sun Apr 03 2011 NAKAMURA Kenta <kenta@vinelinux.org> - 2.20.51.0.12-1
452- updated to 2.20.51.0.12
453- updated --build-id patch.
454- dropped redundant patches:
455  binutils-2.20.51.0.2-envvar-revert.patch,
456  binutils-2.20.51.0.2-add-needed.patch,
457  binutils-2.20.51.0.2-ifunc-ld-s.patch,
458  binutils-2.20.51.0.2-lwp.patch,
459  binutils-2.20.51.0.2-gas-expr.patch,
460  binutils-2.20.51.0.2-ppc-hidden-plt-relocs.patch.
461
462* Tue Apr  6 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-5
463- rebuilt with gcc-4.4.3-4
464
465* Mon Feb  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-4
466- rebuilt with gcc-4.4.3-3
467
468* Mon Feb  1 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-3
469- add Patch12 and Patch13 for PR 10856 and 11088 respectively
470
471* Mon Jan 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.20.51.0.2-2
472- rebuilt with gcc-4.4.3
473
474* Sun Nov  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.20.51.0.2-1
475- updated to 2.20.51.0.2
476
477* Wed Sep 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.18.50.0.6-1
478- updated to 2.18.50.0.6
479
480* Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.50.0.18-3
481- new versioning policy
482- rebuild with gcc-4.1.2-18
483
484* Sun Feb 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.18-1vl2
485- rebuilt with glibc-2.7-2vl3 and gcc-4.1.2-0vl17
486
487* Wed Feb 06 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.18-1vl1
488- updated to 2.17.50.0.18
489
490  - Thu Aug 16 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.18-1
491  - update to 2.17.50.0.18
492    - GPLv3+
493    - preserve .note.gnu.build-id in objcopy --only-keep-debug (#251935)
494    - fix sparc64/alpha broken by --build-id patch (#252936)
495  - update License tag
496  - fix ld crash with --build-id and non-ELF output format (Alan Modra, BZ#4923)
497
498  - Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-7
499  - fix ppc32 secure PLT detection (Alan Modra)
500
501  - Wed Jul 25 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-6
502  - rebuilt to make sure even libbfd.so and libopcodes.so aren't
503  broken by #249435
504
505  - Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-5
506  - add .note.gnu.build-id into default linker script (#249435)
507
508  - Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-4
509  - don't kill the %%{_gnu} part of target name on arm
510    (Lennert Buytenhek, #243516)
511  - create just one PT_NOTE segment header for all consecutive SHT_NOTE
512    sections
513
514  - Wed Jul 18 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-3
515  - fix for ld --build-id
516
517  - Sun Jul 15 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-2
518  - ld --build-id support
519
520  - Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-1
521  - update to 2.17.50.0.17
522
523  - Tue Jun 12 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.16-1
524  - update to 2.17.50.0.16
525
526  - Sat Apr 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-4
527  - fix linking non-ELF input objects into ELF output (#235747)
528
529  - Wed Mar 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-3
530  - don't require matching ELF_OSABI for target vecs with ELFOSABI_NONE,
531    only prefer specific osabi target vecs over the generic ones
532    (H.J.Lu, #230964, BZ#3826)
533  - build libbfd.so and libopcodes.so with -Bsymbolic-functions
534
535  - Fri Mar  2 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-2
536  - ignore install-info errors from scriptlets (#223678)
537
538  - Thu Mar  1 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-1
539  - update to 2.17.50.0.12
540  - revert the misdesigned LD_SYMBOLIC{,_FUNCTIONS} env var support,
541    only support -Bsymbolic/-Bsymbolic-functions/--dynamic-list*
542
543  - Mon Jan  8 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.9-1
544  - update to 2.17.50.0.9
545  - fix tekhex reader
546
547  - Sat Dec 23 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-2
548  - fix --as-needed on ppc64 (#219629)
549
550  - Sun Dec  3 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-1
551  - update to 2.17.50.0.8
552  - initialize frch_cfi_data (BZ#3607)
553
554  - Fri Dec  1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.7-1
555  - update to 2.17.50.0.7
556    - .cfi_personality and .cfi_lsda directives, per subsection .cfi_*
557      directives, better .eh_frame CIE merging
558
559  - Thu Nov  9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-3
560  - fix popcnt instruction assembly and disassembly on amd64 (#214767)
561
562* Mon Jan 07 2008 Shu KONNO <owa@bg.wakwak.com> 2.17.50.0.6-2vl5
563- dropt unnecessary changes of 2.17.50.0.6-2vl4
564
565* Fri Jan 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.17.50.0.6-2vl4
566- added -fPIC to make (if x86_64)
567
568* Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.17.50.0.6-2vl3
569- rebuild with gcc-4.1.2-0vl12
570- changed devel package Group to Development/Libraries
571
572* Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.6-2vl2
573- rebuild with gcc-4.1.2-0vl7 (expecially for ppc)
574
575* Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.6-2vl1
576- updated to 2.17.50.0.6
577
578  - Thu Dec 21 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-2.fc6
579  - update to 2.17.50.0.6
580    - fix for section relative linker script defined symbols in
581      empty sections (#212032, BZ#3267)
582    - fix handling of DW_CFA_set_loc in .eh_frame optimizations
583    - fix R_PPC_{PLT,GOT{,_TLSGD,_TLSLD,_TPREL,_DTPREL}}16_HA relocation
584      handling with weak undefined symbols (Alan Modra, #211094)
585    - fix --cref (#212099)
586    - fix --emit-relocs on ppc64 (#211991)
587  - fix popcnt instruction assembly and disassembly on amd64 (#214767)
588
589* Sat May 12 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl2
590- rebuilt with gcc-4.1.2-0vl6 and glibc-2.5-12vl1
591
592* Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl1
593- rebuild
594
595* Tue Apr 03 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl0
596- initial build for VineSeed based on FC 2.17.50.0.3-6
597
598* Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-6
599- fix multilib conflict in %{_prefix}/include/bfd.h
600
601* Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-5
602- fix efi-app-ia64 magic number (#206002, BZ#3171)
603
604* Tue Sep  5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-4
605- link libopcodes*.so against libbfd*.so (#202327)
606- split *.a and header files into binutils-devel
607
608* Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-3
609- on ppc and ppc64 increase default -z commonpagesize to 64K (#203001)
610
611* Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> 2.17.50.0.3-2
612- do not infer x86 arch implicitly based on instruction in the input
613  (#200330)
614
615* Mon Jul 17 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-1
616- update to 2.17.50.0.3
617
618* Fri Jul 14 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-8
619- add support for new AMDFAM10 instructions (#198281, IT#97662)
620- add -march=/-mtune= gas support on x86/x86-64
621- x86/x86-64 nop insn improvements
622- fix DT_GNU_HASH shift count value computation
623
624* Tue Jul 11 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-7
625- add DT_GNU_HASH support (--hash-style=gnu and --hash-style=both
626  ld options)
627
628* Thu Jun 29 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-4
629- fix i?86 TLS GD->IE transition in executables (#196157, BZ#2513)
630
631* Mon Jun 19 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-3
632- fix two places in ld that misbehaved with MALLOC_PERTURB_=N
633- fix .tls_common handling in relocatable linking
634
635* Mon Jun  5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-2
636- fix --as-needed (Alan Modra, #193689, BZ#2721)
637
638* Thu Jun  1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-1
639- update to 2.17.50.0.2
640- update from CVS to 20060601
641- speed up the ELF linker by caching the result of kept section check
642  (H.J. Lu)
643
644* Tue May  9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.1-1
645- update to 2.17.50.0.1
646
647* Fri Mar 31 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-6
648- fix ld error message formatting, so that collect2 parser can
649  parse it again for g++ -frepo (#187142)
650
651* Thu Mar  9 2006 Alexandre Oliva <aoliva@redhat.com> 2.16.91.0.6-4
652- fix relaxation of TLS GD to LE on PPC (#184590)
653
654* Fri Mar  3 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-3
655- support DW_CFA_val_{offset,offset_sf,expression} in readelf/objdump
656
657* Tue Feb 28 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-2
658- add MNI support on i?86/x86_64 (#183080)
659- support S signal frame augmentation flag in .eh_frame,
660  add .cfi_signal_frame support (#175951, PR other/26208, BZ#300)
661
662* Tue Feb 14 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-1
663- update to 2.16.91.0.6
664  - fix ppc64 --gc-sections
665  - disassembler fixes for x86_64 cr/debug regs
666  - fix linker search order for DT_NEEDED libs
667
668* Mon Jan 02 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.5-1
669- update to 2.16.91.0.5
670- don't error about .toc1 references to discarded sectiosn on ppc64
671  (#175944)
672
673* Wed Dec 14 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-2
674- put .gnu.linkonce.d.rel.ro.* sections into relro region
675
676* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
677- rebuilt
678
679* Fri Nov 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-1
680- update to 2.16.91.0.3
681- add .weakref support (Alexandre Oliva, #115157, #165728)
682
683* Thu Aug 18 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-4
684- install-info also configure.info
685- update standards.texi from gnulib (#165530)
686
687* Tue Aug 16 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-3
688- update to 20050816 CVS
689- better fix for ld-cdtest
690- fix symbol version script parsing
691
692* Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-2
693- don't complain about relocs to discarded sections in ppc32
694  .got2 sections (Alan Modra, PR target/17828)
695
696* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-1
697- update to 2.16.91.0.2
698
699* Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-3
700- fix buffer overflow in readelf ia64 unwind printing code
701- use vsnprintf rather than vsprintf in gas diagnostics (Tavis Ormandy)
702- fix ld-cdtest when CFLAGS contains -fexceptions
703
704* Wed Jul 20 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-2
705- update to 20050720 CVS
706
707* Mon Jul 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-1
708- update to 2.16.91.0.1 plus 20050708 CVS
709
710* Wed Jun 15 2005 Jakub Jelinek <jakub@redhat.com> 2.16.90.0.3-1
711- update to 2.16.90.0.3
712- update to 20050615 CVS
713  - ppc32 secure PLT support (Alan Modra)
714- further bfd/readelf robustification
715
716* Sat Jun 11 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-4
717- further bfd robustification (CAN-2005-1704, #158680)
718
719* Fri Jun 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-3
720- further objdump and readelf robustification (CAN-2005-1704, #158680)
721
722* Wed May 25 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-2
723- bfd and readelf robustification (CAN-2005-1704, #158680)
724
725* Tue Mar 29 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-1
726- update to 2.15.94.0.2.2
727- speed up walk_wild_section (Robert O'Callahan)
728
729* Mon Mar  7 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-4
730- rebuilt with GCC 4
731
732* Mon Feb 28 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-3
733- fix buffer overflows in readelf (#149506)
734- move c++filt to binutils from gcc-c++, conflict with gcc-c++ < 4.0 (#86333)
735
736* Thu Feb 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-1
737- update to 2.15.94.0.2
738- fix .note.GNU-stack/PT_GNU_STACK computation in linker on ppc64 (#147296)
739- fix stripping of binaries/libraries that have empty sections right before
740  .dynamic section (with the same starting address; #144038)
741- handle AS_NEEDED (...) in linker script INPUT/GROUP
742
743* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-11
744- fix a longstanding -z relro bug
745
746* Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-10
747- avoid unnecessary gap with -z relro showing on i686 libc.so
748- ppc64 --emit-relocs fix (Alan Modra)
749- don't crash if STT_SECTION symbol has incorrect st_shndx (e.g. SHN_ABS,
750  as created by nasm; #142181)
751- don't try to make absptr LSDAs relative if they don't have relocations
752  against them (Alan Modra, #141162)
753
754* Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5.EL4
755- fix ar xo (#104344)
756
757* Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5
758- fix --just-symbols on ppc64 (Alan Modra, #135498)
759
760* Fri Oct 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-4
761- fix code detecting matching linkonce and single member comdat
762  group sections (#133078)
763
764* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-3
765- revert Sep 09 change to make ppc L second argument e.g. for tlbie
766  non-optional
767- fix stripping of prelinked binaries and libraries (#133734)
768- allow strings(1) on 32-bit arches to be used again with > 2GB
769  files (#133555)
770
771* Mon Oct  4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-2
772- update to 2.15.92.0.2
773- change ld's ld.so.conf parser to match ldconfig's (#129340)
774
775* Mon Sep 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-9
776- avoid almost 1MB (sparse) gaps in the middle of -z relro
777  libraries on x86-64 (Andreas Schwab)
778- fix -z relro to make sure end of PT_GNU_RELRO segment is always
779  COMMONPAGESIZE aligned
780
781* Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-8
782- fix linker segfaults on input objects with SHF_LINK_ORDER with
783  incorrect sh_link (H.J.Lu, Nick Clifton, #130198, BZ #290)
784
785* Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-7
786- resolve all undefined ppc64 .* syms to the function bodies through
787  .opd, not just those used in brach instructions (Alan Modra)
788
789* Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-6
790- fix ppc64 ld --dotsyms (Alan Modra)
791
792* Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-5
793- various ppc64 make check fixes when using non-dot-syms gcc (Alan Modra)
794- fix --gc-sections
795- on ia64 create empty .gnu.linkonce.ia64unw*.* sections for
796  .gnu.linkonce.t.* function doesn't need unwind info
797
798* Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-4
799- kill ppc64 dot symbols (Alan Modra)
800- objdump -d support for objects without dot symbols
801- support for overlapping ppc64 .opd entries
802
803* Mon Aug 9 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-3
804- fix a newly introduced linker crash on x86-64
805
806* Sun Aug 8 2004 Alan Cox <alan@redhat.com> 2.15.91.0.2-2
807- BuildRequire bison and macroise buildroot - from Steve Grubb
808
809* Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-1
810- update to 2.15.91.0.2
811- BuildRequire flex (#117763)
812
813* Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-7
814- use lib64 instead of lib directories on ia64 if %%{_lib} is
815  set to lib64 by rpm
816
817* Sat May 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-6
818- fix a bug introduced in the ++/-- rejection patch
819  from 2.15.90.0.3 (Alan Modra)
820
821* Tue May  4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-5
822- fix s390{,x} .{,b,p2}align handling
823- ppc/ppc64 testsuite fix
824
825* Mon May  3 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-4
826- -z relro ppc/ppc64/ia64 fixes
827- change x86-64 .plt symbol st_size handling to match ia32
828- prettify objdump -d output
829
830* Tue Apr 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-3
831- several SPARC fixes
832
833* Sun Apr 18 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-2
834- yet another fix for .tbss handling
835
836* Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-1
837- update to 2.15.90.0.3
838
839* Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-2
840- update to 20040326 CVS
841  - fix ppc64 weak .opd symbol handling (Alan Modra, #119086)
842- fix .tbss handling bug introduced
843
844* Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-1
845- update to 2.15.90.0.1.1
846
847* Sat Feb 21 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-8
848- with -z now without --enable-new-dtags create DT_BIND_NOW
849  dynamic entry in addition to DT_FLAGS_1 with DF_1_NOW bit set
850
851* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-7
852- fix -pie on ppc32
853
854* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-6
855- clear .plt sh_entsize on sparc32
856- put whole .got into relro area with -z now -z relro
857
858* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
859- rebuilt
860
861* Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-4
862- fix -pie on IA64
863
864* Mon Jan 19 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-3
865- fix testcases on s390 and s390x
866
867* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-2
868- fix testcases on AMD64
869- fix .got's sh_entsize on IA32/AMD64
870- set COMMONPAGESIZE on s390/s390x
871- set COMMONPAGESIZE on ppc32 (Alan Modra)
872
873* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-1
874- update to 2.14.90.0.8
875
876* Tue Jan 13 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-4
877- fix -z relro on 64-bit arches
878
879* Mon Jan 12 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-3
880- fix some bugs in -z relro support
881
882* Fri Jan  9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-2
883- -z relro support, reordering of RW sections
884
885* Fri Jan  9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-1
886- update to 2.14.90.0.7
887
888* Mon Nov 24 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-4
889- fix assembly parsing of foo=(.-bar)/4 (Alan Modra)
890- fix IA-64 assembly parsing of (p7) hint @pause
891
892* Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-3
893- don't abort on some linker warnings/errors on IA-64
894
895* Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-2
896- fix up merge2.s to use .p2align instead of .align
897
898* Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-1
899- update to 2.14.90.0.6
900- speed up string merging (Lars Knoll, Michael Matz, Alan Modra)
901- speed up IA-64 local symbol handling during linking
902
903* Fri Sep  5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-7
904- avoid ld -s segfaults introduced in 2.14.90.0.5-5 (Dmitry V. Levin,
905  #103180)
906
907* Fri Aug 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-6
908- build old demangler into libiberty.a (#102268)
909- SPARC .cfi* support
910
911* Tue Aug  5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-5
912- fix orphan section placement
913
914* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-4
915- fix ppc64 elfvsb linker tests
916- some more 64-bit cleanliness fixes, give ppc64 fdesc symbols
917  type and size (Alan Modra)
918
919* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-3
920- fix 64-bit unclean code in ppc-opc.c
921
922* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-2
923- fix 64-bit unclean code in tc-ppc.c
924
925* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-1
926- update to 2.14.90.0.5
927- fix ld -r on ppc64 (Alan Modra)
928
929* Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-23
930- rebuilt
931
932* Thu Jul 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-22
933- fix elfNN_ia64_dynamic_symbol_p (Richard Henderson, #86661)
934- don't access memory beyond what was allocated in readelf
935  (Richard Henderson)
936
937* Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-21
938- add .cfi_* support on ppc{,64} and s390{,x}
939
940* Tue Jul  8 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-20
941- remove lib{bfd,opcodes}.la (#98190)
942
943* Mon Jul  7 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-19
944- fix -pie support on amd64, s390, s390x and ppc64
945- issue relocation overflow errors for s390/s390x -fpic code when
946  accessing .got slots above 4096 bytes from .got start
947
948* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-18
949- rebuilt
950
951* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-17
952- fix ia64 -pie support
953- require no undefined non-weak symbols in PIEs like required for normal
954  binaries
955
956* Wed Jul  2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-16
957- fix readelf -d on IA-64
958- build libiberty.a with -fPIC, so that it can be lined into shared
959  libraries
960
961* Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-15
962- rebuilt
963
964* Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-14
965- added support for Intel Prescott instructions
966- fix hint@pause for ia64
967- add workaround for LTP sillyness (#97934)
968
969* Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-13
970- update CFI stuff to 2003-06-18
971- make sure .eh_frame is aligned to 8 bytes on 64-bit arches,
972  remove padding within one .eh_frame section
973
974* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-12
975- rebuilt
976
977* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-11
978- one more fix for the same patch
979
980* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-10
981- fix previous patch
982
983* Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-9
984- ensure R_PPC64_{RELATIVE,ADDR64} have *r_offset == r_addend
985  and the other relocs have *r_offset == 0
986
987* Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-8
988- remove some unnecessary provides in ppc64 linker script
989  which were causing e.g. empty .ctors/.dtors section creation
990
991* Fri Jun  6 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-7
992- some CFI updates/fixes
993- don't create dynamic relocations against symbols defined in PIE
994  exported from its .dynsym
995
996* Wed Jun  4 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-6
997- update gas to 20030604
998- PT_GNU_STACK support
999
1000* Mon Jun  2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-5
1001- buildrequire gettext (#91838)
1002
1003* Sat May 31 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-4
1004- fix shared libraries with >= 8192 .plt slots on ppc32
1005
1006* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-3
1007- rebuilt
1008
1009* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-2
1010- rename ld --dynamic option to --pic-executable or --pie
1011- fix ld --help output
1012- document --pie/--pic-executable in ld.info and ld.1
1013
1014* Wed May 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-1
1015- update to 2.14.90.0.4-1
1016- gas CFI updates (Richard Henderson)
1017- dynamic executables (Ulrich Drepper)
1018
1019* Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-2
1020- fix ELF visibility handling
1021- tidy plt entries on IA-32, ppc and ppc64
1022
1023* Mon May 19 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-1
1024- update to 2.14.90.0.2-1
1025
1026* Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-8
1027- fix bfd_elf_hash on 64-bit arches (Andrew Haley)
1028
1029* Wed Apr 30 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-7
1030- rebuilt
1031
1032* Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-6
1033- optimize DW_CFA_advance_loc4 in gas even if there is 'z' augmentation
1034  with size 0 in FDE
1035
1036* Fri Apr 11 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-5
1037- fix SPARC build
1038
1039* Thu Apr  3 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-4
1040- fix ppc32 plt reference counting
1041- don't include %{_prefix}/%{_lib}/debug in the non-debuginfo package
1042  (#87729)
1043
1044* Mon Mar 31 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-3
1045- make elf64ppc target native extra on ppc and elf32ppc native extra
1046  on ppc64.
1047
1048* Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-2
1049- fix TLS on IA-64 with ld relaxation
1050
1051* Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-1
1052- update to 2.13.90.0.20
1053
1054* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-9
1055- rebuilt
1056
1057* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-8
1058- don't strip binaries in %%install, so that there is non-empty
1059  debuginfo
1060
1061* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-7
1062- don't optimize .eh_frame during ld -r
1063
1064* Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-6
1065- don't clear elf_link_hash_flags in the .symver patch
1066- only use TC_FORCE_RELOCATION in s390's TC_FORCE_RELOCATION_SUB_SAME
1067  (Alan Modra)
1068
1069* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-5
1070- fix the previous .symver change
1071- remove libbfd.so and libopcodes.so symlinks, so that other packages
1072  link statically, not dynamically against libbfd and libopcodes
1073  whose ABI is everything but stable
1074
1075* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-4
1076- do .symver x, x@FOO handling earlier
1077- support .file and .loc on s390*
1078
1079* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-3
1080- handle .symver x, x@FOO in ld such that relocs against x become
1081  dynamic relocations against x@FOO (#83325)
1082- two PPC64 TLS patches (Alan Modra)
1083
1084* Sun Feb 09 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-2
1085- fix SEARCH_DIR on x86_64/s390x
1086- fix Alpha --relax
1087- create DT_RELA{,SZ,ENT} on s390 even if there is just .rela.plt
1088  and no .rela.dyn section
1089- support IA-32 on IA-64 (#83752)
1090- .eh_frame_hdr fix (Andreas Schwab)
1091
1092* Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-1
1093- update to 2.13.90.0.18 + 20030121->20030206 CVS diff
1094
1095* Tue Feb 04 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-8
1096- alpha TLS fixes
1097- use .debug_line directory table to make the section tiny bit smaller
1098- libtool fix from Jens Petersen
1099
1100* Sun Feb 02 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-7
1101- sparc32 TLS
1102
1103* Fri Jan 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-6
1104- s390{,x} TLS and two other mainframe patches
1105
1106* Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-5
1107- fix IA-64 TLS IE in shared libs
1108- .{preinit,init,fini}_array compat hack from Alexandre Oliva
1109
1110* Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-4
1111- IA-64 TLS fixes
1112- fix .plt sh_entsize on Alpha
1113- build with %%_smp_mflags
1114
1115* Sat Nov 30 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-3
1116- fix strip on TLS binaries and libraries
1117
1118* Fri Nov 29 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-2
1119- fix IA-64 ld bootstrap
1120
1121* Thu Nov 28 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-1
1122- update to 2.13.90.0.16
1123- STT_TLS SHN_UNDEF fix
1124
1125* Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-4
1126- pad .rodata.cstNN sections at the end if they aren't sized to multiple
1127  of sh_entsize
1128- temporary patch to make .eh_frame and .gcc_except_table sections
1129  readonly if possible (should be removed when AUTO_PLACE is implemented)
1130- fix .PPC.EMB.apuinfo section flags
1131
1132* Wed Oct 23 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-3
1133- fix names and content of alpha non-alloced .rela.* sections (#76583)
1134- delete unpackaged files from the buildroot
1135
1136* Tue Oct 15 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-2
1137- enable s390x resp. s390 emulation in linker too
1138
1139* Mon Oct 14 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-1
1140- update to 2.13.90.0.10
1141- add a bi-arch patch for sparc/s390/x86_64
1142- add --enable-64-bit-bfd on sparc, s390 and ppc
1143
1144* Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-3
1145- fix combreloc testcase
1146
1147* Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-2
1148- fix orphan .rel and .rela section placement with -z combreloc (Alan Modra)
1149- skip incompatible linker scripts when searching for libraries
1150
1151* Tue Oct  1 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-1
1152- update to 2.13.90.0.4
1153- x86-64 TLS support
1154- some IA-32 TLS fixes
1155- some backported patches from trunk
1156- include opcodes, ld, gas and bfd l10n too
1157
1158* Thu Sep 19 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-3
1159- allow addends for IA-32 TLS @tpoff, @ntpoff and @dtpoff
1160- clear memory at *r_offset of dynamic relocs on PPC
1161- avoid ld crash if accessing non-local symbols through LE relocs
1162- new IA-32 TLS relocs, bugfixes and testcases
1163- use brl insn on IA-64 (Richard Henderson)
1164- fix R_IA64_PCREL21{M,F} handling (Richard Henderson)
1165- build in separate builddir, so that gasp tests don't fail
1166- include localization
1167
1168* Thu Aug  8 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-2
1169- fix R_386_TPOFF32 addends (#70824)
1170
1171* Sat Aug  3 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-1
1172- update to 2.13.90.0.2
1173  - fix ld TLS assertion failure (#70084)
1174  - fix readelf --debug-dump= handling to match man page and --help
1175    (#68997)
1176- fix _GLOBAL_OFFSET_TABLE gas handling (#70241)
1177
1178* Wed Jul 24 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.15-1
1179- update to 2.12.90.0.15
1180- TLS .tbss fix
1181- don't use rpm %%configure macro, it is broken too often (#69366)
1182
1183* Thu May 30 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.9-1
1184- update to 2.12.90.0.9
1185  - TLS support
1186- remove gasp.info from %%post/%%preun (#65400)
1187
1188* Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.7-1
1189- update to 2.12.90.0.7
1190- run make check
1191
1192* Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-12
1193- fix .hidden handling on SPARC (Richard Henderson)
1194- don't crash when linking -shared non-pic code with SHF_MERGE
1195- fix .eh_frame_hdr for DW_EH_PE_aligned
1196- correctly adjust DW_EH_PE_pcrel encoded personalities in CIEs
1197
1198* Fri Apr  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-11
1199- don't emit dynamic R_SPARC_DISP* relocs against STV_HIDDEN symbols
1200  into shared libraries
1201
1202* Thu Mar 21 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-10
1203- don't merge IA-64 unwind info sections together during ld -r
1204
1205* Mon Mar 11 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-9
1206- fix DATA_SEGMENT_ALIGN on ia64/alpha/sparc/sparc64
1207
1208* Fri Mar  8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-8
1209- don't crash on SHN_UNDEF local dynsyms (Andrew MacLeod)
1210
1211* Thu Mar  7 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-7
1212- fix bfd configury bug (Alan Modra)
1213
1214* Tue Mar  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-6
1215- don't copy visibility when equating symbols
1216- fix alpha .text/.data with .previous directive bug
1217
1218* Tue Mar  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-5
1219- fix SHF_MERGE crash with --gc-sections (#60369)
1220- C++ symbol versioning patch
1221
1222* Fri Feb 22 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-4
1223- add DW_EH_PE_absptr -> DW_EH_PE_pcrel optimization for shared libs,
1224  if DW_EH_PE_absptr cannot be converted that way, don't build the
1225  .eh_frame_hdr search table
1226
1227* Fri Feb 15 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-3
1228- fix ld -N broken by last patch
1229
1230* Tue Feb 12 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-2
1231- trade one saved runtime page for data segment (=almost always not shared)
1232  for up to one page of disk space where possible
1233
1234* Fri Feb  8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-1
1235- update to 2.11.93.0.2
1236- use %%{ix86} instead of i386 for -z combreloc default (#59086)
1237
1238* Thu Jan 31 2002 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-10
1239- don't create SHN_UNDEF STB_WEAK symbols unless there are any relocations
1240  against them
1241
1242* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 2.11.92.0.12-9.1
1243- rebuild (fix ia64 miscompilation)
1244
1245* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1246- automated rebuild
1247
1248* Fri Dec 28 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-8
1249- two further .eh_frame patch fixes
1250
1251* Wed Dec 19 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-7
1252- as ld is currently not able to shrink input sections to zero size
1253  during discard_info, build a fake minimal CIE in that case
1254- update elf-strtab patch to what was commited
1255
1256* Mon Dec 17 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-6
1257- one more .eh_frame patch fix
1258- fix alpha .eh_frame handling
1259- optimize elf-strtab finalize
1260
1261* Sat Dec 15 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-5
1262- yet another fix for the .eh_frame patch
1263
1264* Fri Dec 14 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-4
1265- Alan Modra's patch to avoid crash if there is no dynobj
1266
1267* Thu Dec 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-3
1268- H.J.'s patch to avoid crash if input files are not ELF
1269- don't crash if a SHF_MERGE for some reason could not be merged
1270- fix objcopy/strip to preserve SHF_MERGE sh_entsize
1271- optimize .eh_frame sections, add PT_GNU_EH_FRAME support
1272- support anonymous version tags in version script
1273
1274* Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-2
1275- fix IA-64 SHF_MERGE handling
1276
1277* Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-1
1278- update to 2.11.92.0.12
1279  - optimize .dynstr and .shstrtab sections (#55524)
1280  - fix ld.1 glitch (#55459)
1281- turn relocs against SHF_MERGE local symbols with zero addend
1282  into STT_SECTION + addend
1283- remove man pages for programs not included (nlmconv, windres, dlltool;
1284  #55456, #55461)
1285- add BuildRequires for texinfo
1286
1287* Thu Oct 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-2
1288- duh, fix strings on bfd objects (#55084)
1289
1290* Sat Oct 20 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-1
1291- update to 2.11.92.0.7
1292- remove .rel{,a}.dyn from output if it is empty
1293
1294* Thu Oct 11 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-2
1295- fix strings patch
1296- use getc_unlocked in strings to speed it up by 50% on large files
1297
1298* Wed Oct 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-1
1299- update to 2.11.92.0.5
1300  - binutils localization (#45148)
1301  - fix typo in REPORT_BUGS_TO (#54325)
1302- support files bigger than 2GB in strings (#54406)
1303
1304* Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-12
1305- on IA-64, don't mix R_IA64_IPLTLSB relocs with non-PLT relocs in
1306  .rela.dyn section.
1307
1308* Tue Sep 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-11
1309- add iplt support for IA-64 (Richard Henderson)
1310- switch to new section flags for SHF_MERGE and SHF_STRINGS, put
1311  in compatibility code
1312- "s" section flag for small data sections on IA-64 and Alpha
1313  (Richard Henderson)
1314- fix sparc64 .plt[32768+] handling
1315- don't emit .rela.stab on sparc
1316
1317* Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-10
1318- fix SHF_MERGE on Sparc
1319
1320* Fri Aug 31 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-9
1321- on Alpha, copy *r_offset to R_ALPHA_RELATIVE's r_addend
1322
1323* Thu Aug 30 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-8
1324- on IA-64, put crtend{,S}.o's .IA_64.unwind section last in
1325  .IA_64.unwind output section (for compatibility with 7.1 eh)
1326
1327* Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-7
1328- put RELATIVE relocs first, not last
1329- enable -z combreloc by default on IA-{32,64}, Alpha, Sparc*
1330
1331* Thu Aug 23 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-6
1332- support for -z combreloc
1333- remove .dynamic patch, -z combreloc patch does this better
1334- set STT_FUNC default symbol sizes in .endp directive on IA-64
1335
1336* Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-5
1337- fix last patch (H.J.Lu)
1338
1339* Fri Jul 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-4
1340- fix placing of orphan sections
1341
1342* Sat Jun 23 2001 Jakub Jelinek <jakub@redhat.com>
1343- fix SHF_MERGE support on Alpha
1344
1345* Fri Jun  8 2001 Jakub Jelinek <jakub@redhat.com>
1346- 2.11.90.0.8
1347  - some SHF_MERGE suport fixes
1348- don't build with tooldir /usrusr instead of /usr (#40937)
1349- reserve few .dynamic entries for prelinking
1350
1351* Mon Apr 16 2001 Jakub Jelinek <jakub@redhat.com>
1352- 2.11.90.0.5
1353  - SHF_MERGE support
1354
1355* Tue Apr  3 2001 Jakub Jelinek <jakub@redhat.com>
1356- 2.11.90.0.4
1357  - fix uleb128 support, so that CVS gcc bootstraps
1358  - some ia64 fixes
1359
1360* Mon Mar 19 2001 Jakub Jelinek <jakub@redhat.com>
1361- add -Bgroup support from Ulrich Drepper
1362
1363* Fri Mar  9 2001 Jakub Jelinek <jakub@redhat.com>
1364- hack - add elf_i386_glibc21 emulation
1365
1366* Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
1367- 2.10.91.0.2
1368
1369* Fri Feb  9 2001 Jakub Jelinek <jakub@redhat.com>
1370- 2.10.1.0.7
1371- remove ExcludeArch ia64
1372- back out the -oformat, -omagic and -output change for now
1373
1374* Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
1375- Prereq /sbin/install-info
1376
1377* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
1378- 2.10.1.0.2
1379
1380* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
1381- add one more alpha patch
1382
1383* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
1384- fix alpha visibility as problem
1385- add support for Ultra-III
1386
1387* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
1388- and one more alpha patch
1389
1390* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
1391- two sparc patches
1392
1393* Mon Jul 24 2000 Jakub Jelinek <jakub@redhat.com>
1394- 2.10.0.18
1395
1396* Mon Jul 10 2000 Jakub Jelinek <jakub@redhat.com>
1397- 2.10.0.12
1398
1399* Mon Jun 26 2000 Jakub Jelinek <jakub@redhat.com>
1400- 2.10.0.9
1401
1402* Thu Jun 15 2000 Jakub Jelinek <jakub@redhat.com>
1403- fix ld -r
1404
1405* Mon Jun  5 2000 Jakub Jelinek <jakub@redhat.com>
1406- 2.9.5.0.46
1407- use _mandir/_infodir/_lib
1408
1409* Mon May  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1410- 2.9.5.0.41
1411
1412* Wed Apr 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1413- 2.9.5.0.34
1414
1415* Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1416- 2.9.5.0.31
1417
1418* Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
1419- man pages are compressed
1420- apply kingdon's patch from #5031
1421
1422* Wed Jan 19 2000 Jeff Johnson <jbj@redhat.com>
1423- Permit package to be built with a prefix other than /usr.
1424
1425* Thu Jan 13 2000 Cristian Gafton <gafton@redhat.com>
1426- add pacth from hjl to fix the versioning problems in ld
1427
1428* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1429- Add sparc patches from Jakub Jelinek <jakub@redhat.com>
1430- Add URL:
1431
1432* Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1433- 2.9.5.0.22
1434
1435* Wed Nov 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1436- 2.9.5.0.19
1437
1438* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1439- 2.9.5.0.16
1440
1441* Mon Sep 06 1999 Jakub Jelinek <jj@ultra.linux.cz>
1442- make shared non-pic libraries work on sparc with glibc 2.1.
1443
1444* Fri Aug 27 1999 Jim Kingdon
1445- No source/spec changes, just rebuilding with egcs-1.1.2-18 because
1446  the older egcs was miscompling gprof.
1447
1448* Mon Apr 26 1999 Cristian Gafton <gafton@redhat.com>
1449- back out very *stupid* sparc patch done by HJLu. People, keep out of
1450  things you don't understand.
1451- add alpha relax patch from rth
1452
1453* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
1454- version  2.9.1.0.23
1455- patch to make texinfo documentation compile
1456- auto rebuild in the new build environment (release 2)
1457
1458* Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
1459- updated to 2.9.1.0.21
1460- merged with UltraPenguin
1461
1462* Mon Jan 04 1999 Cristian Gafton <gafton@redhat.com>
1463- added ARM patch from philb
1464- version 2.9.1.0.19a
1465- added a patch to allow arm* arch to be identified as an ARM
1466
1467* Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
1468- updated to 2.9.1.0.14.
1469
1470* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
1471- updated to 2.9.1.0.13.
1472
1473* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
1474- updated to 2.9.1.0.12
1475
1476* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
1477- updated to 2.9.1.0.7.
1478
1479* Wed Jun 03 1998 Jeff Johnson <jbj@redhat.com>
1480- updated to 2.9.1.0.6.
1481
1482* Tue Jun 02 1998 Erik Troan <ewt@redhat.com>
1483- added patch from rth to get right offsets for sections in relocateable
1484  objects on sparc32
1485
1486* Thu May 07 1998 Prospector System <bugs@redhat.com>
1487- translations modified for de, fr, tr
1488
1489* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
1490- version 2.9.1.0.4 is out; even more, it is public !
1491
1492* Tue May 05 1998 Jeff Johnson <jbj@redhat.com>
1493- updated to 2.9.1.0.3.
1494
1495* Mon Apr 20 1998 Cristian Gafton <gafton@redhat.com>
1496- updated to 2.9.0.3
1497
1498* Tue Apr 14 1998 Cristian Gafton <gafton@redhat.com>
1499- upgraded to 2.9.0.2
1500
1501* Sun Apr 05 1998 Cristian Gafton <gafton@redhat.com>
1502- updated to 2.8.1.0.29 (HJ warned me that this thing is a moving target...
1503  :-)
1504- "fixed" the damn make install command so that all tools get installed
1505
1506* Thu Apr 02 1998 Cristian Gafton <gafton@redhat.com>
1507- upgraded again to 2.8.1.0.28 (at least on alpha now egcs will compile)
1508- added info packages handling
1509
1510* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
1511- upgraded to 2.8.1.0.23
1512
1513* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
1514- updated to 2.8.1.0.15 (required to compile the newer glibc)
1515- all patches are obsoleted now
1516
1517* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
1518- added 2.8.1.0.1 patch from hj
1519- added patch for alpha palcode form rth
Note: See TracBrowser for help on using the repository browser.