From 7ce45d4fd59dd104c1a0c808170d9e19dffbf4f1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Dec 2009 20:33:09 +0000 Subject: Rename. --- .../crossrpms/patches/gcc-ada-4.4.2-20091201.diff | 26 ---------------------- .../patches/gcc-ada-4.4.2-rtems4.10-20091201.diff | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 contrib/crossrpms/patches/gcc-ada-4.4.2-20091201.diff create mode 100644 contrib/crossrpms/patches/gcc-ada-4.4.2-rtems4.10-20091201.diff diff --git a/contrib/crossrpms/patches/gcc-ada-4.4.2-20091201.diff b/contrib/crossrpms/patches/gcc-ada-4.4.2-20091201.diff deleted file mode 100644 index 2a93f1af42..0000000000 --- a/contrib/crossrpms/patches/gcc-ada-4.4.2-20091201.diff +++ /dev/null @@ -1,26 +0,0 @@ -diff -urN gcc-4.4.2-orig/gcc/ada/s-osinte-rtems.ads gcc-4.4.2/gcc/ada/s-osinte-rtems.ads ---- gcc-4.4.2-orig/gcc/ada/s-osinte-rtems.ads 2009-04-09 18:23:07.000000000 -0500 -+++ gcc-4.4.2/gcc/ada/s-osinte-rtems.ads 2009-11-30 12:03:37.000000000 -0600 -@@ -625,6 +625,7 @@ - process_shared : int; - prio_ceiling : int; - protocol : int; -+ mutex_type : int; - recursive : int; - end record; - pragma Convention (C, pthread_mutexattr_t); -diff -urN gcc-4.4.2-orig/gcc/ada/s-stchop-rtems.adb gcc-4.4.2/gcc/ada/s-stchop-rtems.adb ---- gcc-4.4.2-orig/gcc/ada/s-stchop-rtems.adb 2009-04-09 18:23:07.000000000 -0500 -+++ gcc-4.4.2/gcc/ada/s-stchop-rtems.adb 2009-11-30 12:03:37.000000000 -0600 -@@ -80,8 +80,9 @@ - is - pragma Unreferenced (Stack_Address); - -- -- RTEMS has a routine to check this. So use it. -- function rtems_stack_checker_is_blown return Interfaces.C.int; -+ -- RTEMS has a routine to check if the stack is blown. -+ -- It returns a C99 bool. -+ function rtems_stack_checker_is_blown return Interfaces.C.unsigned_char; - pragma Import (C, - rtems_stack_checker_is_blown, "rtems_stack_checker_is_blown"); - diff --git a/contrib/crossrpms/patches/gcc-ada-4.4.2-rtems4.10-20091201.diff b/contrib/crossrpms/patches/gcc-ada-4.4.2-rtems4.10-20091201.diff new file mode 100644 index 0000000000..2a93f1af42 --- /dev/null +++ b/contrib/crossrpms/patches/gcc-ada-4.4.2-rtems4.10-20091201.diff @@ -0,0 +1,26 @@ +diff -urN gcc-4.4.2-orig/gcc/ada/s-osinte-rtems.ads gcc-4.4.2/gcc/ada/s-osinte-rtems.ads +--- gcc-4.4.2-orig/gcc/ada/s-osinte-rtems.ads 2009-04-09 18:23:07.000000000 -0500 ++++ gcc-4.4.2/gcc/ada/s-osinte-rtems.ads 2009-11-30 12:03:37.000000000 -0600 +@@ -625,6 +625,7 @@ + process_shared : int; + prio_ceiling : int; + protocol : int; ++ mutex_type : int; + recursive : int; + end record; + pragma Convention (C, pthread_mutexattr_t); +diff -urN gcc-4.4.2-orig/gcc/ada/s-stchop-rtems.adb gcc-4.4.2/gcc/ada/s-stchop-rtems.adb +--- gcc-4.4.2-orig/gcc/ada/s-stchop-rtems.adb 2009-04-09 18:23:07.000000000 -0500 ++++ gcc-4.4.2/gcc/ada/s-stchop-rtems.adb 2009-11-30 12:03:37.000000000 -0600 +@@ -80,8 +80,9 @@ + is + pragma Unreferenced (Stack_Address); + +- -- RTEMS has a routine to check this. So use it. +- function rtems_stack_checker_is_blown return Interfaces.C.int; ++ -- RTEMS has a routine to check if the stack is blown. ++ -- It returns a C99 bool. ++ function rtems_stack_checker_is_blown return Interfaces.C.unsigned_char; + pragma Import (C, + rtems_stack_checker_is_blown, "rtems_stack_checker_is_blown"); + -- cgit v1.2.3