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

Revision 12342, 60.4 KB checked in by tomop, 4 years ago (diff)

updated 5 packages

binutils-2.34-1

gcc-9.3.1-1

gdb-9.1-1

glibc-2.31-1

libtool-2.4.6-6

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