diff --git a/binutils-2.18.91.tar.bz2 b/binutils-2.18.91.tar.bz2 deleted file mode 100644 index 85f7c7e..0000000 --- a/binutils-2.18.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:102ae87dfe99a4568b3d2341cea681ab3e7f37fc6c628ab5dfb27c76f870f086 -size 16181477 diff --git a/binutils-2.18.93.tar.bz2 b/binutils-2.18.93.tar.bz2 new file mode 100644 index 0000000..cb06eca --- /dev/null +++ b/binutils-2.18.93.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61429991ed0c180556ed03bf42f5af38a4bf0bc48ae6ed02ad1e7f029cab575a +size 16204924 diff --git a/binutils.changes b/binutils.changes index 6eb7026..040dd00 100644 --- a/binutils.changes +++ b/binutils.changes @@ -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 diff --git a/binutils.spec b/binutils.spec index c2d0e62..1db80a5 100644 --- a/binutils.spec +++ b/binutils.spec @@ -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 diff --git a/cross-alpha-binutils.changes b/cross-alpha-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-alpha-binutils.changes +++ b/cross-alpha-binutils.changes @@ -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 diff --git a/cross-alpha-binutils.spec b/cross-alpha-binutils.spec index a5f53e8..d846e7e 100644 --- a/cross-alpha-binutils.spec +++ b/cross-alpha-binutils.spec @@ -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 diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -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 diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index f0a00d0..6af85e4 100644 --- a/cross-arm-binutils.spec +++ b/cross-arm-binutils.spec @@ -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 diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -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 diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 8eea0c9..0d5f7e9 100644 --- a/cross-avr-binutils.spec +++ b/cross-avr-binutils.spec @@ -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 diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -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 diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index bd6f358..858c752 100644 --- a/cross-hppa-binutils.spec +++ b/cross-hppa-binutils.spec @@ -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 diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -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 diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index 144466d..5e71198 100644 --- a/cross-hppa64-binutils.spec +++ b/cross-hppa64-binutils.spec @@ -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 diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -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 diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 697a21b..7630d75 100644 --- a/cross-i386-binutils.spec +++ b/cross-i386-binutils.spec @@ -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 diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -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 diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index 4083fc9..c4cfac8 100644 --- a/cross-ia64-binutils.spec +++ b/cross-ia64-binutils.spec @@ -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 diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -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 diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index dd82431..caaa990 100644 --- a/cross-mips-binutils.spec +++ b/cross-mips-binutils.spec @@ -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 diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -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 diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index a48822f..60da47a 100644 --- a/cross-ppc-binutils.spec +++ b/cross-ppc-binutils.spec @@ -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 diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -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 diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 204154f..2032ac2 100644 --- a/cross-ppc64-binutils.spec +++ b/cross-ppc64-binutils.spec @@ -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 diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -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 diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index 53c5e59..1eec498 100644 --- a/cross-s390-binutils.spec +++ b/cross-s390-binutils.spec @@ -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 diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -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 diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 616f883..e98c3fc 100644 --- a/cross-s390x-binutils.spec +++ b/cross-s390x-binutils.spec @@ -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 diff --git a/cross-sh4-binutils.changes b/cross-sh4-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-sh4-binutils.changes +++ b/cross-sh4-binutils.changes @@ -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 diff --git a/cross-sh4-binutils.spec b/cross-sh4-binutils.spec index fd57b17..f1c479d 100644 --- a/cross-sh4-binutils.spec +++ b/cross-sh4-binutils.spec @@ -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 diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -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 diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index a63d514..37d77ba 100644 --- a/cross-sparc-binutils.spec +++ b/cross-sparc-binutils.spec @@ -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 diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -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 diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index a5b78b6..2014a04 100644 --- a/cross-spu-binutils.spec +++ b/cross-spu-binutils.spec @@ -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 diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 6eb7026..040dd00 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -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 diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 258f3fc..a1c6bc8 100644 --- a/cross-x86_64-binutils.spec +++ b/cross-x86_64-binutils.spec @@ -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