auto-import changelog data from binutils-2.14.90.0.8-3.src.rpm
Mon Jan 19 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-3 - fix testcases on s390 and s390x Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-2 - fix testcases on AMD64 - fix .got's sh_entsize on IA32/AMD64 - set COMMONPAGESIZE on s390/s390x - set COMMONPAGESIZE on ppc32 (Alan Modra) Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-1 - update to 2.14.90.0.8 Tue Jan 13 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-4 - fix -z relro on 64-bit arches Mon Jan 12 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-3 - fix some bugs in -z relro support
This commit is contained in:
parent
e3dbc608ca
commit
1c456a2d72
@ -1 +1 @@
|
|||||||
binutils-2.14.90.0.7.tar.bz2
|
binutils-2.14.90.0.8.tar.bz2
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
Summary: A GNU collection of binary utilities.
|
Summary: A GNU collection of binary utilities.
|
||||||
Name: binutils
|
Name: binutils
|
||||||
Version: 2.14.90.0.7
|
Version: 2.14.90.0.8
|
||||||
Release: 1
|
Release: 3
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://sources.redhat.com/binutils
|
URL: http://sources.redhat.com/binutils
|
||||||
Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
|
Source: ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.bz2
|
||||||
Patch0: binutils-2.14.90.0.7-eh-frame-ro.patch
|
Patch0: binutils-2.14.90.0.8-eh-frame-ro.patch
|
||||||
Patch1: binutils-2.14.90.0.7-ltconfig-multilib.patch
|
Patch1: binutils-2.14.90.0.8-ltconfig-multilib.patch
|
||||||
Patch2: binutils-2.14.90.0.7-s390-pie.patch
|
Patch2: binutils-2.14.90.0.8-s390-pie.patch
|
||||||
Patch3: binutils-2.14.90.0.7-ppc64-pie.patch
|
Patch3: binutils-2.14.90.0.8-ppc64-pie.patch
|
||||||
Patch4: binutils-2.14.90.0.7-place-orphan.patch
|
Patch4: binutils-2.14.90.0.8-place-orphan.patch
|
||||||
Patch5: binutils-2.14.90.0.7-merge-speedup.patch
|
Patch5: binutils-2.14.90.0.8-relro.patch
|
||||||
Patch6: binutils-2.14.90.0.7-ia64-speedup.patch
|
Patch6: binutils-2.14.90.0.8-ppc32-common-pagesize.patch
|
||||||
Patch7: binutils-2.14.90.0.7-scrubchars1.patch
|
|
||||||
Patch8: binutils-2.14.90.0.7-scrubchars2.patch
|
|
||||||
|
|
||||||
Buildroot: /var/tmp/binutils-root
|
Buildroot: /var/tmp/binutils-root
|
||||||
BuildRequires: texinfo >= 4.0, dejagnu, gettext
|
BuildRequires: texinfo >= 4.0, dejagnu, gettext
|
||||||
@ -44,10 +42,8 @@ addresses to file and line).
|
|||||||
%patch2 -p0 -b .s390-pie~
|
%patch2 -p0 -b .s390-pie~
|
||||||
%patch3 -p0 -b .ppc64-pie~
|
%patch3 -p0 -b .ppc64-pie~
|
||||||
%patch4 -p0 -b .place-orphan~
|
%patch4 -p0 -b .place-orphan~
|
||||||
%patch5 -p0 -b .merge-speedup~
|
%patch5 -p0 -b .relro~
|
||||||
%patch6 -p0 -b .ia64-speedup~
|
%patch6 -p0 -b .ppc32-common-pagesize~
|
||||||
%patch7 -p0 -b .scrubchars1~
|
|
||||||
%patch8 -p0 -b .scrubchars2~
|
|
||||||
# libtool sucks
|
# libtool sucks
|
||||||
perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in}
|
perl -pi -e 'm/LIBADD/ && s/(\.\.\/bfd\/libbfd.la)/-L\.\.\/bfd\/\.libs \1/' opcodes/Makefile.{am,in}
|
||||||
# LTP sucks
|
# LTP sucks
|
||||||
@ -89,7 +85,6 @@ gzip -q9f %{buildroot}%{_infodir}/*.info*
|
|||||||
# Rebuild libiberty.a with -fPIC
|
# Rebuild libiberty.a with -fPIC
|
||||||
make -C libiberty clean
|
make -C libiberty clean
|
||||||
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C libiberty
|
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C libiberty
|
||||||
make CFLAGS="-g -fPIC $RPM_OPT_FLAGS" -C libiberty old_demangler
|
|
||||||
|
|
||||||
install -m 644 libiberty/libiberty.a %{buildroot}%{_prefix}/%{_lib}
|
install -m 644 libiberty/libiberty.a %{buildroot}%{_prefix}/%{_lib}
|
||||||
install -m 644 ../include/libiberty.h %{buildroot}%{_prefix}/include
|
install -m 644 ../include/libiberty.h %{buildroot}%{_prefix}/include
|
||||||
@ -157,6 +152,27 @@ fi
|
|||||||
%{_infodir}/*info*
|
%{_infodir}/*info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 19 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-3
|
||||||
|
- fix testcases on s390 and s390x
|
||||||
|
|
||||||
|
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-2
|
||||||
|
- fix testcases on AMD64
|
||||||
|
- fix .got's sh_entsize on IA32/AMD64
|
||||||
|
- set COMMONPAGESIZE on s390/s390x
|
||||||
|
- set COMMONPAGESIZE on ppc32 (Alan Modra)
|
||||||
|
|
||||||
|
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.8-1
|
||||||
|
- update to 2.14.90.0.8
|
||||||
|
|
||||||
|
* Tue Jan 13 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-4
|
||||||
|
- fix -z relro on 64-bit arches
|
||||||
|
|
||||||
|
* Mon Jan 12 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-3
|
||||||
|
- fix some bugs in -z relro support
|
||||||
|
|
||||||
|
* Fri Jan 9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-2
|
||||||
|
- -z relro support, reordering of RW sections
|
||||||
|
|
||||||
* Fri Jan 9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-1
|
* Fri Jan 9 2004 Jakub Jelinek <jakub@redhat.com> 2.14.90.0.7-1
|
||||||
- update to 2.14.90.0.7
|
- update to 2.14.90.0.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user