Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.6.3/gentoo: 74_all_gcc46_cloog-dl.patch README.history
Date: Sun, 08 Apr 2012 03:31:02
Message-Id: 20120408033051.4BBC52004B@flycatcher.gentoo.org
1 dirtyepic 12/04/08 03:30:51
2
3 Modified: 74_all_gcc46_cloog-dl.patch README.history
4 Log:
5 Regenerated.
6
7 Revision Changes Path
8 1.2 src/patchsets/gcc/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch?r1=1.1&r2=1.2
13
14 Index: 74_all_gcc46_cloog-dl.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.6.3/gentoo/74_all_gcc46_cloog-dl.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 74_all_gcc46_cloog-dl.patch 8 Apr 2012 03:29:40 -0000 1.1
21 +++ 74_all_gcc46_cloog-dl.patch 8 Apr 2012 03:30:51 -0000 1.2
22 @@ -30,7 +30,6 @@
23 * graphite-cloog-compat.h: Add missing symbols.
24
25
26 -
27 --- a/gcc/Makefile.in
28 +++ b/gcc/Makefile.in
29 @@ -984,6 +984,8 @@ GCC_PLUGIN_H = gcc-plugin.h highlev-plugin-common.h $(CONFIG_H) $(SYSTEM_H) \
30 @@ -106,7 +105,7 @@
31 graphite-sese-to-poly.h
32 tree-vect-loop.o: tree-vect-loop.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \
33 $(TM_H) $(GGC_H) $(TREE_H) $(BASIC_BLOCK_H) $(DIAGNOSTIC_H) $(TREE_FLOW_H) \
34 -@@ -3482,6 +3484,11 @@ $(out_object_file): $(out_file) $(CONFIG_H) coretypes.h $(TM_H) $(TREE_H) \
35 +@@ -3483,6 +3485,11 @@ $(out_object_file): $(out_file) $(CONFIG_H) coretypes.h $(TM_H) $(TREE_H) \
36 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \
37 $(out_file) $(OUTPUT_OPTION)
38
39 @@ -128,25 +127,16 @@
40 CLOOGINC
41 CLOOGLIBS
42 PPLINC
43 -@@ -17505,7 +17506,7 @@ else
44 - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
45 - lt_status=$lt_dlunknown
46 - cat > conftest.$ac_ext <<_LT_EOF
47 --#line 17508 "configure"
48 -+#line 17509 "configure"
49 - #include "confdefs.h"
50 -
51 - #if HAVE_DLFCN_H
52 -@@ -17611,7 +17612,7 @@ else
53 - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
54 - lt_status=$lt_dlunknown
55 - cat > conftest.$ac_ext <<_LT_EOF
56 --#line 17614 "configure"
57 -+#line 17615 "configure"
58 - #include "confdefs.h"
59 -
60 - #if HAVE_DLFCN_H
61 -@@ -26284,6 +26285,7 @@ $as_echo "unable to check" >&6; }
62 +@@ -4842,7 +4843,7 @@ fi
63 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
64 + $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
65 +
66 +-if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
67 ++if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then
68 + have_gnat=yes
69 + else
70 + have_gnat=no
71 +@@ -26282,6 +26283,7 @@ $as_echo "unable to check" >&6; }
72 fi
73
74 # Check -ldl
75 @@ -154,7 +144,7 @@
76 saved_LIBS="$LIBS"
77 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
78 $as_echo_n "checking for library containing dlopen... " >&6; }
79 -@@ -26343,7 +26345,9 @@ fi
80 +@@ -26341,7 +26343,9 @@ fi
81
82 if test x"$ac_cv_search_dlopen" = x"-ldl"; then
83 pluginlibs="$pluginlibs -ldl"
84 @@ -166,7 +156,7 @@
85 # Check that we can build shared objects with -fPIC -shared
86 --- a/gcc/configure.ac
87 +++ b/gcc/configure.ac
88 -@@ -4841,11 +4841,14 @@ if test x"$enable_plugin" = x"yes"; then
89 +@@ -4839,11 +4839,14 @@ if test x"$enable_plugin" = x"yes"; then
90 fi
91
92 # Check -ldl
93
94
95
96 1.2 src/patchsets/gcc/4.6.3/gentoo/README.history
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.3/gentoo/README.history?rev=1.2&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.3/gentoo/README.history?rev=1.2&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.6.3/gentoo/README.history?r1=1.1&r2=1.2
101
102 Index: README.history
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.6.3/gentoo/README.history,v
105 retrieving revision 1.1
106 retrieving revision 1.2
107 diff -u -r1.1 -r1.2
108 --- README.history 8 Apr 2012 03:29:40 -0000 1.1
109 +++ README.history 8 Apr 2012 03:30:51 -0000 1.2
110 @@ -15,7 +15,7 @@
111 + 50_all_libiberty-asprintf.patch
112 + 51_all_libiberty-pic.patch
113 + 52_all_netbsd-Bsymbolic.patch
114 - + 74_all_gcc46_cloog-dl.patch
115 + U 74_all_gcc46_cloog-dl.patch
116 + 75_all_arm_4.7.0_strict-volatile-bitfields.patch
117 + 76_all_4.7.0_c-family-headers.patch
118 + 77_all_pr51106_4.6.3_ice-move_insn.patch