This commit is contained in:
parent
772d0b6867
commit
9282b4c3f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:102ae87dfe99a4568b3d2341cea681ab3e7f37fc6c628ab5dfb27c76f870f086
|
|
||||||
size 16181477
|
|
3
binutils-2.18.93.tar.bz2
Normal file
3
binutils-2.18.93.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61429991ed0c180556ed03bf42f5af38a4bf0bc48ae6ed02ad1e7f029cab575a
|
||||||
|
size 16204924
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package binutils (Version 2.18.91)
|
# spec file for package binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: binutils
|
Name: binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -300,7 +300,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -392,6 +391,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -429,6 +432,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -446,8 +450,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-alpha-binutils (Version 2.18.91)
|
# spec file for package cross-alpha-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-alpha-binutils
|
Name: cross-alpha-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-arm-binutils (Version 2.18.91)
|
# spec file for package cross-arm-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-arm-binutils
|
Name: cross-arm-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-avr-binutils (Version 2.18.91)
|
# spec file for package cross-avr-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-avr-binutils
|
Name: cross-avr-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-hppa-binutils (Version 2.18.91)
|
# spec file for package cross-hppa-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-hppa-binutils
|
Name: cross-hppa-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-hppa64-binutils (Version 2.18.91)
|
# spec file for package cross-hppa64-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-hppa64-binutils
|
Name: cross-hppa64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-i386-binutils (Version 2.18.91)
|
# spec file for package cross-i386-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-i386-binutils
|
Name: cross-i386-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-ia64-binutils (Version 2.18.91)
|
# spec file for package cross-ia64-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-ia64-binutils
|
Name: cross-ia64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-mips-binutils (Version 2.18.91)
|
# spec file for package cross-mips-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-mips-binutils
|
Name: cross-mips-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-ppc-binutils (Version 2.18.91)
|
# spec file for package cross-ppc-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-ppc-binutils
|
Name: cross-ppc-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-ppc64-binutils (Version 2.18.91)
|
# spec file for package cross-ppc64-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-ppc64-binutils
|
Name: cross-ppc64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-s390-binutils (Version 2.18.91)
|
# spec file for package cross-s390-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-s390-binutils
|
Name: cross-s390-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-s390x-binutils (Version 2.18.91)
|
# spec file for package cross-s390x-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-s390x-binutils
|
Name: cross-s390x-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-sh4-binutils (Version 2.18.91)
|
# spec file for package cross-sh4-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-sh4-binutils
|
Name: cross-sh4-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -232,7 +232,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -324,6 +323,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -361,6 +364,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -373,8 +377,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-sparc-binutils (Version 2.18.91)
|
# spec file for package cross-sparc-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-sparc-binutils
|
Name: cross-sparc-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-spu-binutils (Version 2.18.91)
|
# spec file for package cross-spu-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-spu-binutils
|
Name: cross-spu-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
@ -1,7 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 11:18:47 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
|
- Bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 7 17:35:29 CEST 2008 - jblunck@suse.de
|
||||||
|
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
Wed Sep 17 13:22:44 CEST 2008 - schwab@suse.de
|
||||||
|
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cross-x86_64-binutils (Version 2.18.91)
|
# spec file for package cross-x86_64-binutils (Version 2.18.93)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: cross-x86_64-binutils
|
Name: cross-x86_64-binutils
|
||||||
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
|
||||||
Version: 2.18.91
|
Version: 2.18.93
|
||||||
Release: 1
|
Release: 1
|
||||||
#
|
#
|
||||||
# RUN_TESTS
|
# RUN_TESTS
|
||||||
@ -233,7 +233,6 @@ rm bfd/Makefile
|
|||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f ld/testsuite/ld-elf/eh-group.exp
|
|
||||||
cd build-dir
|
cd build-dir
|
||||||
%ifnarch %arm
|
%ifnarch %arm
|
||||||
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
make -k check CFLAGS="$RPM_OPT_FLAGS -Wno-unused -Wno-unprototyped-calls" || %{make_check_handling}
|
||||||
@ -325,6 +324,10 @@ cd ..
|
|||||||
%find_lang ld binutils.lang
|
%find_lang ld binutils.lang
|
||||||
%find_lang opcodes binutils.lang
|
%find_lang opcodes binutils.lang
|
||||||
%find_lang gprof binutils.lang
|
%find_lang gprof binutils.lang
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
|
||||||
|
install -m 644 binutils/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-binutils
|
||||||
|
install -m 644 gas/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-gas
|
||||||
|
install -m 644 ld/NEWS $RPM_BUILD_ROOT%{_docdir}/%{name}/NEWS-ld
|
||||||
%else
|
%else
|
||||||
# installing cross-TARGET-binutils
|
# installing cross-TARGET-binutils
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files -f binutils.lang
|
%files -f binutils.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if "%name" == "binutils"
|
%if "%name" == "binutils"
|
||||||
|
%{_docdir}/%{name}
|
||||||
%{_prefix}/%{HOST}/bin/*
|
%{_prefix}/%{HOST}/bin/*
|
||||||
%{_prefix}/%{HOST}/lib/ldscripts
|
%{_prefix}/%{HOST}/lib/ldscripts
|
||||||
%{_libdir}/ldscripts
|
%{_libdir}/ldscripts
|
||||||
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 09 2008 schwab@suse.de
|
||||||
|
- Bug fixes.
|
||||||
|
* Tue Oct 07 2008 jblunck@suse.de
|
||||||
|
- bfd-assign_file_positions_for_load_sections-STRIP_NONDEBUG-fix.diff:
|
||||||
|
Do not only look at the first section in a segment to decide if it has
|
||||||
|
contents or not. This fixes the "section ... can't be allocated in segment"
|
||||||
|
errors when using objcopy --only-keep-debug to create the *.debug files.
|
||||||
* Wed Sep 17 2008 schwab@suse.de
|
* Wed Sep 17 2008 schwab@suse.de
|
||||||
- Update binutils 2.18.91 snapshot.
|
- Update to binutils 2.18.91 snapshot.
|
||||||
* Fri Sep 12 2008 schwab@suse.de
|
* Fri Sep 12 2008 schwab@suse.de
|
||||||
- Update to head of 2.19 branch.
|
- Update to head of 2.19 branch.
|
||||||
* Thu Sep 04 2008 schwab@suse.de
|
* Thu Sep 04 2008 schwab@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user