From 6c368af5b4e68c05c8774ea5795b708aca9d0d66 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 14 Aug 2007 20:11:44 +0000 Subject: Do a clean-up pass on the OBSOLETE features (versions): - remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt; --- ...-99-glibc-2.1.3-allow-gcc-3.4-gconv_stubs.patch | 44 ---------------------- 1 file changed, 44 deletions(-) delete mode 100644 patches/glibc/2.1.3/rh62-99-glibc-2.1.3-allow-gcc-3.4-gconv_stubs.patch (limited to 'patches/glibc/2.1.3/rh62-99-glibc-2.1.3-allow-gcc-3.4-gconv_stubs.patch') diff --git a/patches/glibc/2.1.3/rh62-99-glibc-2.1.3-allow-gcc-3.4-gconv_stubs.patch b/patches/glibc/2.1.3/rh62-99-glibc-2.1.3-allow-gcc-3.4-gconv_stubs.patch deleted file mode 100644 index af0b4b1f..00000000 --- a/patches/glibc/2.1.3/rh62-99-glibc-2.1.3-allow-gcc-3.4-gconv_stubs.patch +++ /dev/null @@ -1,44 +0,0 @@ -"Fixes" gcc-3.4.0 errors: -gconv_stubs.c:49: error: conflicting types for '__gconv_close_transform' -../iconv/gconv_int.h:131: error: previous declaration of '__gconv_close_transform' was here -gconv_stubs.c:49: error: conflicting types for '__gconv_close_transform' -../iconv/gconv_int.h:131: error: previous declaration of '__gconv_close_transform' was here -gconv_stubs.c:52: error: conflicting types for '__gconv' -../iconv/gconv_int.h:112: error: previous declaration of '__gconv' was here -gconv_stubs.c:52: error: conflicting types for '__gconv' -../iconv/gconv_int.h:112: error: previous declaration of '__gconv' was here -gconv_stubs.c:54: error: conflicting types for '__gconv_find_transform' -../iconv/gconv_int.h:119: error: previous declaration of '__gconv_find_transform' was here -gconv_stubs.c:54: error: conflicting types for '__gconv_find_transform' -../iconv/gconv_int.h:119: error: previous declaration of '__gconv_find_transform' was here -gconv_stubs.c:56: error: conflicting types for '__gconv_open' -../iconv/gconv_int.h:99: error: previous declaration of '__gconv_open' was here -gconv_stubs.c:56: error: conflicting types for '__gconv_open' -../iconv/gconv_int.h:99: error: previous declaration of '__gconv_open' was here -make[2]: *** [/home/dank/wk/crosstool-0.28-rc4h/build/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.1.3/build-glibc/c_stubs/gconv_stubs.o] Error 1 -make[2]: Leaving directory `/home/dank/wk/crosstool-0.28-rc4h/build/i686-unknown-linux-gnu/gcc-3.4.0-20040406-glibc-2.1.3/glibc-2.1.3/c_stubs' - -although the right thing would probably be to declare the -stubs to have the right attributes. - ---- glibc-2.1.3/c_stubs/gconv_stubs.c.old Sun Apr 11 20:25:09 2004 -+++ glibc-2.1.3/c_stubs/gconv_stubs.c Sun Apr 11 20:29:35 2004 -@@ -18,7 +18,18 @@ - Boston, MA 02111-1307, USA. */ - - #include -+ -+/* strange hack workaround for gcc-3.4.0. Might be a better way. */ -+#define __gconv_close_transform foo__gconv_close_transform -+#define __gconv foo__gconv -+#define __gconv_find_transform foo__gconv_find_transform -+#define __gconv_open foo__gconv_open -+ - #include -+#undef __gconv_close_transform -+#undef __gconv -+#undef __gconv_find_transform -+#undef __gconv_open - - /* hack for self identification */ - int __c_stubs_is_compiled_in; -- cgit v1.2.3