summaryrefslogtreecommitdiff
path: root/debian/patches/gcc-d-lang.diff
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2012-11-07 09:55:57 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2012-11-07 09:55:57 +0000
commit0d883dc86fbfead6bd1b607e7be67058d112467e (patch)
tree0bde2a5f647df30fd6e883a01a8d00072ae37d74 /debian/patches/gcc-d-lang.diff
parentfd8dcfc230a6f76588e01aa829156ca8b53aea0f (diff)
downloadgcc-47-0d883dc86fbfead6bd1b607e7be67058d112467e.tar.gz
- refresh patches
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.7@6215 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/patches/gcc-d-lang.diff')
-rw-r--r--debian/patches/gcc-d-lang.diff22
1 files changed, 14 insertions, 8 deletions
diff --git a/debian/patches/gcc-d-lang.diff b/debian/patches/gcc-d-lang.diff
index 81c8934..13b117e 100644
--- a/debian/patches/gcc-d-lang.diff
+++ b/debian/patches/gcc-d-lang.diff
@@ -1,7 +1,9 @@
# DP: Add D options and specs for the gcc driver.
---- /dev/null 2011-07-23 10:07:44.175344374 +0100
-+++ b/src/gcc/d/lang-specs.h 2011-07-09 23:51:52.807002983 +0100
+Index: b/src/gcc/d/lang-specs.h
+===================================================================
+--- /dev/null
++++ b/src/gcc/d/lang-specs.h
@@ -0,0 +1,53 @@
+/* GDC -- D front-end for GCC
+ Copyright (C) 2004 David Friedman
@@ -56,8 +58,10 @@
+ %{M} %{MM} %{!fsyntax-only:%(invoke_as)}}", D_D_SPEC, 1, 0 },
+#endif
+
---- /dev/null 2011-07-23 10:07:44.175344374 +0100
-+++ b/src/gcc/d/lang.opt 2011-07-24 15:48:56.848040870 +0100
+Index: b/src/gcc/d/lang.opt
+===================================================================
+--- /dev/null
++++ b/src/gcc/d/lang.opt
@@ -0,0 +1,215 @@
+; GDC -- D front-end for GCC
+; Copyright (C) 2004 David Friedman
@@ -274,9 +278,11 @@
+
+static_libphobos
+Driver
---- a/src/gcc/gcc.c 2011-02-23 02:04:43.000000000 +0000
-+++ b/src/gcc/gcc.c 2011-07-12 21:55:05.805144355 +0100
-@@ -373,6 +373,7 @@ or with constant text in a single argume
+Index: b/src/gcc/gcc.c
+===================================================================
+--- a/src/gcc/gcc.c
++++ b/src/gcc/gcc.c
+@@ -375,6 +375,7 @@
assembler has done its job.
%D Dump out a -L option for each directory in startfile_prefixes.
If multilib_dir is set, extra entries are generated with it affixed.
@@ -284,7 +290,7 @@
%l process LINK_SPEC as a spec.
%L process LIB_SPEC as a spec.
%G process LIBGCC_SPEC as a spec.
-@@ -5095,6 +5096,17 @@ do_spec_1 (const char *spec, int inswitc
+@@ -5140,6 +5141,17 @@
return value;
break;