summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-20 05:24:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-20 05:24:41 +0000
commite6fd169c26f4f11197a8d8b01c4664745aaa9de7 (patch)
tree5f545209ed81748642714119f601c4fe945fda6b /contrib
parentRegenerate. (diff)
downloadrtems-e6fd169c26f4f11197a8d8b01c4664745aaa9de7.tar.bz2
Add missing brace.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/crossrpms/patches/gcc-core-4.5.2-rtems4.11-20110220.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/crossrpms/patches/gcc-core-4.5.2-rtems4.11-20110220.diff b/contrib/crossrpms/patches/gcc-core-4.5.2-rtems4.11-20110220.diff
index 9a20ed51de..fd8d445bc6 100644
--- a/contrib/crossrpms/patches/gcc-core-4.5.2-rtems4.11-20110220.diff
+++ b/contrib/crossrpms/patches/gcc-core-4.5.2-rtems4.11-20110220.diff
@@ -210,7 +210,7 @@ diff -Naur gcc-4.5.2.orig/gcc/config/mips/elf.h gcc-4.5.2/gcc/config/mips/elf.h
#define HANDLE_PRAGMA_PACK_PUSH_POP 1
diff -Naur gcc-4.5.2.orig/gcc/config/rs6000/rtems.h gcc-4.5.2/gcc/config/rs6000/rtems.h
--- gcc-4.5.2.orig/gcc/config/rs6000/rtems.h 2007-08-02 12:49:31.000000000 +0200
-+++ gcc-4.5.2/gcc/config/rs6000/rtems.h 2011-02-20 05:41:20.084222612 +0100
++++ gcc-4.5.2/gcc/config/rs6000/rtems.h 2011-02-20 06:23:18.293201647 +0100
@@ -49,8 +49,23 @@
%{mcpu=604: %{!Dppc*: %{!Dmpc*: -Dmpc604} } } \
%{mcpu=750: %{!Dppc*: %{!Dmpc*: -Dmpc750} } } \
@@ -231,7 +231,7 @@ diff -Naur gcc-4.5.2.orig/gcc/config/rs6000/rtems.h gcc-4.5.2/gcc/config/rs6000/
+ if (!rs6000_explicit_options.float_gprs) \
+ rs6000_float_gprs = 1; \
+ } \
-+ while (0)
++ } while(0)
+
+#undef WCHAR_TYPE
+