rpms/ghdl/devel ghdl-ppc64abort.patch,NONE,1.1 ghdl.spec,1.43,1.44

Thomas M. Sailer sailer at fedoraproject.org
Fri Feb 13 18:48:38 UTC 2009


Author: sailer

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

Modified Files:
	ghdl.spec 
Added Files:
	ghdl-ppc64abort.patch 
Log Message:
try to fix ppc64 abort


ghdl-ppc64abort.patch:

--- NEW FILE ghdl-ppc64abort.patch ---
--- gcc/config/rs6000/rs6000.c.orig	2009-02-13 19:43:05.000000000 +0100
+++ gcc/config/rs6000/rs6000.c	2009-02-13 19:45:29.000000000 +0100
@@ -16946,7 +16946,7 @@
       else if (! strcmp (language_string, "GNU Objective-C"))
 	i = 14;
       else
-	gcc_unreachable ();
+	i = 0;
       fprintf (file, "%d,", i);
 
       /* 8 single bit fields: global linkage (not set for C extern linkage,


Index: ghdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/devel/ghdl.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ghdl.spec	13 Feb 2009 17:07:15 -0000	1.43
+++ ghdl.spec	13 Feb 2009 18:48:07 -0000	1.44
@@ -5,7 +5,7 @@
 Summary: A VHDL simulator, using the GCC technology
 Name: ghdl
 Version: %{ghdlver}
-Release: 0.%{ghdlsvnver}svn.2%{?dist}
+Release: 0.%{ghdlsvnver}svn.3%{?dist}
 License: GPLv2+
 Group: Development/Languages
 URL: http://ghdl.free.fr/
@@ -20,6 +20,7 @@
 Patch103: ghdl-noruntime.patch
 Patch104: ghdl-svn89-libgnat43.patch
 Patch105: ghdl-grtadac.patch
+Patch106: ghdl-ppc64abort.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -120,6 +121,7 @@
 #patch102 -p1 -b .makeinfo
 %patch104 -p0 -b .libgnat43
 %patch105 -p1 -b .grtadac
+%patch106 -p0 -b .ppc64abort
 
 %build
 %{__rm} -fr obj-%{gcc_target_platform}
@@ -301,6 +303,9 @@
 
 
 %changelog
+* Fri Feb 13 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.27-0.110svn.3
+- prevent ppc64 abort due to unknown language type
+
 * Fri Feb 13 2009 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.27-0.110svn.2
 - rebuild with ppc64
 




More information about the fedora-extras-commits mailing list