rpms/ghdl/F-8 ghdl-unref.patch,NONE,1.1 ghdl.spec,1.39,1.40

Thomas M. Sailer sailer at fedoraproject.org
Mon Oct 13 16:55:25 UTC 2008


Author: sailer

Update of /cvs/pkgs/rpms/ghdl/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30725

Modified Files:
	ghdl.spec 
Added Files:
	ghdl-unref.patch 
Log Message:
comment pragma Unreferenced


ghdl-unref.patch:

--- NEW FILE ghdl-unref.patch ---
--- gcc-4.3.1/gcc/vhdl/grt/grt-disp.adb.unref	2008-10-13 18:26:08.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-disp.adb	2008-10-13 18:26:13.000000000 +0200
@@ -16,7 +16,7 @@
 --  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 --  02111-1307, USA.
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Astdio; use Grt.Astdio;
 with Grt.Stdio; use Grt.Stdio;
 --with Grt.Errors; use Grt.Errors;
--- gcc-4.3.1/gcc/vhdl/grt/grt-disp_signals.adb.unref	2008-10-13 18:36:12.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-disp_signals.adb	2008-10-13 18:36:18.000000000 +0200
@@ -17,7 +17,7 @@
 --  02111-1307, USA.
 with System; use System;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Ada.Unchecked_Conversion;
 with Grt.Rtis; use Grt.Rtis;
 with Grt.Rtis_Addr; use Grt.Rtis_Addr;
--- gcc-4.3.1/gcc/vhdl/grt/grt-images.adb.unref	2008-10-13 18:38:30.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-images.adb	2008-10-13 18:40:03.000000000 +0200
@@ -17,7 +17,7 @@
 --  02111-1307, USA.
 with System; use System;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Ada.Unchecked_Conversion;
 with Grt.Processes; use Grt.Processes;
 with Grt.Vstrings; use Grt.Vstrings;
--- gcc-4.3.1/gcc/vhdl/grt/grt-main.adb.unref	2008-10-13 18:25:55.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-main.adb	2008-10-13 18:20:38.000000000 +0200
@@ -16,7 +16,7 @@
 --  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 --  02111-1307, USA.
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Types; use Grt.Types;
 with Grt.Errors;
 with Grt.Stacks;
--- gcc-4.3.1/gcc/vhdl/grt/grt-modules.adb.unref	2008-10-13 18:38:41.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-modules.adb	2008-10-13 18:40:14.000000000 +0200
@@ -16,7 +16,7 @@
 --  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 --  02111-1307, USA.
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Vcd;
 with Grt.Vcdz;
 with Grt.Vpi;
--- gcc-4.3.1/gcc/vhdl/grt/grt-names.adb.unref	2008-10-13 18:38:47.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-names.adb	2008-10-13 18:40:24.000000000 +0200
@@ -18,7 +18,7 @@
 --with Grt.Errors; use Grt.Errors;
 with Ada.Unchecked_Conversion;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Processes; use Grt.Processes;
 with Grt.Rtis_Addr; use Grt.Rtis_Addr;
 with Grt.Rtis_Utils; use Grt.Rtis_Utils;
--- gcc-4.3.1/gcc/vhdl/grt/grt-processes.adb.unref	2008-10-13 18:38:54.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-processes.adb	2008-10-13 18:40:34.000000000 +0200
@@ -19,7 +19,7 @@
 with Ada.Unchecked_Conversion;
 with Ada.Unchecked_Deallocation;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Disp;
 with Grt.Astdio;
 with Grt.Errors; use Grt.Errors;
--- gcc-4.3.1/gcc/vhdl/grt/grt-sdf.adb.unref	2008-10-13 18:39:03.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-sdf.adb	2008-10-13 18:40:42.000000000 +0200
@@ -16,7 +16,7 @@
 --  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 --  02111-1307, USA.
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Stdio; use Grt.Stdio;
 with Grt.C; use Grt.C;
 with Grt.Errors; use Grt.Errors;
--- gcc-4.3.1/gcc/vhdl/grt/grt-signals.adb.unref	2008-10-13 18:39:11.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-signals.adb	2008-10-13 18:40:51.000000000 +0200
@@ -17,7 +17,7 @@
 --  02111-1307, USA.
 with System; use System;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Ada.Unchecked_Deallocation;
 with Grt.Errors; use Grt.Errors;
 with Grt.Processes; use Grt.Processes;
--- gcc-4.3.1/gcc/vhdl/grt/grt-stats.adb.unref	2008-10-13 18:39:17.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-stats.adb	2008-10-13 18:41:03.000000000 +0200
@@ -17,7 +17,7 @@
 --  02111-1307, USA.
 with System; use System;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Stdio; use Grt.Stdio;
 with Grt.Astdio; use Grt.Astdio;
 with Grt.Signals;
--- gcc-4.3.1/gcc/vhdl/grt/grt-vcd.adb.unref	2008-10-13 18:39:22.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-vcd.adb	2008-10-13 18:41:15.000000000 +0200
@@ -18,7 +18,7 @@
 with Interfaces;
 with Grt.Stdio; use Grt.Stdio;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Errors; use Grt.Errors;
 with Grt.Signals; use Grt.Signals;
 with Grt.Table;
--- gcc-4.3.1/gcc/vhdl/grt/grt-vcdz.adb.unref	2008-10-13 18:39:28.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-vcdz.adb	2008-10-13 18:41:23.000000000 +0200
@@ -16,7 +16,7 @@
 --  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 --  02111-1307, USA.
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Vcd; use Grt.Vcd;
 with Grt.Errors; use Grt.Errors;
 with Grt.Types; use Grt.Types;
--- gcc-4.3.1/gcc/vhdl/grt/grt-vpi.adb.unref	2008-10-13 18:39:33.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-vpi.adb	2008-10-13 18:41:35.000000000 +0200
@@ -40,7 +40,7 @@
 
 with Ada.Unchecked_Deallocation;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Stdio; use Grt.Stdio;
 with Grt.C; use Grt.C;
 with Grt.Signals; use Grt.Signals;
--- gcc-4.3.1/gcc/vhdl/grt/grt-vstrings.adb.unref	2008-10-13 18:39:39.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-vstrings.adb	2008-10-13 18:41:45.000000000 +0200
@@ -16,7 +16,7 @@
 --  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 --  02111-1307, USA.
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Errors; use Grt.Errors;
 with Grt.C; use Grt.C;
 
--- gcc-4.3.1/gcc/vhdl/grt/grt-waves.adb.unref	2008-10-13 18:39:47.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-waves.adb	2008-10-13 18:41:53.000000000 +0200
@@ -19,7 +19,7 @@
 with Ada.Unchecked_Deallocation;
 with Interfaces; use Interfaces;
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Types; use Grt.Types;
 with Grt.Avhpi; use Grt.Avhpi;
 with Grt.Stdio; use Grt.Stdio;
--- gcc-4.3.1/gcc/vhdl/grt/grt-unithread.ads.unref	2008-10-13 18:45:59.000000000 +0200
+++ gcc-4.3.1/gcc/vhdl/grt/grt-unithread.ads	2008-10-13 18:46:07.000000000 +0200
@@ -16,7 +16,7 @@
 --  Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 --  02111-1307, USA.
 with System.Storage_Elements; --  Work around GNAT bug.
-pragma Unreferenced (System.Storage_Elements);
+--pragma Unreferenced (System.Storage_Elements);
 with Grt.Signals; use Grt.Signals;
 with Grt.Stack2; use Grt.Stack2;
 with Grt.Stacks; use Grt.Stacks;


Index: ghdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghdl/F-8/ghdl.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ghdl.spec	12 Oct 2008 20:19:48 -0000	1.39
+++ ghdl.spec	13 Oct 2008 16:54:55 -0000	1.40
@@ -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/
@@ -17,6 +17,7 @@
 Source100: http://ghdl.free.fr/ghdl-%{ghdlver}.tar.bz2
 Patch100: ghdl-svn%{ghdlsvnver}.patch
 Patch102: gcc41-makeinfo.patch
+Patch104: ghdl-unref.patch
 Patch105: ghdl-grtadac.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires(post): /sbin/install-info
@@ -117,6 +118,7 @@
 %{__mv} vhdl ../gcc/
 popd
 #patch102 -p1 -b .makeinfo
+%patch104 -p1 -b .unref
 %patch105 -p1 -b .grtadac
 
 %build
@@ -299,6 +301,9 @@
 
 
 %changelog
+* Mon Oct 13 2008 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.27-0.110svn.3
+- compilation fix
+
 * Sun Oct 12 2008 Thomas Sailer <t.sailer at alumni.ethz.ch> - 0.27-0.110svn.2
 - fix BR
 




More information about the scm-commits mailing list