From 7faed8a0cc7d19f46e23a821631a946609f881e6f6b9c0c16d4c2c3fa4a878dc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 5 Sep 2008 20:09:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/binutils?expand=0&rev=17 --- bfd-follow-gnu-debuglink.diff | 97 ----------------------------------- binutils-2.18.50.tar.bz2 | 4 +- binutils.changes | 5 ++ binutils.spec | 8 +-- cross-alpha-binutils.changes | 5 ++ cross-alpha-binutils.spec | 8 +-- cross-arm-binutils.changes | 5 ++ cross-arm-binutils.spec | 8 +-- cross-avr-binutils.changes | 5 ++ cross-avr-binutils.spec | 8 +-- cross-hppa-binutils.changes | 5 ++ cross-hppa-binutils.spec | 8 +-- cross-hppa64-binutils.changes | 5 ++ cross-hppa64-binutils.spec | 8 +-- cross-i386-binutils.changes | 5 ++ cross-i386-binutils.spec | 8 +-- cross-ia64-binutils.changes | 5 ++ cross-ia64-binutils.spec | 8 +-- cross-mips-binutils.changes | 5 ++ cross-mips-binutils.spec | 8 +-- cross-ppc-binutils.changes | 5 ++ cross-ppc-binutils.spec | 8 +-- cross-ppc64-binutils.changes | 5 ++ cross-ppc64-binutils.spec | 8 +-- cross-s390-binutils.changes | 5 ++ cross-s390-binutils.spec | 8 +-- cross-s390x-binutils.changes | 5 ++ cross-s390x-binutils.spec | 8 +-- cross-sh4-binutils.changes | 5 ++ cross-sh4-binutils.spec | 8 +-- cross-sparc-binutils.changes | 5 ++ cross-sparc-binutils.spec | 8 +-- cross-spu-binutils.changes | 5 ++ cross-spu-binutils.spec | 8 +-- cross-x86_64-binutils.changes | 5 ++ cross-x86_64-binutils.spec | 8 +-- 36 files changed, 155 insertions(+), 167 deletions(-) delete mode 100644 bfd-follow-gnu-debuglink.diff diff --git a/bfd-follow-gnu-debuglink.diff b/bfd-follow-gnu-debuglink.diff deleted file mode 100644 index 190ac8f..0000000 --- a/bfd-follow-gnu-debuglink.diff +++ /dev/null @@ -1,97 +0,0 @@ -2008-06-09 Andreas Schwab - - * opncls.c (find_separate_debug_file): Use the canonical absolute - directory of the bfd filename for finding the debug file in the - global debugfile directory. - ---- bfd/opncls.c.~1.52.~ 2008-03-28 10:38:17.000000000 +0100 -+++ bfd/opncls.c 2008-06-09 17:06:46.000000000 +0200 -@@ -1,6 +1,6 @@ - /* opncls.c -- open and close a BFD. - Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, -- 2001, 2002, 2003, 2004, 2005, 2006, 2007 -+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - Free Software Foundation, Inc. - - Written by Cygnus Support. -@@ -1224,9 +1224,10 @@ find_separate_debug_file (bfd *abfd, con - char *basename; - char *dir; - char *debugfile; -+ char *canon_dir; - unsigned long crc32; -- int i; - size_t dirlen; -+ size_t canon_dirlen; - - BFD_ASSERT (abfd); - if (debug_file_directory == NULL) -@@ -1263,8 +1264,12 @@ find_separate_debug_file (bfd *abfd, con - memcpy (dir, abfd->filename, dirlen); - dir[dirlen] = '\0'; - -+ canon_dir = lrealpath (dir[0] != '\0' ? dir : "."); -+ canon_dirlen = strlen (canon_dir); -+ - debugfile = bfd_malloc (strlen (debug_file_directory) + 1 -- + dirlen -+ + (canon_dirlen + 1 > dirlen -+ ? canon_dirlen + 1 : dirlen) - + strlen (".debug/") - + strlen (basename) - + 1); -@@ -1272,6 +1277,7 @@ find_separate_debug_file (bfd *abfd, con - { - free (basename); - free (dir); -+ free (canon_dir); - return NULL; - } - -@@ -1283,6 +1289,7 @@ find_separate_debug_file (bfd *abfd, con - { - free (basename); - free (dir); -+ free (canon_dir); - return debugfile; - } - -@@ -1295,29 +1302,33 @@ find_separate_debug_file (bfd *abfd, con - { - free (basename); - free (dir); -+ free (canon_dir); - return debugfile; - } - - /* Then try in the global debugfile directory. */ - strcpy (debugfile, debug_file_directory); -- i = strlen (debug_file_directory) - 1; -- if (i > 0 -- && debug_file_directory[i] != '/' -- && dir[0] != '/') -+ dirlen = strlen (debug_file_directory) - 1; -+ if (dirlen > 0 -+ && debug_file_directory[dirlen] != '/' -+ && canon_dir[0] != '/') - strcat (debugfile, "/"); -- strcat (debugfile, dir); -+ strcat (debugfile, canon_dir); -+ strcat (debugfile, "/"); - strcat (debugfile, basename); - - if (separate_debug_file_exists (debugfile, crc32)) - { - free (basename); - free (dir); -+ free (canon_dir); - return debugfile; - } - - free (debugfile); - free (basename); - free (dir); -+ free (canon_dir); - return NULL; - } - diff --git a/binutils-2.18.50.tar.bz2 b/binutils-2.18.50.tar.bz2 index 006fa73..caa3b48 100644 --- a/binutils-2.18.50.tar.bz2 +++ b/binutils-2.18.50.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2684f216d0244745ca24d6f1df43218853a5a70dddc3c8dc7d7db01e040e3631 -size 15457278 +oid sha256:0042efb827e98b0b3cff3573d70fb5530758e3dc76bd987a6efddcf71c84869c +size 15478950 diff --git a/binutils.changes b/binutils.changes index 6eff15d..cf4d318 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/binutils.spec b/binutils.spec index ef58d50..7c9127e 100644 --- a/binutils.spec +++ b/binutils.spec @@ -1,5 +1,5 @@ # -# spec file for package binutils (Version 2.18.50.20080808) +# spec file for package binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GNU Free Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -237,7 +236,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -447,6 +445,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.a %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-alpha-binutils.changes b/cross-alpha-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-alpha-binutils.changes +++ b/cross-alpha-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-alpha-binutils.spec b/cross-alpha-binutils.spec index 2a110d6..aaa6c2b 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.50.20080808) +# spec file for package cross-alpha-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to ALPHA Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-arm-binutils.changes b/cross-arm-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-arm-binutils.changes +++ b/cross-arm-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-arm-binutils.spec b/cross-arm-binutils.spec index 2757035..24003fb 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.50.20080808) +# spec file for package cross-arm-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to ARM Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-avr-binutils.changes b/cross-avr-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-avr-binutils.changes +++ b/cross-avr-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-avr-binutils.spec b/cross-avr-binutils.spec index 4e51f89..f21b86d 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.50.20080808) +# spec file for package cross-avr-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU Binutils for Cross-Development to AVR Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-hppa-binutils.changes b/cross-hppa-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-hppa-binutils.changes +++ b/cross-hppa-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-hppa-binutils.spec b/cross-hppa-binutils.spec index 8ea4ae5..ba7e976 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.50.20080808) +# spec file for package cross-hppa-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to HPPA Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-hppa64-binutils.changes b/cross-hppa64-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-hppa64-binutils.changes +++ b/cross-hppa64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-hppa64-binutils.spec b/cross-hppa64-binutils.spec index fd01adf..3bf01ce 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.50.20080808) +# spec file for package cross-hppa64-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to HPPA64 Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-i386-binutils.changes b/cross-i386-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-i386-binutils.changes +++ b/cross-i386-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-i386-binutils.spec b/cross-i386-binutils.spec index 66e4a0c..c1722dc 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.50.20080808) +# spec file for package cross-i386-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to X86 Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-ia64-binutils.changes b/cross-ia64-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-ia64-binutils.changes +++ b/cross-ia64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-ia64-binutils.spec b/cross-ia64-binutils.spec index ede59dd..c273c6e 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.50.20080808) +# spec file for package cross-ia64-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to IA64 Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-mips-binutils.changes b/cross-mips-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-mips-binutils.changes +++ b/cross-mips-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-mips-binutils.spec b/cross-mips-binutils.spec index dc461e6..57c3d5f 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.50.20080808) +# spec file for package cross-mips-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to MIPS Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-ppc-binutils.changes b/cross-ppc-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-ppc-binutils.changes +++ b/cross-ppc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-ppc-binutils.spec b/cross-ppc-binutils.spec index 25137d3..e723692 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.50.20080808) +# spec file for package cross-ppc-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to PowerPC Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-ppc64-binutils.changes b/cross-ppc64-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-ppc64-binutils.changes +++ b/cross-ppc64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-ppc64-binutils.spec b/cross-ppc64-binutils.spec index 54ec259..4f231cb 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.50.20080808) +# spec file for package cross-ppc64-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for cross-development to PowerPC 64bit processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-s390-binutils.changes b/cross-s390-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-s390-binutils.changes +++ b/cross-s390-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-s390-binutils.spec b/cross-s390-binutils.spec index ef2cbb7..8ca5922 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.50.20080808) +# spec file for package cross-s390-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to S/390 Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-s390x-binutils.changes b/cross-s390x-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-s390x-binutils.changes +++ b/cross-s390x-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-s390x-binutils.spec b/cross-s390x-binutils.spec index 98e9527..39a7337 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.50.20080808) +# spec file for package cross-s390x-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to 64-Bit S/390 Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-sh4-binutils.changes b/cross-sh4-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-sh4-binutils.changes +++ b/cross-sh4-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-sh4-binutils.spec b/cross-sh4-binutils.spec index a608c1c..5b3d969 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.50.20080808) +# spec file for package cross-sh4-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to SH4 Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -169,7 +168,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -374,6 +372,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-sparc-binutils.changes b/cross-sparc-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-sparc-binutils.changes +++ b/cross-sparc-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-sparc-binutils.spec b/cross-sparc-binutils.spec index 27439dd..5e31544 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.50.20080808) +# spec file for package cross-sparc-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to SPARC Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-spu-binutils.changes b/cross-spu-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-spu-binutils.changes +++ b/cross-spu-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-spu-binutils.spec b/cross-spu-binutils.spec index 3866625..03bcb98 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.50.20080808) +# spec file for package cross-spu-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to SPU Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de diff --git a/cross-x86_64-binutils.changes b/cross-x86_64-binutils.changes index 6eff15d..cf4d318 100644 --- a/cross-x86_64-binutils.changes +++ b/cross-x86_64-binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 4 11:00:48 CEST 2008 - schwab@suse.de + +- Update to head of trunk. + ------------------------------------------------------------------- Fri Aug 8 11:09:38 CEST 2008 - schwab@suse.de diff --git a/cross-x86_64-binutils.spec b/cross-x86_64-binutils.spec index 50dfd73..4516aeb 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.50.20080808) +# spec file for package cross-x86_64-binutils (Version 2.18.50.20080904) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -52,7 +52,7 @@ License: GPL v2 or later; LGPL v2.1 or later; X11/MIT Group: Development/Tools/Building PreReq: %{install_info_prereq} AutoReqProv: on -Version: 2.18.50.20080808 +Version: 2.18.50.20080904 Release: 1 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//') Summary: GNU binutils for Cross-Development to X86-64 Processors @@ -70,7 +70,6 @@ Patch9: testsuite.diff Patch10: enable-targets.diff Patch11: use-hashtype-both-by-default.diff Patch12: s390-pic-dso.diff -Patch13: bfd-follow-gnu-debuglink.diff Patch90: cross-avr-nesc-as.patch Patch92: cross-avr-omit_section_dynsym.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -170,7 +169,6 @@ echo "make check will return with %{make_check_handling} in case of testsuite fa %patch10 %patch11 %patch12 -%patch13 %if "%{TARGET}" == "avr" cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h %patch90 @@ -375,6 +373,8 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Sep 04 2008 schwab@suse.de +- Update to head of trunk. * Fri Aug 08 2008 schwab@suse.de - Update to head of trunk. * Fri Jul 18 2008 schwab@suse.de