SHA256
3
0
forked from pool/binutils
OBS User unknown 2008-10-13 13:45:53 +00:00 committed by Git OBS Bridge
parent 772d0b6867
commit 9282b4c3f9
36 changed files with 496 additions and 88 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61429991ed0c180556ed03bf42f5af38a4bf0bc48ae6ed02ad1e7f029cab575a
size 16204924

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -300,7 +300,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -429,6 +432,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -446,8 +450,15 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.a
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-alpha-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-arm-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-avr-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-hppa-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-hppa64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-i386-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-ia64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-mips-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-ppc-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-ppc64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-s390-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-s390x-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-sh4-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -232,7 +232,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -361,6 +364,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -373,8 +377,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-sparc-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-spu-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de

View File

@ -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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
-------------------------------------------------------------------
Fri Sep 12 12:00:03 CEST 2008 - schwab@suse.de

View File

@ -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.
#
@ -19,7 +19,7 @@
Name: cross-x86_64-binutils
BuildRequires: bison dejagnu flex gcc-c++ zlib-devel
Version: 2.18.91
Version: 2.18.93
Release: 1
#
# RUN_TESTS
@ -233,7 +233,6 @@ rm bfd/Makefile
make %{?jobs:-j%jobs}
%check
rm -f ld/testsuite/ld-elf/eh-group.exp
cd build-dir
%ifnarch %arm
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 opcodes 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
# installing cross-TARGET-binutils
make DESTDIR=$RPM_BUILD_ROOT install
@ -362,6 +365,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f binutils.lang
%defattr(-,root,root)
%if "%name" == "binutils"
%{_docdir}/%{name}
%{_prefix}/%{HOST}/bin/*
%{_prefix}/%{HOST}/lib/ldscripts
%{_libdir}/ldscripts
@ -374,8 +378,15 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Update binutils 2.18.91 snapshot.
- Update to binutils 2.18.91 snapshot.
* Fri Sep 12 2008 schwab@suse.de
- Update to head of 2.19 branch.
* Thu Sep 04 2008 schwab@suse.de