]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- new for 4.2.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 23 Mar 2006 16:51:26 +0000 (16:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4-ppc64-m32-m64-multilib-only.patch -> 1.2
    gcc4-pr13676.patch -> 1.2

gcc4-ppc64-m32-m64-multilib-only.patch [new file with mode: 0644]
gcc4-pr13676.patch [new file with mode: 0644]

diff --git a/gcc4-ppc64-m32-m64-multilib-only.patch b/gcc4-ppc64-m32-m64-multilib-only.patch
new file mode 100644 (file)
index 0000000..0afa9a6
--- /dev/null
@@ -0,0 +1,22 @@
+--- gcc/gcc/config/rs6000/t-linux64    2003-06-03 05:11:45.000000000 -0400
++++ gcc/gcc/config/rs6000/t-linux64    2003-06-11 17:07:16.000000000 -0400
+@@ -4,13 +4,13 @@ LIB2FUNCS_EXTRA = tramp.S $(srcdir)/conf
+ # Modify the shared lib version file
+ SHLIB_MKMAP_OPTS = -v dotsyms=1
+-MULTILIB_OPTIONS        = m64/m32 msoft-float
+-MULTILIB_DIRNAMES       = 64 32 nof
++MULTILIB_OPTIONS        = m64/m32
++MULTILIB_DIRNAMES       = 64 32
+ MULTILIB_EXTRA_OPTS     = fPIC mstrict-align
+-MULTILIB_EXCEPTIONS     = m64/msoft-float
+-MULTILIB_EXCLUSIONS     = m64/!m32/msoft-float
+-MULTILIB_OSDIRNAMES   = ../lib64 ../lib nof
+-MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)
++MULTILIB_EXCEPTIONS     =
++MULTILIB_EXCLUSIONS     =
++MULTILIB_OSDIRNAMES   = ../lib64 ../lib
++MULTILIB_MATCHES        =
+ TARGET_LIBGCC2_CFLAGS = -mno-minimal-toc -fPIC
diff --git a/gcc4-pr13676.patch b/gcc4-pr13676.patch
new file mode 100644 (file)
index 0000000..c4e562d
--- /dev/null
@@ -0,0 +1,43 @@
+--- gcc-3.4.5/gcc/cp/g++spec.c.orig    2004-09-29 04:18:58.000000000 +0200
++++ gcc-3.4.5/gcc/cp/g++spec.c 2005-12-09 04:26:21.215120000 +0100
+@@ -222,6 +222,11 @@ lang_specific_driver (int *in_argc, cons
+           {
+             if ((len <= 2 || strcmp (argv[i] + (len - 2), ".H") != 0)
+                 && (len <= 2 || strcmp (argv[i] + (len - 2), ".h") != 0)
++                && (len <= 4 || strcmp (argv[i] + (len - 4), ".hpp") != 0)
++                && (len <= 3 || strcmp (argv[i] + (len - 3), ".hp") != 0)
++                && (len <= 4 || strcmp (argv[i] + (len - 4), ".hxx") != 0)
++                && (len <= 4 || strcmp (argv[i] + (len - 4), ".h++") != 0)
++                && (len <= 4 || strcmp (argv[i] + (len - 4), ".HPP") != 0)
+                 && (len <= 3 || strcmp (argv[i] + (len - 3), ".hh") != 0))
+               library = 1;
+           }
+--- gcc-4_1-branch/gcc/cp/lang-specs.h.orig    2005-11-30 12:09:14.000000000 +0100
++++ gcc-4_1-branch/gcc/cp/lang-specs.h 2005-12-09 04:51:49.225120000 +0100
+@@ -34,6 +34,12 @@ Boston, MA 02110-1301, USA.  */
+   {".C",   "@c++", 0, 0, 0},
+   {".CPP", "@c++", 0, 0, 0},
+   {".H",   "@c++-header", 0, 0, 0},
++  {".hpp", "@c++-header", 0, 0, 0},
++  {".hp",  "@c++-header", 0, 0, 0},
++  {".hxx", "@c++-header", 0, 0, 0},
++  {".h++", "@c++-header", 0, 0, 0},
++  {".hpp", "@c++-header", 0, 0, 0},
++  {".HPP", "@c++-header", 0, 0, 0},
+   {".hh",  "@c++-header", 0, 0, 0},
+   {"@c++-header",
+     "%{E|M|MM:cc1plus -E %(cpp_options) %2 %(cpp_debug_options)}\
+--- gcc-3.4.5/gcc/doc/invoke.texi.orig 2005-10-08 02:22:20.000000000 +0200
++++ gcc-3.4.5/gcc/doc/invoke.texi      2005-12-09 04:24:19.085120000 +0100
+@@ -750,6 +750,11 @@ the last two letters must both be litera
+ @samp{.C} refers to a literal capital C@.
+ @item @var{file}.hh
++@itemx @var{file}.hp
++@itemx @var{file}.hxx
++@itemx @var{file}.hpp
++@itemx @var{file}.HPP
++@itemx @var{file}.h++
+ @itemx @var{file}.H
+ C++ header file to be turned into a precompiled header.
This page took 0.120632 seconds and 4 git commands to generate.