SPECS: sdcc.spec - allow function call via pointer on MCS51 - rel 4
kosmo
kosmo at pld-linux.org
Thu Nov 6 12:43:01 CET 2008
Author: kosmo Date: Thu Nov 6 11:43:01 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- allow function call via pointer on MCS51
- rel 4
---- Files affected:
SPECS:
sdcc.spec (1.39 -> 1.40)
---- Diffs:
================================================================
Index: SPECS/sdcc.spec
diff -u SPECS/sdcc.spec:1.39 SPECS/sdcc.spec:1.40
--- SPECS/sdcc.spec:1.39 Sun Nov 2 19:40:31 2008
+++ SPECS/sdcc.spec Thu Nov 6 12:42:56 2008
@@ -6,13 +6,14 @@
Summary(pl.UTF-8): Kompilator C dla Intel 8051 i Zilog Z80
Name: sdcc
Version: 2.8.4
-Release: 0.%{_snap_date}.3
+Release: 0.%{_snap_date}.4
License: GPL
Group: Development/Languages
Source0: http://sdcc.sourceforge.net/snapshots/sdcc-src/%{name}-src-%{_snap_date}-%{_snap_id}.tar.bz2
# Source0-md5: 450dc55d67e60b7eda77503e34417b24
-Patch0: %{name}-mcs51-stack-probe.patch
-Patch1: %{name}-gstabs.patch
+Patch0: %{name}-mcs51-pcall.patch
+Patch1: %{name}-mcs51-stack-probe.patch
+Patch2: %{name}-gstabs.patch
URL: http://sdcc.sourceforge.net/
BuildRequires: autoconf
BuildRequires: automake
@@ -53,6 +54,7 @@
%setup -qn %{name}
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
find -type f -name 'configure.??' | while read FILE; do
@@ -105,6 +107,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2008/11/06 11:42:56 kosmo
+- allow function call via pointer on MCS51
+- rel 4
+
Revision 1.39 2008/11/02 18:40:31 wrobell
- include PIC library support (thanks to gputils)
- rel. 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sdcc.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list