aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.0/piepatch/37_all_gcc48_config_ia64.patch')
-rw-r--r--gcc-4.8.0/piepatch/37_all_gcc48_config_ia64.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc-4.8.0/piepatch/37_all_gcc48_config_ia64.patch b/gcc-4.8.0/piepatch/37_all_gcc48_config_ia64.patch
index bae8914..ba71922 100644
--- a/gcc-4.8.0/piepatch/37_all_gcc48_config_ia64.patch
+++ b/gcc-4.8.0/piepatch/37_all_gcc48_config_ia64.patch
@@ -1,6 +1,6 @@
-2013-04-01 Magnus Granberg <zorry@gentoo.org>
+2013-06-03 Magnus Granberg <zorry@gentoo.org>
- * gcc/config/ia64/linux.h Define DRIVER_SELF_SPECS ESP_DRIVER_SELF_SPECS.
+ * gcc/config/ia64/linux.h Define DRIVER_SELF_SPECS ESP_DRIVER_SELF_SPEC.
* gcc/config/ia64/ia64.h (SUBTARGET_EXTRA_SPECS): Add ESP_EXTRA_SPECS.
--- a/gcc/config/ia64/linux.h 2013-01-10 21:38:27.000000000 +0100
@@ -11,7 +11,7 @@
#define STACK_CHECK_STATIC_BUILTIN 1
+
+#ifdef ENABLE_ESP
-+#define DRIVER_SELF_SPECS ESP_DRIVER_SELF_SPECS
++#define DRIVER_SELF_SPECS ESP_DRIVER_SELF_SPEC
+#endif
--- a/gcc/config/ia64/ia64.h 2013-01-10 21:38:27.000000000 +0100
+++ b/gcc/config/ia64/ia64.h 2013-03-26 02:03:21.052061828 +0100