aboutsummaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c')
-rw-r--r--devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c
deleted file mode 100644
index 67fd0dc84728..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_cppbuiltin.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/cppbuiltin.c.orig 2014-01-24 23:13:49 UTC
-+++ gcc/cppbuiltin.c
-@@ -129,7 +129,7 @@ static void
- define_builtin_macros_for_type_sizes (cpp_reader *pfile)
- {
- #define define_type_sizeof(NAME, TYPE) \
-- cpp_define_formatted (pfile, NAME"="HOST_WIDE_INT_PRINT_DEC, \
-+ cpp_define_formatted (pfile, NAME "=" HOST_WIDE_INT_PRINT_DEC, \
- tree_to_uhwi (TYPE_SIZE_UNIT (TYPE)))
-
- define_type_sizeof ("__SIZEOF_INT__", integer_type_node);