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

Revision 521, 50.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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: 4%{?_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* Mon Feb  8 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-4
369- rebuilt with gcc-4.4.3-3
370
371* Mon Feb  1 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.20.51.0.2-3
372- add Patch12 and Patch13 for PR 10856 and 11088 respectively
373
374* Mon Jan 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.20.51.0.2-2
375- rebuilt with gcc-4.4.3
376
377* Tue Nov  8 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.20.51.0.2-1
378- updated to 2.20.51.0.2
379
380* Wed Sep 24 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.18.50.0.6-1
381- updated to 2.18.50.0.6
382
383* Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.50.0.18-3
384- new versioning policy
385- rebuild with gcc-4.1.2-18
386
387* Sun Feb 10 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.18-1vl2
388- rebuilt with glibc-2.7-2vl3 and gcc-4.1.2-0vl17
389
390* Wed Feb 06 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.18-1vl1
391- updated to 2.17.50.0.18
392
393  - Thu Aug 16 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.18-1
394  - update to 2.17.50.0.18
395    - GPLv3+
396    - preserve .note.gnu.build-id in objcopy --only-keep-debug (#251935)
397    - fix sparc64/alpha broken by --build-id patch (#252936)
398  - update License tag
399  - fix ld crash with --build-id and non-ELF output format (Alan Modra, BZ#4923)
400
401  - Tue Jul 31 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-7
402  - fix ppc32 secure PLT detection (Alan Modra)
403
404  - Wed Jul 25 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-6
405  - rebuilt to make sure even libbfd.so and libopcodes.so aren't
406  broken by #249435
407
408  - Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-5
409  - add .note.gnu.build-id into default linker script (#249435)
410
411  - Tue Jul 24 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-4
412  - don't kill the %%{_gnu} part of target name on arm
413    (Lennert Buytenhek, #243516)
414  - create just one PT_NOTE segment header for all consecutive SHT_NOTE
415    sections
416
417  - Wed Jul 18 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-3
418  - fix for ld --build-id
419
420  - Sun Jul 15 2007 Roland McGrath <roland@redhat.com> 2.17.50.0.17-2
421  - ld --build-id support
422
423  - Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.17-1
424  - update to 2.17.50.0.17
425
426  - Tue Jun 12 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.16-1
427  - update to 2.17.50.0.16
428
429  - Sat Apr 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-4
430  - fix linking non-ELF input objects into ELF output (#235747)
431
432  - Wed Mar 14 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-3
433  - don't require matching ELF_OSABI for target vecs with ELFOSABI_NONE,
434    only prefer specific osabi target vecs over the generic ones
435    (H.J.Lu, #230964, BZ#3826)
436  - build libbfd.so and libopcodes.so with -Bsymbolic-functions
437
438  - Fri Mar  2 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-2
439  - ignore install-info errors from scriptlets (#223678)
440
441  - Thu Mar  1 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.12-1
442  - update to 2.17.50.0.12
443  - revert the misdesigned LD_SYMBOLIC{,_FUNCTIONS} env var support,
444    only support -Bsymbolic/-Bsymbolic-functions/--dynamic-list*
445
446  - Mon Jan  8 2007 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.9-1
447  - update to 2.17.50.0.9
448  - fix tekhex reader
449
450  - Sat Dec 23 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-2
451  - fix --as-needed on ppc64 (#219629)
452
453  - Sun Dec  3 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.8-1
454  - update to 2.17.50.0.8
455  - initialize frch_cfi_data (BZ#3607)
456
457  - Fri Dec  1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.7-1
458  - update to 2.17.50.0.7
459    - .cfi_personality and .cfi_lsda directives, per subsection .cfi_*
460      directives, better .eh_frame CIE merging
461
462  - Thu Nov  9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-3
463  - fix popcnt instruction assembly and disassembly on amd64 (#214767)
464
465* Mon Jan 07 2008 Shu KONNO <owa@bg.wakwak.com> 2.17.50.0.6-2vl5
466- dropt unnecessary changes of 2.17.50.0.6-2vl4
467
468* Fri Jan 04 2008 Shu KONNO <owa@bg.wakwak.com> 2.17.50.0.6-2vl4
469- added -fPIC to make (if x86_64)
470
471* Sat Jul 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.17.50.0.6-2vl3
472- rebuild with gcc-4.1.2-0vl12
473- changed devel package Group to Development/Libraries
474
475* Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.6-2vl2
476- rebuild with gcc-4.1.2-0vl7 (expecially for ppc)
477
478* Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.6-2vl1
479- updated to 2.17.50.0.6
480
481  - Thu Dec 21 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.6-2.fc6
482  - update to 2.17.50.0.6
483    - fix for section relative linker script defined symbols in
484      empty sections (#212032, BZ#3267)
485    - fix handling of DW_CFA_set_loc in .eh_frame optimizations
486    - fix R_PPC_{PLT,GOT{,_TLSGD,_TLSLD,_TPREL,_DTPREL}}16_HA relocation
487      handling with weak undefined symbols (Alan Modra, #211094)
488    - fix --cref (#212099)
489    - fix --emit-relocs on ppc64 (#211991)
490  - fix popcnt instruction assembly and disassembly on amd64 (#214767)
491
492* Sat May 12 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl2
493- rebuilt with gcc-4.1.2-0vl6 and glibc-2.5-12vl1
494
495* Sun May 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl1
496- rebuild
497
498* Tue Apr 03 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.17.50.0.3-6vl0
499- initial build for VineSeed based on FC 2.17.50.0.3-6
500
501* Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-6
502- fix multilib conflict in %{_prefix}/include/bfd.h
503
504* Tue Sep 12 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-5
505- fix efi-app-ia64 magic number (#206002, BZ#3171)
506
507* Tue Sep  5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-4
508- link libopcodes*.so against libbfd*.so (#202327)
509- split *.a and header files into binutils-devel
510
511* Fri Aug 18 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-3
512- on ppc and ppc64 increase default -z commonpagesize to 64K (#203001)
513
514* Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> 2.17.50.0.3-2
515- do not infer x86 arch implicitly based on instruction in the input
516  (#200330)
517
518* Mon Jul 17 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.3-1
519- update to 2.17.50.0.3
520
521* Fri Jul 14 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-8
522- add support for new AMDFAM10 instructions (#198281, IT#97662)
523- add -march=/-mtune= gas support on x86/x86-64
524- x86/x86-64 nop insn improvements
525- fix DT_GNU_HASH shift count value computation
526
527* Tue Jul 11 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-7
528- add DT_GNU_HASH support (--hash-style=gnu and --hash-style=both
529  ld options)
530
531* Thu Jun 29 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-4
532- fix i?86 TLS GD->IE transition in executables (#196157, BZ#2513)
533
534* Mon Jun 19 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-3
535- fix two places in ld that misbehaved with MALLOC_PERTURB_=N
536- fix .tls_common handling in relocatable linking
537
538* Mon Jun  5 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-2
539- fix --as-needed (Alan Modra, #193689, BZ#2721)
540
541* Thu Jun  1 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.2-1
542- update to 2.17.50.0.2
543- update from CVS to 20060601
544- speed up the ELF linker by caching the result of kept section check
545  (H.J. Lu)
546
547* Tue May  9 2006 Jakub Jelinek <jakub@redhat.com> 2.17.50.0.1-1
548- update to 2.17.50.0.1
549
550* Fri Mar 31 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-6
551- fix ld error message formatting, so that collect2 parser can
552  parse it again for g++ -frepo (#187142)
553
554* Thu Mar  9 2006 Alexandre Oliva <aoliva@redhat.com> 2.16.91.0.6-4
555- fix relaxation of TLS GD to LE on PPC (#184590)
556
557* Fri Mar  3 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-3
558- support DW_CFA_val_{offset,offset_sf,expression} in readelf/objdump
559
560* Tue Feb 28 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-2
561- add MNI support on i?86/x86_64 (#183080)
562- support S signal frame augmentation flag in .eh_frame,
563  add .cfi_signal_frame support (#175951, PR other/26208, BZ#300)
564
565* Tue Feb 14 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.6-1
566- update to 2.16.91.0.6
567  - fix ppc64 --gc-sections
568  - disassembler fixes for x86_64 cr/debug regs
569  - fix linker search order for DT_NEEDED libs
570
571* Mon Jan 02 2006 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.5-1
572- update to 2.16.91.0.5
573- don't error about .toc1 references to discarded sectiosn on ppc64
574  (#175944)
575
576* Wed Dec 14 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-2
577- put .gnu.linkonce.d.rel.ro.* sections into relro region
578
579* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
580- rebuilt
581
582* Fri Nov 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.3-1
583- update to 2.16.91.0.3
584- add .weakref support (Alexandre Oliva, #115157, #165728)
585
586* Thu Aug 18 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-4
587- install-info also configure.info
588- update standards.texi from gnulib (#165530)
589
590* Tue Aug 16 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-3
591- update to 20050816 CVS
592- better fix for ld-cdtest
593- fix symbol version script parsing
594
595* Fri Jul 29 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-2
596- don't complain about relocs to discarded sections in ppc32
597  .got2 sections (Alan Modra, PR target/17828)
598
599* Fri Jul 22 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.2-1
600- update to 2.16.91.0.2
601
602* Thu Jul 21 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-3
603- fix buffer overflow in readelf ia64 unwind printing code
604- use vsnprintf rather than vsprintf in gas diagnostics (Tavis Ormandy)
605- fix ld-cdtest when CFLAGS contains -fexceptions
606
607* Wed Jul 20 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-2
608- update to 20050720 CVS
609
610* Mon Jul 11 2005 Jakub Jelinek <jakub@redhat.com> 2.16.91.0.1-1
611- update to 2.16.91.0.1 plus 20050708 CVS
612
613* Wed Jun 15 2005 Jakub Jelinek <jakub@redhat.com> 2.16.90.0.3-1
614- update to 2.16.90.0.3
615- update to 20050615 CVS
616  - ppc32 secure PLT support (Alan Modra)
617- further bfd/readelf robustification
618
619* Sat Jun 11 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-4
620- further bfd robustification (CAN-2005-1704, #158680)
621
622* Fri Jun 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-3
623- further objdump and readelf robustification (CAN-2005-1704, #158680)
624
625* Wed May 25 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-2
626- bfd and readelf robustification (CAN-2005-1704, #158680)
627
628* Tue Mar 29 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2.2-1
629- update to 2.15.94.0.2.2
630- speed up walk_wild_section (Robert O'Callahan)
631
632* Mon Mar  7 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-4
633- rebuilt with GCC 4
634
635* Mon Feb 28 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-3
636- fix buffer overflows in readelf (#149506)
637- move c++filt to binutils from gcc-c++, conflict with gcc-c++ < 4.0 (#86333)
638
639* Thu Feb 10 2005 Jakub Jelinek <jakub@redhat.com> 2.15.94.0.2-1
640- update to 2.15.94.0.2
641- fix .note.GNU-stack/PT_GNU_STACK computation in linker on ppc64 (#147296)
642- fix stripping of binaries/libraries that have empty sections right before
643  .dynamic section (with the same starting address; #144038)
644- handle AS_NEEDED (...) in linker script INPUT/GROUP
645
646* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-11
647- fix a longstanding -z relro bug
648
649* Mon Dec 13 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-10
650- avoid unnecessary gap with -z relro showing on i686 libc.so
651- ppc64 --emit-relocs fix (Alan Modra)
652- don't crash if STT_SECTION symbol has incorrect st_shndx (e.g. SHN_ABS,
653  as created by nasm; #142181)
654- don't try to make absptr LSDAs relative if they don't have relocations
655  against them (Alan Modra, #141162)
656
657* Wed Oct 27 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5.EL4
658- fix ar xo (#104344)
659
660* Wed Oct 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-5
661- fix --just-symbols on ppc64 (Alan Modra, #135498)
662
663* Fri Oct 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-4
664- fix code detecting matching linkonce and single member comdat
665  group sections (#133078)
666
667* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-3
668- revert Sep 09 change to make ppc L second argument e.g. for tlbie
669  non-optional
670- fix stripping of prelinked binaries and libraries (#133734)
671- allow strings(1) on 32-bit arches to be used again with > 2GB
672  files (#133555)
673
674* Mon Oct  4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.92.0.2-2
675- update to 2.15.92.0.2
676- change ld's ld.so.conf parser to match ldconfig's (#129340)
677
678* Mon Sep 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-9
679- avoid almost 1MB (sparse) gaps in the middle of -z relro
680  libraries on x86-64 (Andreas Schwab)
681- fix -z relro to make sure end of PT_GNU_RELRO segment is always
682  COMMONPAGESIZE aligned
683
684* Wed Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-8
685- fix linker segfaults on input objects with SHF_LINK_ORDER with
686  incorrect sh_link (H.J.Lu, Nick Clifton, #130198, BZ #290)
687
688* Wed Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-7
689- resolve all undefined ppc64 .* syms to the function bodies through
690  .opd, not just those used in brach instructions (Alan Modra)
691
692* Tue Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-6
693- fix ppc64 ld --dotsyms (Alan Modra)
694
695* Tue Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-5
696- various ppc64 make check fixes when using non-dot-syms gcc (Alan Modra)
697- fix --gc-sections
698- on ia64 create empty .gnu.linkonce.ia64unw*.* sections for
699  .gnu.linkonce.t.* function doesn't need unwind info
700
701* Mon Aug 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-4
702- kill ppc64 dot symbols (Alan Modra)
703- objdump -d support for objects without dot symbols
704- support for overlapping ppc64 .opd entries
705
706* Mon Aug 9 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-3
707- fix a newly introduced linker crash on x86-64
708
709* Sun Aug 8 2004 Alan Cox <alan@redhat.com> 2.15.91.0.2-2
710- BuildRequire bison and macroise buildroot - from Steve Grubb
711
712* Fri Jul 30 2004 Jakub Jelinek <jakub@redhat.com> 2.15.91.0.2-1
713- update to 2.15.91.0.2
714- BuildRequire flex (#117763)
715
716* Wed May 19 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-7
717- use lib64 instead of lib directories on ia64 if %%{_lib} is
718  set to lib64 by rpm
719
720* Sat May 15 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-6
721- fix a bug introduced in the ++/-- rejection patch
722  from 2.15.90.0.3 (Alan Modra)
723
724* Tue May  4 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-5
725- fix s390{,x} .{,b,p2}align handling
726- ppc/ppc64 testsuite fix
727
728* Mon May  3 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-4
729- -z relro ppc/ppc64/ia64 fixes
730- change x86-64 .plt symbol st_size handling to match ia32
731- prettify objdump -d output
732
733* Tue Apr 20 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-3
734- several SPARC fixes
735
736* Sun Apr 18 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-2
737- yet another fix for .tbss handling
738
739* Fri Apr 16 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.3-1
740- update to 2.15.90.0.3
741
742* Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-2
743- update to 20040326 CVS
744  - fix ppc64 weak .opd symbol handling (Alan Modra, #119086)
745- fix .tbss handling bug introduced
746
747* Fri Mar 26 2004 Jakub Jelinek <jakub@redhat.com> 2.15.90.0.1.1-1
748- update to 2.15.90.0.1.1
749
750* Sat Feb 21 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-8
751- with -z now without --enable-new-dtags create DT_BIND_NOW
752  dynamic entry in addition to DT_FLAGS_1 with DF_1_NOW bit set
753
754* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-7
755- fix -pie on ppc32
756
757* Fri Feb 20 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-6
758- clear .plt sh_entsize on sparc32
759- put whole .got into relro area with -z now -z relro
760
761* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
762- rebuilt
763
764* Thu Jan 22 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-4
765- fix -pie on IA64
766
767* Mon Jan 19 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-3
768- fix testcases on s390 and s390x
769
770* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-2
771- fix testcases on AMD64
772- fix .got's sh_entsize on IA32/AMD64
773- set COMMONPAGESIZE on s390/s390x
774- set COMMONPAGESIZE on ppc32 (Alan Modra)
775
776* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-1
777- update to 2.14.90.0.8
778
779* Tue Jan 13 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-4
780- fix -z relro on 64-bit arches
781
782* Mon Jan 12 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-3
783- fix some bugs in -z relro support
784
785* Fri Jan  9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-2
786- -z relro support, reordering of RW sections
787
788* Fri Jan  9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-1
789- update to 2.14.90.0.7
790
791* Mon Nov 24 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-4
792- fix assembly parsing of foo=(.-bar)/4 (Alan Modra)
793- fix IA-64 assembly parsing of (p7) hint @pause
794
795* Tue Sep 30 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-3
796- don't abort on some linker warnings/errors on IA-64
797
798* Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-2
799- fix up merge2.s to use .p2align instead of .align
800
801* Sat Sep 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.6-1
802- update to 2.14.90.0.6
803- speed up string merging (Lars Knoll, Michael Matz, Alan Modra)
804- speed up IA-64 local symbol handling during linking
805
806* Fri Sep  5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-7
807- avoid ld -s segfaults introduced in 2.14.90.0.5-5 (Dmitry V. Levin,
808  #103180)
809
810* Fri Aug 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-6
811- build old demangler into libiberty.a (#102268)
812- SPARC .cfi* support
813
814* Tue Aug  5 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-5
815- fix orphan section placement
816
817* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-4
818- fix ppc64 elfvsb linker tests
819- some more 64-bit cleanliness fixes, give ppc64 fdesc symbols
820  type and size (Alan Modra)
821
822* Tue Jul 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-3
823- fix 64-bit unclean code in ppc-opc.c
824
825* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-2
826- fix 64-bit unclean code in tc-ppc.c
827
828* Mon Jul 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.5-1
829- update to 2.14.90.0.5
830- fix ld -r on ppc64 (Alan Modra)
831
832* Fri Jul 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-23
833- rebuilt
834
835* Thu Jul 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-22
836- fix elfNN_ia64_dynamic_symbol_p (Richard Henderson, #86661)
837- don't access memory beyond what was allocated in readelf
838  (Richard Henderson)
839
840* Thu Jul 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-21
841- add .cfi_* support on ppc{,64} and s390{,x}
842
843* Tue Jul  8 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-20
844- remove lib{bfd,opcodes}.la (#98190)
845
846* Mon Jul  7 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-19
847- fix -pie support on amd64, s390, s390x and ppc64
848- issue relocation overflow errors for s390/s390x -fpic code when
849  accessing .got slots above 4096 bytes from .got start
850
851* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-18
852- rebuilt
853
854* Thu Jul  3 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-17
855- fix ia64 -pie support
856- require no undefined non-weak symbols in PIEs like required for normal
857  binaries
858
859* Wed Jul  2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-16
860- fix readelf -d on IA-64
861- build libiberty.a with -fPIC, so that it can be lined into shared
862  libraries
863
864* Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-15
865- rebuilt
866
867* Wed Jun 25 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-14
868- added support for Intel Prescott instructions
869- fix hint@pause for ia64
870- add workaround for LTP sillyness (#97934)
871
872* Wed Jun 18 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-13
873- update CFI stuff to 2003-06-18
874- make sure .eh_frame is aligned to 8 bytes on 64-bit arches,
875  remove padding within one .eh_frame section
876
877* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-12
878- rebuilt
879
880* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-11
881- one more fix for the same patch
882
883* Tue Jun 17 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-10
884- fix previous patch
885
886* Mon Jun 16 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-9
887- ensure R_PPC64_{RELATIVE,ADDR64} have *r_offset == r_addend
888  and the other relocs have *r_offset == 0
889
890* Tue Jun 10 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-8
891- remove some unnecessary provides in ppc64 linker script
892  which were causing e.g. empty .ctors/.dtors section creation
893
894* Fri Jun  6 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-7
895- some CFI updates/fixes
896- don't create dynamic relocations against symbols defined in PIE
897  exported from its .dynsym
898
899* Wed Jun  4 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-6
900- update gas to 20030604
901- PT_GNU_STACK support
902
903* Mon Jun  2 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-5
904- buildrequire gettext (#91838)
905
906* Sat May 31 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-4
907- fix shared libraries with >= 8192 .plt slots on ppc32
908
909* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-3
910- rebuilt
911
912* Thu May 29 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-2
913- rename ld --dynamic option to --pic-executable or --pie
914- fix ld --help output
915- document --pie/--pic-executable in ld.info and ld.1
916
917* Wed May 28 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.4-1
918- update to 2.14.90.0.4-1
919- gas CFI updates (Richard Henderson)
920- dynamic executables (Ulrich Drepper)
921
922* Tue May 20 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-2
923- fix ELF visibility handling
924- tidy plt entries on IA-32, ppc and ppc64
925
926* Mon May 19 2003 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.2-1
927- update to 2.14.90.0.2-1
928
929* Tue May 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-8
930- fix bfd_elf_hash on 64-bit arches (Andrew Haley)
931
932* Wed Apr 30 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-7
933- rebuilt
934
935* Mon Apr 14 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-6
936- optimize DW_CFA_advance_loc4 in gas even if there is 'z' augmentation
937  with size 0 in FDE
938
939* Fri Apr 11 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-5
940- fix SPARC build
941
942* Thu Apr  3 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-4
943- fix ppc32 plt reference counting
944- don't include %{_prefix}/%{_lib}/debug in the non-debuginfo package
945  (#87729)
946
947* Mon Mar 31 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-3
948- make elf64ppc target native extra on ppc and elf32ppc native extra
949  on ppc64.
950
951* Fri Mar 28 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-2
952- fix TLS on IA-64 with ld relaxation
953
954* Sat Mar 22 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.20-1
955- update to 2.13.90.0.20
956
957* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-9
958- rebuilt
959
960* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-8
961- don't strip binaries in %%install, so that there is non-empty
962  debuginfo
963
964* Mon Feb 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-7
965- don't optimize .eh_frame during ld -r
966
967* Thu Feb 13 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-6
968- don't clear elf_link_hash_flags in the .symver patch
969- only use TC_FORCE_RELOCATION in s390's TC_FORCE_RELOCATION_SUB_SAME
970  (Alan Modra)
971
972* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-5
973- fix the previous .symver change
974- remove libbfd.so and libopcodes.so symlinks, so that other packages
975  link statically, not dynamically against libbfd and libopcodes
976  whose ABI is everything but stable
977
978* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-4
979- do .symver x, x@FOO handling earlier
980- support .file and .loc on s390*
981
982* Mon Feb 10 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-3
983- handle .symver x, x@FOO in ld such that relocs against x become
984  dynamic relocations against x@FOO (#83325)
985- two PPC64 TLS patches (Alan Modra)
986
987* Sun Feb 09 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-2
988- fix SEARCH_DIR on x86_64/s390x
989- fix Alpha --relax
990- create DT_RELA{,SZ,ENT} on s390 even if there is just .rela.plt
991  and no .rela.dyn section
992- support IA-32 on IA-64 (#83752)
993- .eh_frame_hdr fix (Andreas Schwab)
994
995* Thu Feb 06 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.18-1
996- update to 2.13.90.0.18 + 20030121->20030206 CVS diff
997
998* Tue Feb 04 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-8
999- alpha TLS fixes
1000- use .debug_line directory table to make the section tiny bit smaller
1001- libtool fix from Jens Petersen
1002
1003* Sun Feb 02 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-7
1004- sparc32 TLS
1005
1006* Fri Jan 24 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-6
1007- s390{,x} TLS and two other mainframe patches
1008
1009* Fri Jan 17 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-5
1010- fix IA-64 TLS IE in shared libs
1011- .{preinit,init,fini}_array compat hack from Alexandre Oliva
1012
1013* Thu Jan 16 2003 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-4
1014- IA-64 TLS fixes
1015- fix .plt sh_entsize on Alpha
1016- build with %%_smp_mflags
1017
1018* Sat Nov 30 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-3
1019- fix strip on TLS binaries and libraries
1020
1021* Fri Nov 29 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-2
1022- fix IA-64 ld bootstrap
1023
1024* Thu Nov 28 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.16-1
1025- update to 2.13.90.0.16
1026- STT_TLS SHN_UNDEF fix
1027
1028* Wed Nov 27 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-4
1029- pad .rodata.cstNN sections at the end if they aren't sized to multiple
1030  of sh_entsize
1031- temporary patch to make .eh_frame and .gcc_except_table sections
1032  readonly if possible (should be removed when AUTO_PLACE is implemented)
1033- fix .PPC.EMB.apuinfo section flags
1034
1035* Wed Oct 23 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-3
1036- fix names and content of alpha non-alloced .rela.* sections (#76583)
1037- delete unpackaged files from the buildroot
1038
1039* Tue Oct 15 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-2
1040- enable s390x resp. s390 emulation in linker too
1041
1042* Mon Oct 14 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.10-1
1043- update to 2.13.90.0.10
1044- add a bi-arch patch for sparc/s390/x86_64
1045- add --enable-64-bit-bfd on sparc, s390 and ppc
1046
1047* Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-3
1048- fix combreloc testcase
1049
1050* Thu Oct 10 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-2
1051- fix orphan .rel and .rela section placement with -z combreloc (Alan Modra)
1052- skip incompatible linker scripts when searching for libraries
1053
1054* Tue Oct  1 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.4-1
1055- update to 2.13.90.0.4
1056- x86-64 TLS support
1057- some IA-32 TLS fixes
1058- some backported patches from trunk
1059- include opcodes, ld, gas and bfd l10n too
1060
1061* Thu Sep 19 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-3
1062- allow addends for IA-32 TLS @tpoff, @ntpoff and @dtpoff
1063- clear memory at *r_offset of dynamic relocs on PPC
1064- avoid ld crash if accessing non-local symbols through LE relocs
1065- new IA-32 TLS relocs, bugfixes and testcases
1066- use brl insn on IA-64 (Richard Henderson)
1067- fix R_IA64_PCREL21{M,F} handling (Richard Henderson)
1068- build in separate builddir, so that gasp tests don't fail
1069- include localization
1070
1071* Thu Aug  8 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-2
1072- fix R_386_TPOFF32 addends (#70824)
1073
1074* Sat Aug  3 2002 Jakub Jelinek <jakub@redhat.com> 2.13.90.0.2-1
1075- update to 2.13.90.0.2
1076  - fix ld TLS assertion failure (#70084)
1077  - fix readelf --debug-dump= handling to match man page and --help
1078    (#68997)
1079- fix _GLOBAL_OFFSET_TABLE gas handling (#70241)
1080
1081* Wed Jul 24 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.15-1
1082- update to 2.12.90.0.15
1083- TLS .tbss fix
1084- don't use rpm %%configure macro, it is broken too often (#69366)
1085
1086* Thu May 30 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.9-1
1087- update to 2.12.90.0.9
1088  - TLS support
1089- remove gasp.info from %%post/%%preun (#65400)
1090
1091* Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.12.90.0.7-1
1092- update to 2.12.90.0.7
1093- run make check
1094
1095* Mon Apr 29 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-12
1096- fix .hidden handling on SPARC (Richard Henderson)
1097- don't crash when linking -shared non-pic code with SHF_MERGE
1098- fix .eh_frame_hdr for DW_EH_PE_aligned
1099- correctly adjust DW_EH_PE_pcrel encoded personalities in CIEs
1100
1101* Fri Apr  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-11
1102- don't emit dynamic R_SPARC_DISP* relocs against STV_HIDDEN symbols
1103  into shared libraries
1104
1105* Thu Mar 21 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-10
1106- don't merge IA-64 unwind info sections together during ld -r
1107
1108* Mon Mar 11 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-9
1109- fix DATA_SEGMENT_ALIGN on ia64/alpha/sparc/sparc64
1110
1111* Fri Mar  8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-8
1112- don't crash on SHN_UNDEF local dynsyms (Andrew MacLeod)
1113
1114* Thu Mar  7 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-7
1115- fix bfd configury bug (Alan Modra)
1116
1117* Tue Mar  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-6
1118- don't copy visibility when equating symbols
1119- fix alpha .text/.data with .previous directive bug
1120
1121* Tue Mar  5 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-5
1122- fix SHF_MERGE crash with --gc-sections (#60369)
1123- C++ symbol versioning patch
1124
1125* Fri Feb 22 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-4
1126- add DW_EH_PE_absptr -> DW_EH_PE_pcrel optimization for shared libs,
1127  if DW_EH_PE_absptr cannot be converted that way, don't build the
1128  .eh_frame_hdr search table
1129
1130* Fri Feb 15 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-3
1131- fix ld -N broken by last patch
1132
1133* Tue Feb 12 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-2
1134- trade one saved runtime page for data segment (=almost always not shared)
1135  for up to one page of disk space where possible
1136
1137* Fri Feb  8 2002 Jakub Jelinek <jakub@redhat.com> 2.11.93.0.2-1
1138- update to 2.11.93.0.2
1139- use %%{ix86} instead of i386 for -z combreloc default (#59086)
1140
1141* Thu Jan 31 2002 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-10
1142- don't create SHN_UNDEF STB_WEAK symbols unless there are any relocations
1143  against them
1144
1145* Wed Jan 30 2002 Bill Nottingham <notting@redhat.com> 2.11.92.0.12-9.1
1146- rebuild (fix ia64 miscompilation)
1147
1148* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
1149- automated rebuild
1150
1151* Fri Dec 28 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-8
1152- two further .eh_frame patch fixes
1153
1154* Wed Dec 19 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-7
1155- as ld is currently not able to shrink input sections to zero size
1156  during discard_info, build a fake minimal CIE in that case
1157- update elf-strtab patch to what was commited
1158
1159* Mon Dec 17 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-6
1160- one more .eh_frame patch fix
1161- fix alpha .eh_frame handling
1162- optimize elf-strtab finalize
1163
1164* Sat Dec 15 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-5
1165- yet another fix for the .eh_frame patch
1166
1167* Fri Dec 14 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-4
1168- Alan Modra's patch to avoid crash if there is no dynobj
1169
1170* Thu Dec 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-3
1171- H.J.'s patch to avoid crash if input files are not ELF
1172- don't crash if a SHF_MERGE for some reason could not be merged
1173- fix objcopy/strip to preserve SHF_MERGE sh_entsize
1174- optimize .eh_frame sections, add PT_GNU_EH_FRAME support
1175- support anonymous version tags in version script
1176
1177* Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-2
1178- fix IA-64 SHF_MERGE handling
1179
1180* Tue Nov 27 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.12-1
1181- update to 2.11.92.0.12
1182  - optimize .dynstr and .shstrtab sections (#55524)
1183  - fix ld.1 glitch (#55459)
1184- turn relocs against SHF_MERGE local symbols with zero addend
1185  into STT_SECTION + addend
1186- remove man pages for programs not included (nlmconv, windres, dlltool;
1187  #55456, #55461)
1188- add BuildRequires for texinfo
1189
1190* Thu Oct 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-2
1191- duh, fix strings on bfd objects (#55084)
1192
1193* Sat Oct 20 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.7-1
1194- update to 2.11.92.0.7
1195- remove .rel{,a}.dyn from output if it is empty
1196
1197* Thu Oct 11 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-2
1198- fix strings patch
1199- use getc_unlocked in strings to speed it up by 50% on large files
1200
1201* Wed Oct 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.92.0.5-1
1202- update to 2.11.92.0.5
1203  - binutils localization (#45148)
1204  - fix typo in REPORT_BUGS_TO (#54325)
1205- support files bigger than 2GB in strings (#54406)
1206
1207* Wed Sep 26 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-12
1208- on IA-64, don't mix R_IA64_IPLTLSB relocs with non-PLT relocs in
1209  .rela.dyn section.
1210
1211* Tue Sep 25 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-11
1212- add iplt support for IA-64 (Richard Henderson)
1213- switch to new section flags for SHF_MERGE and SHF_STRINGS, put
1214  in compatibility code
1215- "s" section flag for small data sections on IA-64 and Alpha
1216  (Richard Henderson)
1217- fix sparc64 .plt[32768+] handling
1218- don't emit .rela.stab on sparc
1219
1220* Mon Sep 10 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-10
1221- fix SHF_MERGE on Sparc
1222
1223* Fri Aug 31 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-9
1224- on Alpha, copy *r_offset to R_ALPHA_RELATIVE's r_addend
1225
1226* Thu Aug 30 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-8
1227- on IA-64, put crtend{,S}.o's .IA_64.unwind section last in
1228  .IA_64.unwind output section (for compatibility with 7.1 eh)
1229
1230* Fri Aug 24 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-7
1231- put RELATIVE relocs first, not last
1232- enable -z combreloc by default on IA-{32,64}, Alpha, Sparc*
1233
1234* Thu Aug 23 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-6
1235- support for -z combreloc
1236- remove .dynamic patch, -z combreloc patch does this better
1237- set STT_FUNC default symbol sizes in .endp directive on IA-64
1238
1239* Mon Jul 16 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-5
1240- fix last patch (H.J.Lu)
1241
1242* Fri Jul 13 2001 Jakub Jelinek <jakub@redhat.com> 2.11.90.0.8-4
1243- fix placing of orphan sections
1244
1245* Sat Jun 23 2001 Jakub Jelinek <jakub@redhat.com>
1246- fix SHF_MERGE support on Alpha
1247
1248* Fri Jun  8 2001 Jakub Jelinek <jakub@redhat.com>
1249- 2.11.90.0.8
1250  - some SHF_MERGE suport fixes
1251- don't build with tooldir /usrusr instead of /usr (#40937)
1252- reserve few .dynamic entries for prelinking
1253
1254* Mon Apr 16 2001 Jakub Jelinek <jakub@redhat.com>
1255- 2.11.90.0.5
1256  - SHF_MERGE support
1257
1258* Tue Apr  3 2001 Jakub Jelinek <jakub@redhat.com>
1259- 2.11.90.0.4
1260  - fix uleb128 support, so that CVS gcc bootstraps
1261  - some ia64 fixes
1262
1263* Mon Mar 19 2001 Jakub Jelinek <jakub@redhat.com>
1264- add -Bgroup support from Ulrich Drepper
1265
1266* Fri Mar  9 2001 Jakub Jelinek <jakub@redhat.com>
1267- hack - add elf_i386_glibc21 emulation
1268
1269* Fri Feb 16 2001 Jakub Jelinek <jakub@redhat.com>
1270- 2.10.91.0.2
1271
1272* Fri Feb  9 2001 Jakub Jelinek <jakub@redhat.com>
1273- 2.10.1.0.7
1274- remove ExcludeArch ia64
1275- back out the -oformat, -omagic and -output change for now
1276
1277* Fri Dec 15 2000 Jakub Jelinek <jakub@redhat.com>
1278- Prereq /sbin/install-info
1279
1280* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
1281- 2.10.1.0.2
1282
1283* Tue Nov 21 2000 Jakub Jelinek <jakub@redhat.com>
1284- add one more alpha patch
1285
1286* Wed Nov 15 2000 Jakub Jelinek <jakub@redhat.com>
1287- fix alpha visibility as problem
1288- add support for Ultra-III
1289
1290* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
1291- and one more alpha patch
1292
1293* Fri Sep 15 2000 Jakub Jelinek <jakub@redhat.com>
1294- two sparc patches
1295
1296* Mon Jul 24 2000 Jakub Jelinek <jakub@redhat.com>
1297- 2.10.0.18
1298
1299* Mon Jul 10 2000 Jakub Jelinek <jakub@redhat.com>
1300- 2.10.0.12
1301
1302* Mon Jun 26 2000 Jakub Jelinek <jakub@redhat.com>
1303- 2.10.0.9
1304
1305* Thu Jun 15 2000 Jakub Jelinek <jakub@redhat.com>
1306- fix ld -r
1307
1308* Mon Jun  5 2000 Jakub Jelinek <jakub@redhat.com>
1309- 2.9.5.0.46
1310- use _mandir/_infodir/_lib
1311
1312* Mon May  8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1313- 2.9.5.0.41
1314
1315* Wed Apr 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1316- 2.9.5.0.34
1317
1318* Wed Mar 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1319- 2.9.5.0.31
1320
1321* Fri Feb 04 2000 Cristian Gafton <gafton@redhat.com>
1322- man pages are compressed
1323- apply kingdon's patch from #5031
1324
1325* Wed Jan 19 2000 Jeff Johnson <jbj@redhat.com>
1326- Permit package to be built with a prefix other than /usr.
1327
1328* Thu Jan 13 2000 Cristian Gafton <gafton@redhat.com>
1329- add pacth from hjl to fix the versioning problems in ld
1330
1331* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1332- Add sparc patches from Jakub Jelinek <jakub@redhat.com>
1333- Add URL:
1334
1335* Tue Dec 14 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1336- 2.9.5.0.22
1337
1338* Wed Nov 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1339- 2.9.5.0.19
1340
1341* Sun Oct 24 1999 Bernhard Rosenkraenzer <bero@redhat.com>
1342- 2.9.5.0.16
1343
1344* Mon Sep 06 1999 Jakub Jelinek <jj@ultra.linux.cz>
1345- make shared non-pic libraries work on sparc with glibc 2.1.
1346
1347* Fri Aug 27 1999 Jim Kingdon
1348- No source/spec changes, just rebuilding with egcs-1.1.2-18 because
1349  the older egcs was miscompling gprof.
1350
1351* Mon Apr 26 1999 Cristian Gafton <gafton@redhat.com>
1352- back out very *stupid* sparc patch done by HJLu. People, keep out of
1353  things you don't understand.
1354- add alpha relax patch from rth
1355
1356* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
1357- version  2.9.1.0.23
1358- patch to make texinfo documentation compile
1359- auto rebuild in the new build environment (release 2)
1360
1361* Tue Feb 23 1999 Cristian Gafton <gafton@redhat.com>
1362- updated to 2.9.1.0.21
1363- merged with UltraPenguin
1364
1365* Mon Jan 04 1999 Cristian Gafton <gafton@redhat.com>
1366- added ARM patch from philb
1367- version 2.9.1.0.19a
1368- added a patch to allow arm* arch to be identified as an ARM
1369
1370* Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
1371- updated to 2.9.1.0.14.
1372
1373* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
1374- updated to 2.9.1.0.13.
1375
1376* Wed Sep 09 1998 Cristian Gafton <gafton@redhat.com>
1377- updated to 2.9.1.0.12
1378
1379* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
1380- updated to 2.9.1.0.7.
1381
1382* Wed Jun 03 1998 Jeff Johnson <jbj@redhat.com>
1383- updated to 2.9.1.0.6.
1384
1385* Tue Jun 02 1998 Erik Troan <ewt@redhat.com>
1386- added patch from rth to get right offsets for sections in relocateable
1387  objects on sparc32
1388
1389* Thu May 07 1998 Prospector System <bugs@redhat.com>
1390- translations modified for de, fr, tr
1391
1392* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
1393- version 2.9.1.0.4 is out; even more, it is public !
1394
1395* Tue May 05 1998 Jeff Johnson <jbj@redhat.com>
1396- updated to 2.9.1.0.3.
1397
1398* Mon Apr 20 1998 Cristian Gafton <gafton@redhat.com>
1399- updated to 2.9.0.3
1400
1401* Tue Apr 14 1998 Cristian Gafton <gafton@redhat.com>
1402- upgraded to 2.9.0.2
1403
1404* Sun Apr 05 1998 Cristian Gafton <gafton@redhat.com>
1405- updated to 2.8.1.0.29 (HJ warned me that this thing is a moving target...
1406  :-)
1407- "fixed" the damn make install command so that all tools get installed
1408
1409* Thu Apr 02 1998 Cristian Gafton <gafton@redhat.com>
1410- upgraded again to 2.8.1.0.28 (at least on alpha now egcs will compile)
1411- added info packages handling
1412
1413* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
1414- upgraded to 2.8.1.0.23
1415
1416* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
1417- updated to 2.8.1.0.15 (required to compile the newer glibc)
1418- all patches are obsoleted now
1419
1420* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
1421- added 2.8.1.0.1 patch from hj
1422- added patch for alpha palcode form rth
Note: See TracBrowser for help on using the repository browser.