rpms/gcc/devel gcc.spec,1.12,1.13 gcc44-cloog-dl.patch,1.1,1.2

Jakub Jelinek jakub at fedoraproject.org
Tue Jan 27 17:32:28 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/gcc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24260

Modified Files:
	gcc.spec gcc44-cloog-dl.patch 
Log Message:
4.4.0-0.12


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gcc.spec	27 Jan 2009 16:46:38 -0000	1.12
+++ gcc.spec	27 Jan 2009 17:31:57 -0000	1.13
@@ -3,7 +3,7 @@
 %define gcc_version 4.4.0
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%define gcc_release 0.11
+%define gcc_release 0.12
 %define _unpackaged_files_terminate_build 0
 %define multilib_64_archs sparc64 ppc64 s390x x86_64
 %define include_gappletviewer 1
@@ -1747,7 +1747,7 @@
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
-* Tue Jan 27 2009 Jakub Jelinek <jakub at redhat.com> 4.4.0-0.11
+* Tue Jan 27 2009 Jakub Jelinek <jakub at redhat.com> 4.4.0-0.12
 - update from trunk
 - add graphite support
 - change gcc default ISA and tuning:

gcc44-cloog-dl.patch:

Index: gcc44-cloog-dl.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/devel/gcc44-cloog-dl.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc44-cloog-dl.patch	27 Jan 2009 16:46:00 -0000	1.1
+++ gcc44-cloog-dl.patch	27 Jan 2009 17:31:57 -0000	1.2
@@ -2,6 +2,7 @@
 
 	* toplev.c (save_argv): No longer static.
 	* Makefile.in (BACKENDLIBS): Link against -ldl instead of -lcloog -lppl.
+	(graphite.o): Force -O, remove -fkeep-inline-functions.
 	* graphite.c: Include <dlfcn.h>.  Reference libcloog and libppl symbols
 	through pointers in cloog_pointers variable.
 	(init_cloog_pointers): New function.
@@ -30,6 +31,16 @@
  # Any system libraries needed just for GNAT.
  SYSLIBS = @GNAT_LIBEXC@
  
+@@ -3076,6 +3076,9 @@ $(out_object_file): $(out_file) $(CONFIG
+ 	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) \
+ 		$(out_file) $(OUTPUT_OPTION)
+ 
++graphite.o : \
++  ALL_CFLAGS := -O $(filter-out -fkeep-inline-functions, $(ALL_CFLAGS))
++
+ # Build auxiliary files that support ecoff format.
+ mips-tfile: mips-tfile.o version.o $(LIBDEPS)
+ 	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ mips-tfile.o version.o $(LIBS)
 --- gcc/graphite.c.jj	2009-01-24 19:59:02.000000000 +0100
 +++ gcc/graphite.c	2009-01-27 14:52:08.000000000 +0100
 @@ -59,6 +59,138 @@ along with GCC; see the file COPYING3.  




More information about the fedora-extras-commits mailing list