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

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