2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>

* rtems4.10/sparc/Makefile.am: Bump RTEMS CPU Kit version.
	* patches/gcc-ada-4.3.2-rtems4.10-20080910.diff: New file.
	* patches/gcc-ada-4.2.0-rtems4.8-20070705.diff: Removed.
This commit is contained in:
Joel Sherrill
2008-09-25 18:28:24 +00:00
parent 8f0777089d
commit d45dff4137
4 changed files with 2787 additions and 18 deletions

View File

@@ -1,3 +1,9 @@
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems4.10/sparc/Makefile.am: Bump RTEMS CPU Kit version.
* patches/gcc-ada-4.3.2-rtems4.10-20080910.diff: New file.
* patches/gcc-ada-4.2.0-rtems4.8-20070705.diff: Removed.
2007-12-17 Chris Johns <chrisj@rtems.org>
* rtems4.8/.cvsignore, rtems4.8/arm/.cvsignore,

View File

@@ -1,17 +0,0 @@
--- /home/joel/tools-original/gcc-4.2.0/gcc/ada/s-osinte-rtems.ads 2005-06-30 20:29:17.000000000 -0500
+++ gcc-4.2.0/gcc/ada/s-osinte-rtems.ads 2007-06-22 17:25:56.000000000 -0500
@@ -291,12 +291,10 @@
sig : Signal) return int;
pragma Import (C, pthread_kill, "pthread_kill");
- type sigset_t_ptr is access all sigset_t;
-
function pthread_sigmask
(how : int;
- set : sigset_t_ptr;
- oset : sigset_t_ptr) return int;
+ set : access sigset_t;
+ oset : access sigset_t) return int;
pragma Import (C, pthread_sigmask, "pthread_sigmask");
----------------------------

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ GDB_RPMREL = 3%{?dist}
include ../gdb.am
GDB_OPTS +=
CPUKIT_VERS = 4.7.99.1
CPUKIT_VERS = 4.9.99.1
CPUKIT_PKGVERS = $(CPUKIT_VERS)-20070510
CPUKIT_RPMREL = 1%{?dist}
include ../cpukit.am