Changeset 9dc416eb for patches


Ignore:
Timestamp:
Jul 23, 2009, 6:21:49 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
324c4a4
Parents:
960526e
Message:

Updated GCC Patches to 4.4.1

Location:
patches
Files:
1 added
2 deleted
3 moved

Legend:

Unmodified
Added
Removed
  • patches/gcc-4.4.1-pure64-1.patch

    r960526e r9dc416eb  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 04-21-2009
    3 Initial Package Version: 4.4.0
     2Date: 07-22-2009
     3Initial Package Version: 4.4.1
    44Origin: Idea originally developed by Ryan Oliver and Greg Schafer for
    55        the Pure LFS project.
    66Upstream Status: Not Applied
    7 Description: This patch modifies the location of the dynamic linker for gcc-4.4.0.
     7Description: This patch modifies the location of the dynamic linker for gcc-4.4.1.
    88
    9 diff -Naur gcc-4.4.0.orig/gcc/config/i386/linux64.h gcc-4.4.0/gcc/config/i386/linux64.h
    10 --- gcc-4.4.0.orig/gcc/config/i386/linux64.h    2009-04-09 16:23:07.000000000 -0700
    11 +++ gcc-4.4.0/gcc/config/i386/linux64.h 2009-04-21 10:12:45.639047632 -0700
     9diff -Naur gcc-4.4.1.orig/gcc/config/i386/linux64.h gcc-4.4.1/gcc/config/i386/linux64.h
     10--- gcc-4.4.1.orig/gcc/config/i386/linux64.h    2009-04-09 16:23:07.000000000 -0700
     11+++ gcc-4.4.1/gcc/config/i386/linux64.h 2009-07-22 17:55:10.000000000 -0700
    1212@@ -58,8 +58,8 @@
    1313    When the -shared link option is used a final link is not being
     
    2121 #undef ASM_SPEC
    2222 #define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
    23 diff -Naur gcc-4.4.0.orig/gcc/config/i386/t-linux64 gcc-4.4.0/gcc/config/i386/t-linux64
    24 --- gcc-4.4.0.orig/gcc/config/i386/t-linux64    2008-07-02 08:59:19.000000000 -0700
    25 +++ gcc-4.4.0/gcc/config/i386/t-linux64 2009-04-21 10:12:52.642213438 -0700
     23diff -Naur gcc-4.4.1.orig/gcc/config/i386/t-linux64 gcc-4.4.1/gcc/config/i386/t-linux64
     24--- gcc-4.4.1.orig/gcc/config/i386/t-linux64    2008-07-02 08:59:19.000000000 -0700
     25+++ gcc-4.4.1/gcc/config/i386/t-linux64 2009-07-22 17:55:14.000000000 -0700
    2626@@ -7,7 +7,7 @@
    2727 
     
    3333 LIBGCC = stmp-multilib
    3434 INSTALL_LIBGCC = install-multilib
    35 diff -Naur gcc-4.4.0.orig/gcc/config/linux.h gcc-4.4.0/gcc/config/linux.h
    36 --- gcc-4.4.0.orig/gcc/config/linux.h   2009-04-09 16:23:07.000000000 -0700
    37 +++ gcc-4.4.0/gcc/config/linux.h        2009-04-21 10:12:49.548334684 -0700
     35diff -Naur gcc-4.4.1.orig/gcc/config/linux.h gcc-4.4.1/gcc/config/linux.h
     36--- gcc-4.4.1.orig/gcc/config/linux.h   2009-04-09 16:23:07.000000000 -0700
     37+++ gcc-4.4.1/gcc/config/linux.h        2009-07-22 17:55:05.000000000 -0700
    3838@@ -118,7 +118,7 @@
    3939    GLIBC_DYNAMIC_LINKER32 and GLIBC_DYNAMIC_LINKER64 for targets
     
    4545 #define LINUX_DYNAMIC_LINKER \
    4646   CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER)
    47 diff -Naur gcc-4.4.0.orig/gcc/config/mips/linux64.h gcc-4.4.0/gcc/config/mips/linux64.h
    48 --- gcc-4.4.0.orig/gcc/config/mips/linux64.h    2009-02-20 07:20:38.000000000 -0800
    49 +++ gcc-4.4.0/gcc/config/mips/linux64.h 2009-04-21 10:12:49.630265960 -0700
     47diff -Naur gcc-4.4.1.orig/gcc/config/mips/linux64.h gcc-4.4.1/gcc/config/mips/linux64.h
     48--- gcc-4.4.1.orig/gcc/config/mips/linux64.h    2009-02-20 07:20:38.000000000 -0800
     49+++ gcc-4.4.1/gcc/config/mips/linux64.h 2009-07-22 17:55:09.000000000 -0700
    5050@@ -35,10 +35,10 @@
    5151 %{!shared: \
     
    6363   CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
    6464 
    65 diff -Naur gcc-4.4.0.orig/gcc/config/mips/t-linux64 gcc-4.4.0/gcc/config/mips/t-linux64
    66 --- gcc-4.4.0.orig/gcc/config/mips/t-linux64    2006-06-06 05:51:24.000000000 -0700
    67 +++ gcc-4.4.0/gcc/config/mips/t-linux64 2009-04-21 10:12:52.704637799 -0700
     65diff -Naur gcc-4.4.1.orig/gcc/config/mips/t-linux64 gcc-4.4.1/gcc/config/mips/t-linux64
     66--- gcc-4.4.1.orig/gcc/config/mips/t-linux64    2006-06-06 05:51:24.000000000 -0700
     67+++ gcc-4.4.1/gcc/config/mips/t-linux64 2009-07-22 17:55:14.000000000 -0700
    6868@@ -1,6 +1,6 @@
    6969 MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
     
    7474 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
    7575 
    76 diff -Naur gcc-4.4.0.orig/gcc/config/rs6000/linux64.h gcc-4.4.0/gcc/config/rs6000/linux64.h
    77 --- gcc-4.4.0.orig/gcc/config/rs6000/linux64.h  2009-04-09 16:23:07.000000000 -0700
    78 +++ gcc-4.4.0/gcc/config/rs6000/linux64.h       2009-04-21 10:12:42.311081157 -0700
     76diff -Naur gcc-4.4.1.orig/gcc/config/rs6000/linux64.h gcc-4.4.1/gcc/config/rs6000/linux64.h
     77--- gcc-4.4.1.orig/gcc/config/rs6000/linux64.h  2009-04-09 16:23:07.000000000 -0700
     78+++ gcc-4.4.1/gcc/config/rs6000/linux64.h       2009-07-22 17:55:06.000000000 -0700
    7979@@ -342,9 +342,9 @@
    8080 #undef LINK_OS_DEFAULT_SPEC
     
    9090 #if UCLIBC_DEFAULT
    9191 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}"
    92 diff -Naur gcc-4.4.0.orig/gcc/config/rs6000/t-linux64 gcc-4.4.0/gcc/config/rs6000/t-linux64
    93 --- gcc-4.4.0.orig/gcc/config/rs6000/t-linux64  2007-09-27 12:56:06.000000000 -0700
    94 +++ gcc-4.4.0/gcc/config/rs6000/t-linux64       2009-04-21 10:12:52.552479957 -0700
     92diff -Naur gcc-4.4.1.orig/gcc/config/rs6000/t-linux64 gcc-4.4.1/gcc/config/rs6000/t-linux64
     93--- gcc-4.4.1.orig/gcc/config/rs6000/t-linux64  2007-09-27 12:56:06.000000000 -0700
     94+++ gcc-4.4.1/gcc/config/rs6000/t-linux64       2009-07-22 17:55:14.000000000 -0700
    9595@@ -19,7 +19,7 @@
    9696 MULTILIB_EXTRA_OPTS     = fPIC mstrict-align
     
    102102 
    103103 softfp_wrap_start := '\#ifndef __powerpc64__'
    104 diff -Naur gcc-4.4.0.orig/gcc/config/s390/linux.h gcc-4.4.0/gcc/config/s390/linux.h
    105 --- gcc-4.4.0.orig/gcc/config/s390/linux.h      2007-08-02 03:49:31.000000000 -0700
    106 +++ gcc-4.4.0/gcc/config/s390/linux.h   2009-04-21 10:12:44.800229083 -0700
     104diff -Naur gcc-4.4.1.orig/gcc/config/s390/linux.h gcc-4.4.1/gcc/config/s390/linux.h
     105--- gcc-4.4.1.orig/gcc/config/s390/linux.h      2007-08-02 03:49:31.000000000 -0700
     106+++ gcc-4.4.1/gcc/config/s390/linux.h   2009-07-22 17:55:04.000000000 -0700
    107107@@ -72,7 +72,7 @@
    108108 #define MULTILIB_DEFAULTS { "m31" }
     
    114114 
    115115 #undef  LINK_SPEC
    116 diff -Naur gcc-4.4.0.orig/gcc/config/s390/t-linux64 gcc-4.4.0/gcc/config/s390/t-linux64
    117 --- gcc-4.4.0.orig/gcc/config/s390/t-linux64    2006-02-06 09:41:54.000000000 -0800
    118 +++ gcc-4.4.0/gcc/config/s390/t-linux64 2009-04-21 10:12:52.607098757 -0700
     116diff -Naur gcc-4.4.1.orig/gcc/config/s390/t-linux64 gcc-4.4.1/gcc/config/s390/t-linux64
     117--- gcc-4.4.1.orig/gcc/config/s390/t-linux64    2006-02-06 09:41:54.000000000 -0800
     118+++ gcc-4.4.1/gcc/config/s390/t-linux64 2009-07-22 17:55:14.000000000 -0700
    119119@@ -1,6 +1,6 @@
    120120 MULTILIB_OPTIONS = m64/m31
     
    125125 LIBGCC = stmp-multilib
    126126 INSTALL_LIBGCC = install-multilib
    127 diff -Naur gcc-4.4.0.orig/gcc/config/sparc/linux64.h gcc-4.4.0/gcc/config/sparc/linux64.h
    128 --- gcc-4.4.0.orig/gcc/config/sparc/linux64.h   2009-02-20 07:20:38.000000000 -0800
    129 +++ gcc-4.4.0/gcc/config/sparc/linux64.h        2009-04-21 10:12:52.029679006 -0700
     127diff -Naur gcc-4.4.1.orig/gcc/config/sparc/linux64.h gcc-4.4.1/gcc/config/sparc/linux64.h
     128--- gcc-4.4.1.orig/gcc/config/sparc/linux64.h   2009-02-20 07:20:38.000000000 -0800
     129+++ gcc-4.4.1/gcc/config/sparc/linux64.h        2009-07-22 17:55:12.000000000 -0700
    130130@@ -109,8 +109,8 @@
    131131 
     
    166166     %{!ibcs: \
    167167       %{!static: \
    168 diff -Naur gcc-4.4.0.orig/gcc/config/sparc/linux.h gcc-4.4.0/gcc/config/sparc/linux.h
    169 --- gcc-4.4.0.orig/gcc/config/sparc/linux.h     2009-02-20 07:20:38.000000000 -0800
    170 +++ gcc-4.4.0/gcc/config/sparc/linux.h  2009-04-21 10:12:52.271571169 -0700
     168diff -Naur gcc-4.4.1.orig/gcc/config/sparc/linux.h gcc-4.4.1/gcc/config/sparc/linux.h
     169--- gcc-4.4.1.orig/gcc/config/sparc/linux.h     2009-02-20 07:20:38.000000000 -0800
     170+++ gcc-4.4.1/gcc/config/sparc/linux.h  2009-07-22 17:55:12.000000000 -0700
    171171@@ -86,7 +86,7 @@
    172172 #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
     
    178178   %{!shared: \
    179179     %{!ibcs: \
    180 diff -Naur gcc-4.4.0.orig/gcc/config/sparc/t-linux64 gcc-4.4.0/gcc/config/sparc/t-linux64
    181 --- gcc-4.4.0.orig/gcc/config/sparc/t-linux64   2006-02-07 23:19:43.000000000 -0800
    182 +++ gcc-4.4.0/gcc/config/sparc/t-linux64        2009-04-21 10:12:52.755357174 -0700
     180diff -Naur gcc-4.4.1.orig/gcc/config/sparc/t-linux64 gcc-4.4.1/gcc/config/sparc/t-linux64
     181--- gcc-4.4.1.orig/gcc/config/sparc/t-linux64   2006-02-07 23:19:43.000000000 -0800
     182+++ gcc-4.4.1/gcc/config/sparc/t-linux64        2009-07-22 17:55:14.000000000 -0700
    183183@@ -1,6 +1,6 @@
    184184 MULTILIB_OPTIONS = m64/m32
  • patches/gcc-4.4.1-pure64_specs-1.patch

    r960526e r9dc416eb  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 04-21-2009
    3 Initial Package Version: 4.4.0
     2Date: 07-22-2009
     3Initial Package Version: 4.4.1
    44Origin: Idea originally developed by Ryan Oliver and Greg Schafer for
    55        the Pure LFS project.
    66Upstream Status: Not Applied
    7 Description: This patch modifies the location of the dynamic linker for gcc-4.4.0.
     7Description: This patch modifies the location of the dynamic linker for gcc-4.4.1.
    88
    9              Added the MULTILIB_OSDIRNAMES changes on
    10              2009-07-06 by Joe Ciccone <jciccone@gmail.com>
    11 
    12 diff -Naur gcc-4.4.0.orig/gcc/config/alpha/gnu.h gcc-4.4.0/gcc/config/alpha/gnu.h
    13 --- gcc-4.4.0.orig/gcc/config/alpha/gnu.h       2004-09-07 20:17:19.000000000 -0400
    14 +++ gcc-4.4.0/gcc/config/alpha/gnu.h    2009-07-06 12:55:35.172611497 -0400
     9diff -Naur gcc-4.4.1.orig/gcc/config/alpha/gnu.h gcc-4.4.1/gcc/config/alpha/gnu.h
     10--- gcc-4.4.1.orig/gcc/config/alpha/gnu.h       2004-09-07 17:17:19.000000000 -0700
     11+++ gcc-4.4.1/gcc/config/alpha/gnu.h    2009-07-22 17:48:48.000000000 -0700
    1512@@ -11,7 +11,7 @@
    1613     } while (0)
     
    2219 #undef STARTFILE_SPEC
    2320 #define STARTFILE_SPEC \
    24 diff -Naur gcc-4.4.0.orig/gcc/config/alpha/linux-elf.h gcc-4.4.0/gcc/config/alpha/linux-elf.h
    25 --- gcc-4.4.0.orig/gcc/config/alpha/linux-elf.h 2007-08-02 06:49:31.000000000 -0400
    26 +++ gcc-4.4.0/gcc/config/alpha/linux-elf.h      2009-07-06 12:55:35.172611497 -0400
     21diff -Naur gcc-4.4.1.orig/gcc/config/alpha/linux-elf.h gcc-4.4.1/gcc/config/alpha/linux-elf.h
     22--- gcc-4.4.1.orig/gcc/config/alpha/linux-elf.h 2007-08-02 03:49:31.000000000 -0700
     23+++ gcc-4.4.1/gcc/config/alpha/linux-elf.h      2009-07-22 17:48:49.000000000 -0700
    2724@@ -27,8 +27,8 @@
    2825 #define EXTRA_SPECS \
     
    3633 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}"
    3734 #else
    38 diff -Naur gcc-4.4.0.orig/gcc/config/arm/linux-eabi.h gcc-4.4.0/gcc/config/arm/linux-eabi.h
    39 --- gcc-4.4.0.orig/gcc/config/arm/linux-eabi.h  2007-11-08 08:44:09.000000000 -0500
    40 +++ gcc-4.4.0/gcc/config/arm/linux-eabi.h       2009-07-06 12:55:35.189699425 -0400
     35diff -Naur gcc-4.4.1.orig/gcc/config/arm/linux-eabi.h gcc-4.4.1/gcc/config/arm/linux-eabi.h
     36--- gcc-4.4.1.orig/gcc/config/arm/linux-eabi.h  2007-11-08 05:44:09.000000000 -0800
     37+++ gcc-4.4.1/gcc/config/arm/linux-eabi.h       2009-07-22 17:48:54.000000000 -0700
    4138@@ -61,7 +61,7 @@
    4239 /* Use ld-linux.so.3 so that it will be possible to run "classic"
     
    4845 /* At this point, bpabi.h will have clobbered LINK_SPEC.  We want to
    4946    use the GNU/Linux version, not the generic BPABI version.  */
    50 diff -Naur gcc-4.4.0.orig/gcc/config/arm/linux-elf.h gcc-4.4.0/gcc/config/arm/linux-elf.h
    51 --- gcc-4.4.0.orig/gcc/config/arm/linux-elf.h   2009-02-20 10:20:38.000000000 -0500
    52 +++ gcc-4.4.0/gcc/config/arm/linux-elf.h        2009-07-06 12:55:35.199931446 -0400
     47diff -Naur gcc-4.4.1.orig/gcc/config/arm/linux-elf.h gcc-4.4.1/gcc/config/arm/linux-elf.h
     48--- gcc-4.4.1.orig/gcc/config/arm/linux-elf.h   2009-02-20 07:20:38.000000000 -0800
     49+++ gcc-4.4.1/gcc/config/arm/linux-elf.h        2009-07-22 17:48:54.000000000 -0700
    5350@@ -62,7 +62,7 @@
    5451 
     
    6057 #define LINUX_TARGET_LINK_SPEC  "%{h*} %{version:-v} \
    6158    %{b} \
    62 diff -Naur gcc-4.4.0.orig/gcc/config/bfin/linux.h gcc-4.4.0/gcc/config/bfin/linux.h
    63 --- gcc-4.4.0.orig/gcc/config/bfin/linux.h      2008-11-27 04:11:50.000000000 -0500
    64 +++ gcc-4.4.0/gcc/config/bfin/linux.h   2009-07-06 12:55:35.213266941 -0400
     59diff -Naur gcc-4.4.1.orig/gcc/config/bfin/linux.h gcc-4.4.1/gcc/config/bfin/linux.h
     60--- gcc-4.4.1.orig/gcc/config/bfin/linux.h      2008-11-27 01:11:50.000000000 -0800
     61+++ gcc-4.4.1/gcc/config/bfin/linux.h   2009-07-22 17:48:45.000000000 -0700
    6562@@ -22,7 +22,7 @@
    6663   %{shared:-G -Bdynamic} \
     
    7269 
    7370 #define MD_UNWIND_SUPPORT "config/bfin/linux-unwind.h"
    74 diff -Naur gcc-4.4.0.orig/gcc/config/cris/linux.h gcc-4.4.0/gcc/config/cris/linux.h
    75 --- gcc-4.4.0.orig/gcc/config/cris/linux.h      2009-03-22 11:15:04.000000000 -0400
    76 +++ gcc-4.4.0/gcc/config/cris/linux.h   2009-07-06 12:55:35.225552880 -0400
     71diff -Naur gcc-4.4.1.orig/gcc/config/cris/linux.h gcc-4.4.1/gcc/config/cris/linux.h
     72--- gcc-4.4.1.orig/gcc/config/cris/linux.h      2009-03-22 08:15:04.000000000 -0700
     73+++ gcc-4.4.1/gcc/config/cris/linux.h   2009-07-22 17:48:53.000000000 -0700
    7774@@ -103,7 +103,7 @@
    7875 #undef CRIS_DEFAULT_CPU_VERSION
     
    8481 /* We need an -rpath-link to ld.so.1, and presumably to each directory
    8582    specified with -B.  */
    86 diff -Naur gcc-4.4.0.orig/gcc/config/frv/linux.h gcc-4.4.0/gcc/config/frv/linux.h
    87 --- gcc-4.4.0.orig/gcc/config/frv/linux.h       2007-08-02 06:49:31.000000000 -0400
    88 +++ gcc-4.4.0/gcc/config/frv/linux.h    2009-07-06 12:55:35.235552870 -0400
     83diff -Naur gcc-4.4.1.orig/gcc/config/frv/linux.h gcc-4.4.1/gcc/config/frv/linux.h
     84--- gcc-4.4.1.orig/gcc/config/frv/linux.h       2007-08-02 03:49:31.000000000 -0700
     85+++ gcc-4.4.1/gcc/config/frv/linux.h    2009-07-22 17:48:45.000000000 -0700
    8986@@ -35,7 +35,7 @@
    9087 #define ENDFILE_SPEC \
     
    9693 #undef LINK_SPEC
    9794 #define LINK_SPEC "\
    98 diff -Naur gcc-4.4.0.orig/gcc/config/i386/gnu.h gcc-4.4.0/gcc/config/i386/gnu.h
    99 --- gcc-4.4.0.orig/gcc/config/i386/gnu.h        2008-11-13 18:28:46.000000000 -0500
    100 +++ gcc-4.4.0/gcc/config/i386/gnu.h     2009-07-06 12:55:35.249930910 -0400
     95diff -Naur gcc-4.4.1.orig/gcc/config/i386/gnu.h gcc-4.4.1/gcc/config/i386/gnu.h
     96--- gcc-4.4.1.orig/gcc/config/i386/gnu.h        2008-11-13 15:28:46.000000000 -0800
     97+++ gcc-4.4.1/gcc/config/i386/gnu.h     2009-07-22 17:48:51.000000000 -0700
    10198@@ -21,7 +21,7 @@
    10299 */
     
    108105 #undef TARGET_VERSION
    109106 #define TARGET_VERSION fprintf (stderr, " (i386 GNU)");
    110 diff -Naur gcc-4.4.0.orig/gcc/config/i386/linux64.h gcc-4.4.0/gcc/config/i386/linux64.h
    111 --- gcc-4.4.0.orig/gcc/config/i386/linux64.h    2009-04-09 19:23:07.000000000 -0400
    112 +++ gcc-4.4.0/gcc/config/i386/linux64.h 2009-07-06 12:55:35.259933575 -0400
     107diff -Naur gcc-4.4.1.orig/gcc/config/i386/linux64.h gcc-4.4.1/gcc/config/i386/linux64.h
     108--- gcc-4.4.1.orig/gcc/config/i386/linux64.h    2009-04-09 16:23:07.000000000 -0700
     109+++ gcc-4.4.1/gcc/config/i386/linux64.h 2009-07-22 17:48:50.000000000 -0700
    113110@@ -58,8 +58,8 @@
    114111    When the -shared link option is used a final link is not being
     
    122119 #undef ASM_SPEC
    123120 #define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
    124 diff -Naur gcc-4.4.0.orig/gcc/config/i386/linux.h gcc-4.4.0/gcc/config/i386/linux.h
    125 --- gcc-4.4.0.orig/gcc/config/i386/linux.h      2009-02-20 10:20:38.000000000 -0500
    126 +++ gcc-4.4.0/gcc/config/i386/linux.h   2009-07-06 12:55:35.273264254 -0400
     121diff -Naur gcc-4.4.1.orig/gcc/config/i386/linux.h gcc-4.4.1/gcc/config/i386/linux.h
     122--- gcc-4.4.1.orig/gcc/config/i386/linux.h      2009-05-21 06:21:30.000000000 -0700
     123+++ gcc-4.4.1/gcc/config/i386/linux.h   2009-07-22 17:48:50.000000000 -0700
    127124@@ -100,7 +100,7 @@
    128125 
     
    134131 #undef  ASM_SPEC
    135132 #define ASM_SPEC \
    136 diff -Naur gcc-4.4.0.orig/gcc/config/i386/t-linux64 gcc-4.4.0/gcc/config/i386/t-linux64
    137 --- gcc-4.4.0.orig/gcc/config/i386/t-linux64    2008-07-02 11:59:19.000000000 -0400
    138 +++ gcc-4.4.0/gcc/config/i386/t-linux64 2009-07-06 12:55:26.008913875 -0400
     133diff -Naur gcc-4.4.1.orig/gcc/config/i386/t-linux64 gcc-4.4.1/gcc/config/i386/t-linux64
     134--- gcc-4.4.1.orig/gcc/config/i386/t-linux64    2008-07-02 08:59:19.000000000 -0700
     135+++ gcc-4.4.1/gcc/config/i386/t-linux64 2009-07-22 17:48:56.000000000 -0700
    139136@@ -7,7 +7,7 @@
    140137 
     
    146143 LIBGCC = stmp-multilib
    147144 INSTALL_LIBGCC = install-multilib
    148 diff -Naur gcc-4.4.0.orig/gcc/config/ia64/linux.h gcc-4.4.0/gcc/config/ia64/linux.h
    149 --- gcc-4.4.0.orig/gcc/config/ia64/linux.h      2009-02-12 11:30:53.000000000 -0500
    150 +++ gcc-4.4.0/gcc/config/ia64/linux.h   2009-07-06 12:55:35.285552952 -0400
     145diff -Naur gcc-4.4.1.orig/gcc/config/ia64/linux.h gcc-4.4.1/gcc/config/ia64/linux.h
     146--- gcc-4.4.1.orig/gcc/config/ia64/linux.h      2009-02-12 08:30:53.000000000 -0800
     147+++ gcc-4.4.1/gcc/config/ia64/linux.h   2009-07-22 17:48:48.000000000 -0700
    151148@@ -37,7 +37,7 @@
    152149 /* Define this for shared library support because it isn't in the main
     
    158155 #undef LINK_SPEC
    159156 #define LINK_SPEC "\
    160 diff -Naur gcc-4.4.0.orig/gcc/config/kopensolaris-gnu.h gcc-4.4.0/gcc/config/kopensolaris-gnu.h
    161 --- gcc-4.4.0.orig/gcc/config/kopensolaris-gnu.h        2009-01-29 13:48:41.000000000 -0500
    162 +++ gcc-4.4.0/gcc/config/kopensolaris-gnu.h     2009-07-06 12:55:35.295992500 -0400
     157diff -Naur gcc-4.4.1.orig/gcc/config/kopensolaris-gnu.h gcc-4.4.1/gcc/config/kopensolaris-gnu.h
     158--- gcc-4.4.1.orig/gcc/config/kopensolaris-gnu.h        2009-01-29 10:48:41.000000000 -0800
     159+++ gcc-4.4.1/gcc/config/kopensolaris-gnu.h     2009-07-22 17:48:45.000000000 -0700
    163160@@ -33,5 +33,5 @@
    164161 
     
    168165+#define GLIBC_DYNAMIC_LINKER "/tools/lib/ld.so.1"
    169166 #endif
    170 diff -Naur gcc-4.4.0.orig/gcc/config/linux.h gcc-4.4.0/gcc/config/linux.h
    171 --- gcc-4.4.0.orig/gcc/config/linux.h   2009-04-09 19:23:07.000000000 -0400
    172 +++ gcc-4.4.0/gcc/config/linux.h        2009-07-06 12:55:35.308886242 -0400
     167diff -Naur gcc-4.4.1.orig/gcc/config/linux.h gcc-4.4.1/gcc/config/linux.h
     168--- gcc-4.4.1.orig/gcc/config/linux.h   2009-04-09 16:23:07.000000000 -0700
     169+++ gcc-4.4.1/gcc/config/linux.h        2009-07-22 17:48:44.000000000 -0700
    173170@@ -117,9 +117,9 @@
    174171    GLIBC_DYNAMIC_LINKER must be defined for each target using them, or
     
    184181   CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER)
    185182 #define LINUX_DYNAMIC_LINKER32 \
    186 diff -Naur gcc-4.4.0.orig/gcc/config/m32r/linux.h gcc-4.4.0/gcc/config/m32r/linux.h
    187 --- gcc-4.4.0.orig/gcc/config/m32r/linux.h      2007-08-02 06:49:31.000000000 -0400
    188 +++ gcc-4.4.0/gcc/config/m32r/linux.h   2009-07-06 12:55:35.319931227 -0400
     183diff -Naur gcc-4.4.1.orig/gcc/config/m32r/linux.h gcc-4.4.1/gcc/config/m32r/linux.h
     184--- gcc-4.4.1.orig/gcc/config/m32r/linux.h      2007-08-02 03:49:31.000000000 -0700
     185+++ gcc-4.4.1/gcc/config/m32r/linux.h   2009-07-22 17:48:55.000000000 -0700
    189186@@ -58,7 +58,7 @@
    190187 
     
    196193 #undef LINK_SPEC
    197194 #if TARGET_LITTLE_ENDIAN
    198 diff -Naur gcc-4.4.0.orig/gcc/config/m68k/linux.h gcc-4.4.0/gcc/config/m68k/linux.h
    199 --- gcc-4.4.0.orig/gcc/config/m68k/linux.h      2007-09-24 17:07:08.000000000 -0400
    200 +++ gcc-4.4.0/gcc/config/m68k/linux.h   2009-07-06 12:55:35.333267081 -0400
     195diff -Naur gcc-4.4.1.orig/gcc/config/m68k/linux.h gcc-4.4.1/gcc/config/m68k/linux.h
     196--- gcc-4.4.1.orig/gcc/config/m68k/linux.h      2007-09-24 14:07:08.000000000 -0700
     197+++ gcc-4.4.1/gcc/config/m68k/linux.h   2009-07-22 17:48:49.000000000 -0700
    201198@@ -84,7 +84,7 @@
    202199 
     
    208205 #undef LINK_SPEC
    209206 #define LINK_SPEC "-m m68kelf %{shared} \
    210 diff -Naur gcc-4.4.0.orig/gcc/config/mips/linux64.h gcc-4.4.0/gcc/config/mips/linux64.h
    211 --- gcc-4.4.0.orig/gcc/config/mips/linux64.h    2009-02-20 10:20:38.000000000 -0500
    212 +++ gcc-4.4.0/gcc/config/mips/linux64.h 2009-07-06 12:55:35.346048362 -0400
     207diff -Naur gcc-4.4.1.orig/gcc/config/mips/linux64.h gcc-4.4.1/gcc/config/mips/linux64.h
     208--- gcc-4.4.1.orig/gcc/config/mips/linux64.h    2009-02-20 07:20:38.000000000 -0800
     209+++ gcc-4.4.1/gcc/config/mips/linux64.h 2009-07-22 17:48:49.000000000 -0700
    213210@@ -35,10 +35,10 @@
    214211 %{!shared: \
     
    226223   CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
    227224 
    228 diff -Naur gcc-4.4.0.orig/gcc/config/mips/linux.h gcc-4.4.0/gcc/config/mips/linux.h
    229 --- gcc-4.4.0.orig/gcc/config/mips/linux.h      2009-02-20 10:20:38.000000000 -0500
    230 +++ gcc-4.4.0/gcc/config/mips/linux.h   2009-07-06 12:55:35.353265271 -0400
     225diff -Naur gcc-4.4.1.orig/gcc/config/mips/linux.h gcc-4.4.1/gcc/config/mips/linux.h
     226--- gcc-4.4.1.orig/gcc/config/mips/linux.h      2009-02-20 07:20:38.000000000 -0800
     227+++ gcc-4.4.1/gcc/config/mips/linux.h   2009-07-22 17:48:49.000000000 -0700
    231228@@ -64,7 +64,7 @@
    232229 #undef MIPS_DEFAULT_GVALUE
     
    238235 /* Borrowed from sparc/linux.h */
    239236 #undef LINK_SPEC
    240 diff -Naur gcc-4.4.0.orig/gcc/config/mips/t-linux64 gcc-4.4.0/gcc/config/mips/t-linux64
    241 --- gcc-4.4.0.orig/gcc/config/mips/t-linux64    2006-06-06 08:51:24.000000000 -0400
    242 +++ gcc-4.4.0/gcc/config/mips/t-linux64 2009-07-06 12:55:26.008913875 -0400
     237diff -Naur gcc-4.4.1.orig/gcc/config/mips/t-linux64 gcc-4.4.1/gcc/config/mips/t-linux64
     238--- gcc-4.4.1.orig/gcc/config/mips/t-linux64    2006-06-06 05:51:24.000000000 -0700
     239+++ gcc-4.4.1/gcc/config/mips/t-linux64 2009-07-22 17:48:56.000000000 -0700
    243240@@ -1,6 +1,6 @@
    244241 MULTILIB_OPTIONS = mabi=n32/mabi=32/mabi=64
     
    249246 EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
    250247 
    251 diff -Naur gcc-4.4.0.orig/gcc/config/mn10300/linux.h gcc-4.4.0/gcc/config/mn10300/linux.h
    252 --- gcc-4.4.0.orig/gcc/config/mn10300/linux.h   2007-08-02 06:49:31.000000000 -0400
    253 +++ gcc-4.4.0/gcc/config/mn10300/linux.h        2009-07-06 12:55:35.366452152 -0400
     248diff -Naur gcc-4.4.1.orig/gcc/config/mn10300/linux.h gcc-4.4.1/gcc/config/mn10300/linux.h
     249--- gcc-4.4.1.orig/gcc/config/mn10300/linux.h   2007-08-02 03:49:31.000000000 -0700
     250+++ gcc-4.4.1/gcc/config/mn10300/linux.h        2009-07-22 17:48:53.000000000 -0700
    254251@@ -32,7 +32,7 @@
    255252 #undef  ASM_SPEC
     
    261258 #undef  LINK_SPEC
    262259 #define LINK_SPEC "%{mrelax:--relax} %{shared:-shared} \
    263 diff -Naur gcc-4.4.0.orig/gcc/config/pa/pa-linux.h gcc-4.4.0/gcc/config/pa/pa-linux.h
    264 --- gcc-4.4.0.orig/gcc/config/pa/pa-linux.h     2007-08-02 06:49:31.000000000 -0400
    265 +++ gcc-4.4.0/gcc/config/pa/pa-linux.h  2009-07-06 12:55:35.373264836 -0400
     260diff -Naur gcc-4.4.1.orig/gcc/config/pa/pa-linux.h gcc-4.4.1/gcc/config/pa/pa-linux.h
     261--- gcc-4.4.1.orig/gcc/config/pa/pa-linux.h     2007-08-02 03:49:31.000000000 -0700
     262+++ gcc-4.4.1/gcc/config/pa/pa-linux.h  2009-07-22 17:48:43.000000000 -0700
    266263@@ -44,7 +44,7 @@
    267264 /* Define this for shared library support because it isn't in the main
     
    273270 #undef LINK_SPEC
    274271 #define LINK_SPEC "\
    275 diff -Naur gcc-4.4.0.orig/gcc/config/rs6000/linux64.h gcc-4.4.0/gcc/config/rs6000/linux64.h
    276 --- gcc-4.4.0.orig/gcc/config/rs6000/linux64.h  2009-04-09 19:23:07.000000000 -0400
    277 +++ gcc-4.4.0/gcc/config/rs6000/linux64.h       2009-07-06 12:55:35.382220453 -0400
     272diff -Naur gcc-4.4.1.orig/gcc/config/rs6000/linux64.h gcc-4.4.1/gcc/config/rs6000/linux64.h
     273--- gcc-4.4.1.orig/gcc/config/rs6000/linux64.h  2009-04-09 16:23:07.000000000 -0700
     274+++ gcc-4.4.1/gcc/config/rs6000/linux64.h       2009-07-22 17:48:46.000000000 -0700
    278275@@ -342,10 +342,10 @@
    279276 #undef LINK_OS_DEFAULT_SPEC
     
    291288 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}"
    292289 #else
    293 diff -Naur gcc-4.4.0.orig/gcc/config/rs6000/sysv4.h gcc-4.4.0/gcc/config/rs6000/sysv4.h
    294 --- gcc-4.4.0.orig/gcc/config/rs6000/sysv4.h    2009-04-09 19:23:07.000000000 -0400
    295 +++ gcc-4.4.0/gcc/config/rs6000/sysv4.h 2009-07-06 12:55:35.395555139 -0400
     290diff -Naur gcc-4.4.1.orig/gcc/config/rs6000/sysv4.h gcc-4.4.1/gcc/config/rs6000/sysv4.h
     291--- gcc-4.4.1.orig/gcc/config/rs6000/sysv4.h    2009-04-09 16:23:07.000000000 -0700
     292+++ gcc-4.4.1/gcc/config/rs6000/sysv4.h 2009-07-22 17:48:47.000000000 -0700
    296293@@ -901,8 +901,8 @@
    297294 
     
    314311 #define CPP_OS_GNU_SPEC "-D__unix__ -D__gnu_hurd__ -D__GNU__   \
    315312 %{!undef:                                                      \
    316 diff -Naur gcc-4.4.0.orig/gcc/config/rs6000/t-linux64 gcc-4.4.0/gcc/config/rs6000/t-linux64
    317 --- gcc-4.4.0.orig/gcc/config/rs6000/t-linux64  2007-09-27 15:56:06.000000000 -0400
    318 +++ gcc-4.4.0/gcc/config/rs6000/t-linux64       2009-07-06 12:55:26.025768252 -0400
     313diff -Naur gcc-4.4.1.orig/gcc/config/rs6000/t-linux64 gcc-4.4.1/gcc/config/rs6000/t-linux64
     314--- gcc-4.4.1.orig/gcc/config/rs6000/t-linux64  2007-09-27 12:56:06.000000000 -0700
     315+++ gcc-4.4.1/gcc/config/rs6000/t-linux64       2009-07-22 17:48:56.000000000 -0700
    319316@@ -19,7 +19,7 @@
    320317 MULTILIB_EXTRA_OPTS     = fPIC mstrict-align
     
    326323 
    327324 softfp_wrap_start := '\#ifndef __powerpc64__'
    328 diff -Naur gcc-4.4.0.orig/gcc/config/s390/linux.h gcc-4.4.0/gcc/config/s390/linux.h
    329 --- gcc-4.4.0.orig/gcc/config/s390/linux.h      2007-08-02 06:49:31.000000000 -0400
    330 +++ gcc-4.4.0/gcc/config/s390/linux.h   2009-07-06 12:55:35.406598167 -0400
     325diff -Naur gcc-4.4.1.orig/gcc/config/s390/linux.h gcc-4.4.1/gcc/config/s390/linux.h
     326--- gcc-4.4.1.orig/gcc/config/s390/linux.h      2007-08-02 03:49:31.000000000 -0700
     327+++ gcc-4.4.1/gcc/config/s390/linux.h   2009-07-22 17:48:43.000000000 -0700
    331328@@ -72,8 +72,8 @@
    332329 #define MULTILIB_DEFAULTS { "m31" }
     
    340337 #undef  LINK_SPEC
    341338 #define LINK_SPEC \
    342 diff -Naur gcc-4.4.0.orig/gcc/config/s390/t-linux64 gcc-4.4.0/gcc/config/s390/t-linux64
    343 --- gcc-4.4.0.orig/gcc/config/s390/t-linux64    2006-02-06 12:41:54.000000000 -0500
    344 +++ gcc-4.4.0/gcc/config/s390/t-linux64 2009-07-06 12:55:26.039101148 -0400
     339diff -Naur gcc-4.4.1.orig/gcc/config/s390/t-linux64 gcc-4.4.1/gcc/config/s390/t-linux64
     340--- gcc-4.4.1.orig/gcc/config/s390/t-linux64    2006-02-06 09:41:54.000000000 -0800
     341+++ gcc-4.4.1/gcc/config/s390/t-linux64 2009-07-22 17:48:56.000000000 -0700
    345342@@ -1,6 +1,6 @@
    346343 MULTILIB_OPTIONS = m64/m31
     
    351348 LIBGCC = stmp-multilib
    352349 INSTALL_LIBGCC = install-multilib
    353 diff -Naur gcc-4.4.0.orig/gcc/config/sh/linux.h gcc-4.4.0/gcc/config/sh/linux.h
    354 --- gcc-4.4.0.orig/gcc/config/sh/linux.h        2007-08-02 06:49:31.000000000 -0400
    355 +++ gcc-4.4.0/gcc/config/sh/linux.h     2009-07-06 12:55:35.413265180 -0400
     350diff -Naur gcc-4.4.1.orig/gcc/config/sh/linux.h gcc-4.4.1/gcc/config/sh/linux.h
     351--- gcc-4.4.1.orig/gcc/config/sh/linux.h        2007-08-02 03:49:31.000000000 -0700
     352+++ gcc-4.4.1/gcc/config/sh/linux.h     2009-07-22 17:48:55.000000000 -0700
    356353@@ -47,7 +47,7 @@
    357354 
     
    363360 #undef SUBTARGET_LINK_EMUL_SUFFIX
    364361 #define SUBTARGET_LINK_EMUL_SUFFIX "_linux"
    365 diff -Naur gcc-4.4.0.orig/gcc/config/sparc/linux64.h gcc-4.4.0/gcc/config/sparc/linux64.h
    366 --- gcc-4.4.0.orig/gcc/config/sparc/linux64.h   2009-02-20 10:20:38.000000000 -0500
    367 +++ gcc-4.4.0/gcc/config/sparc/linux64.h        2009-07-06 12:55:35.422947226 -0400
     362diff -Naur gcc-4.4.1.orig/gcc/config/sparc/linux64.h gcc-4.4.1/gcc/config/sparc/linux64.h
     363--- gcc-4.4.1.orig/gcc/config/sparc/linux64.h   2009-02-20 07:20:38.000000000 -0800
     364+++ gcc-4.4.1/gcc/config/sparc/linux64.h        2009-07-22 17:48:54.000000000 -0700
    368365@@ -109,8 +109,8 @@
    369366 
     
    404401     %{!ibcs: \
    405402       %{!static: \
    406 diff -Naur gcc-4.4.0.orig/gcc/config/sparc/linux.h gcc-4.4.0/gcc/config/sparc/linux.h
    407 --- gcc-4.4.0.orig/gcc/config/sparc/linux.h     2009-02-20 10:20:38.000000000 -0500
    408 +++ gcc-4.4.0/gcc/config/sparc/linux.h  2009-07-06 12:55:35.429931033 -0400
     403diff -Naur gcc-4.4.1.orig/gcc/config/sparc/linux.h gcc-4.4.1/gcc/config/sparc/linux.h
     404--- gcc-4.4.1.orig/gcc/config/sparc/linux.h     2009-02-20 07:20:38.000000000 -0800
     405+++ gcc-4.4.1/gcc/config/sparc/linux.h  2009-07-22 17:48:54.000000000 -0700
    409406@@ -83,10 +83,10 @@
    410407 
     
    420417   %{!shared: \
    421418     %{!ibcs: \
    422 diff -Naur gcc-4.4.0.orig/gcc/config/sparc/t-linux64 gcc-4.4.0/gcc/config/sparc/t-linux64
    423 --- gcc-4.4.0.orig/gcc/config/sparc/t-linux64   2006-02-08 02:19:43.000000000 -0500
    424 +++ gcc-4.4.0/gcc/config/sparc/t-linux64        2009-07-06 12:55:26.048887236 -0400
     419diff -Naur gcc-4.4.1.orig/gcc/config/sparc/t-linux64 gcc-4.4.1/gcc/config/sparc/t-linux64
     420--- gcc-4.4.1.orig/gcc/config/sparc/t-linux64   2006-02-07 23:19:43.000000000 -0800
     421+++ gcc-4.4.1/gcc/config/sparc/t-linux64        2009-07-22 17:48:56.000000000 -0700
    425422@@ -1,6 +1,6 @@
    426423 MULTILIB_OPTIONS = m64/m32
     
    431428 LIBGCC = stmp-multilib
    432429 INSTALL_LIBGCC = install-multilib
    433 diff -Naur gcc-4.4.0.orig/gcc/config/xtensa/linux.h gcc-4.4.0/gcc/config/xtensa/linux.h
    434 --- gcc-4.4.0.orig/gcc/config/xtensa/linux.h    2008-01-17 20:37:53.000000000 -0500
    435 +++ gcc-4.4.0/gcc/config/xtensa/linux.h 2009-07-06 12:55:35.438886309 -0400
     430diff -Naur gcc-4.4.1.orig/gcc/config/xtensa/linux.h gcc-4.4.1/gcc/config/xtensa/linux.h
     431--- gcc-4.4.1.orig/gcc/config/xtensa/linux.h    2008-01-17 17:37:53.000000000 -0800
     432+++ gcc-4.4.1/gcc/config/xtensa/linux.h 2009-07-22 17:48:45.000000000 -0700
    436433@@ -43,7 +43,7 @@
    437434   %{mlongcalls:--longcalls} \
  • patches/gcc-4.4.1-specs-1.patch

    r960526e r9dc416eb  
    11Submitted By: Jim Gifford (jim at cross-lfs dot org)
    2 Date: 04-21-2009
    3 Initial Package Version: 4.4.0
     2Date: 07-22-2009
     3Initial Package Version: 4.4.1
    44Origin: Idea originally developed by Ryan Oliver and Greg Schafer for
    55        the Pure LFS project.
    66Upstream Status: Not Applied
    7 Description: This patch modifies the location of the dynamic linker for gcc-4.4.0.
     7Description: This patch modifies the location of the dynamic linker for gcc-4.4.1.
    88
    9 diff -Naur gcc-4.4.0.orig/gcc/config/alpha/gnu.h gcc-4.4.0/gcc/config/alpha/gnu.h
    10 --- gcc-4.4.0.orig/gcc/config/alpha/gnu.h       2004-09-07 17:17:19.000000000 -0700
    11 +++ gcc-4.4.0/gcc/config/alpha/gnu.h    2009-04-21 10:05:33.058642828 -0700
     9diff -Naur gcc-4.4.1.orig/gcc/config/alpha/gnu.h gcc-4.4.1/gcc/config/alpha/gnu.h
     10--- gcc-4.4.1.orig/gcc/config/alpha/gnu.h       2004-09-07 17:17:19.000000000 -0700
     11+++ gcc-4.4.1/gcc/config/alpha/gnu.h    2009-07-22 17:43:39.000000000 -0700
    1212@@ -11,7 +11,7 @@
    1313     } while (0)
     
    1919 #undef STARTFILE_SPEC
    2020 #define STARTFILE_SPEC \
    21 diff -Naur gcc-4.4.0.orig/gcc/config/alpha/linux-elf.h gcc-4.4.0/gcc/config/alpha/linux-elf.h
    22 --- gcc-4.4.0.orig/gcc/config/alpha/linux-elf.h 2007-08-02 03:49:31.000000000 -0700
    23 +++ gcc-4.4.0/gcc/config/alpha/linux-elf.h      2009-04-21 10:05:33.167886578 -0700
     21diff -Naur gcc-4.4.1.orig/gcc/config/alpha/linux-elf.h gcc-4.4.1/gcc/config/alpha/linux-elf.h
     22--- gcc-4.4.1.orig/gcc/config/alpha/linux-elf.h 2007-08-02 03:49:31.000000000 -0700
     23+++ gcc-4.4.1/gcc/config/alpha/linux-elf.h      2009-07-22 17:43:39.000000000 -0700
    2424@@ -27,8 +27,8 @@
    2525 #define EXTRA_SPECS \
     
    3333 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}"
    3434 #else
    35 diff -Naur gcc-4.4.0.orig/gcc/config/arm/linux-eabi.h gcc-4.4.0/gcc/config/arm/linux-eabi.h
    36 --- gcc-4.4.0.orig/gcc/config/arm/linux-eabi.h  2007-11-08 05:44:09.000000000 -0800
    37 +++ gcc-4.4.0/gcc/config/arm/linux-eabi.h       2009-04-21 10:05:37.592169299 -0700
     35diff -Naur gcc-4.4.1.orig/gcc/config/arm/linux-eabi.h gcc-4.4.1/gcc/config/arm/linux-eabi.h
     36--- gcc-4.4.1.orig/gcc/config/arm/linux-eabi.h  2007-11-08 05:44:09.000000000 -0800
     37+++ gcc-4.4.1/gcc/config/arm/linux-eabi.h       2009-07-22 17:43:44.000000000 -0700
    3838@@ -61,7 +61,7 @@
    3939 /* Use ld-linux.so.3 so that it will be possible to run "classic"
     
    4545 /* At this point, bpabi.h will have clobbered LINK_SPEC.  We want to
    4646    use the GNU/Linux version, not the generic BPABI version.  */
    47 diff -Naur gcc-4.4.0.orig/gcc/config/arm/linux-elf.h gcc-4.4.0/gcc/config/arm/linux-elf.h
    48 --- gcc-4.4.0.orig/gcc/config/arm/linux-elf.h   2009-02-20 07:20:38.000000000 -0800
    49 +++ gcc-4.4.0/gcc/config/arm/linux-elf.h        2009-04-21 10:05:37.389291242 -0700
     47diff -Naur gcc-4.4.1.orig/gcc/config/arm/linux-elf.h gcc-4.4.1/gcc/config/arm/linux-elf.h
     48--- gcc-4.4.1.orig/gcc/config/arm/linux-elf.h   2009-02-20 07:20:38.000000000 -0800
     49+++ gcc-4.4.1/gcc/config/arm/linux-elf.h        2009-07-22 17:43:44.000000000 -0700
    5050@@ -62,7 +62,7 @@
    5151 
     
    5757 #define LINUX_TARGET_LINK_SPEC  "%{h*} %{version:-v} \
    5858    %{b} \
    59 diff -Naur gcc-4.4.0.orig/gcc/config/bfin/linux.h gcc-4.4.0/gcc/config/bfin/linux.h
    60 --- gcc-4.4.0.orig/gcc/config/bfin/linux.h      2008-11-27 01:11:50.000000000 -0800
    61 +++ gcc-4.4.0/gcc/config/bfin/linux.h   2009-04-21 10:05:29.793102668 -0700
     59diff -Naur gcc-4.4.1.orig/gcc/config/bfin/linux.h gcc-4.4.1/gcc/config/bfin/linux.h
     60--- gcc-4.4.1.orig/gcc/config/bfin/linux.h      2008-11-27 01:11:50.000000000 -0800
     61+++ gcc-4.4.1/gcc/config/bfin/linux.h   2009-07-22 17:43:35.000000000 -0700
    6262@@ -22,7 +22,7 @@
    6363   %{shared:-G -Bdynamic} \
     
    6969 
    7070 #define MD_UNWIND_SUPPORT "config/bfin/linux-unwind.h"
    71 diff -Naur gcc-4.4.0.orig/gcc/config/cris/linux.h gcc-4.4.0/gcc/config/cris/linux.h
    72 --- gcc-4.4.0.orig/gcc/config/cris/linux.h      2009-03-22 08:15:04.000000000 -0700
    73 +++ gcc-4.4.0/gcc/config/cris/linux.h   2009-04-21 10:05:27.167401313 -0700
     71diff -Naur gcc-4.4.1.orig/gcc/config/cris/linux.h gcc-4.4.1/gcc/config/cris/linux.h
     72--- gcc-4.4.1.orig/gcc/config/cris/linux.h      2009-03-22 08:15:04.000000000 -0700
     73+++ gcc-4.4.1/gcc/config/cris/linux.h   2009-07-22 17:43:43.000000000 -0700
    7474@@ -103,7 +103,7 @@
    7575 #undef CRIS_DEFAULT_CPU_VERSION
     
    8181 /* We need an -rpath-link to ld.so.1, and presumably to each directory
    8282    specified with -B.  */
    83 diff -Naur gcc-4.4.0.orig/gcc/config/frv/linux.h gcc-4.4.0/gcc/config/frv/linux.h
    84 --- gcc-4.4.0.orig/gcc/config/frv/linux.h       2007-08-02 03:49:31.000000000 -0700
    85 +++ gcc-4.4.0/gcc/config/frv/linux.h    2009-04-21 10:05:26.843578992 -0700
     83diff -Naur gcc-4.4.1.orig/gcc/config/frv/linux.h gcc-4.4.1/gcc/config/frv/linux.h
     84--- gcc-4.4.1.orig/gcc/config/frv/linux.h       2007-08-02 03:49:31.000000000 -0700
     85+++ gcc-4.4.1/gcc/config/frv/linux.h    2009-07-22 17:43:35.000000000 -0700
    8686@@ -35,7 +35,7 @@
    8787 #define ENDFILE_SPEC \
     
    9393 #undef LINK_SPEC
    9494 #define LINK_SPEC "\
    95 diff -Naur gcc-4.4.0.orig/gcc/config/i386/gnu.h gcc-4.4.0/gcc/config/i386/gnu.h
    96 --- gcc-4.4.0.orig/gcc/config/i386/gnu.h        2008-11-13 15:28:46.000000000 -0800
    97 +++ gcc-4.4.0/gcc/config/i386/gnu.h     2009-04-21 10:05:30.113024445 -0700
     95diff -Naur gcc-4.4.1.orig/gcc/config/i386/gnu.h gcc-4.4.1/gcc/config/i386/gnu.h
     96--- gcc-4.4.1.orig/gcc/config/i386/gnu.h        2008-11-13 15:28:46.000000000 -0800
     97+++ gcc-4.4.1/gcc/config/i386/gnu.h     2009-07-22 17:43:42.000000000 -0700
    9898@@ -21,7 +21,7 @@
    9999 */
     
    105105 #undef TARGET_VERSION
    106106 #define TARGET_VERSION fprintf (stderr, " (i386 GNU)");
    107 diff -Naur gcc-4.4.0.orig/gcc/config/i386/linux64.h gcc-4.4.0/gcc/config/i386/linux64.h
    108 --- gcc-4.4.0.orig/gcc/config/i386/linux64.h    2009-04-09 16:23:07.000000000 -0700
    109 +++ gcc-4.4.0/gcc/config/i386/linux64.h 2009-04-21 10:05:29.968667692 -0700
     107diff -Naur gcc-4.4.1.orig/gcc/config/i386/linux64.h gcc-4.4.1/gcc/config/i386/linux64.h
     108--- gcc-4.4.1.orig/gcc/config/i386/linux64.h    2009-04-09 16:23:07.000000000 -0700
     109+++ gcc-4.4.1/gcc/config/i386/linux64.h 2009-07-22 17:43:41.000000000 -0700
    110110@@ -58,8 +58,8 @@
    111111    When the -shared link option is used a final link is not being
     
    119119 #undef ASM_SPEC
    120120 #define ASM_SPEC "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} \
    121 diff -Naur gcc-4.4.0.orig/gcc/config/i386/linux.h gcc-4.4.0/gcc/config/i386/linux.h
    122 --- gcc-4.4.0.orig/gcc/config/i386/linux.h      2009-02-20 07:20:38.000000000 -0800
    123 +++ gcc-4.4.0/gcc/config/i386/linux.h   2009-04-21 10:05:31.665813103 -0700
     121diff -Naur gcc-4.4.1.orig/gcc/config/i386/linux.h gcc-4.4.1/gcc/config/i386/linux.h
     122--- gcc-4.4.1.orig/gcc/config/i386/linux.h      2009-05-21 06:21:30.000000000 -0700
     123+++ gcc-4.4.1/gcc/config/i386/linux.h   2009-07-22 17:43:41.000000000 -0700
    124124@@ -100,7 +100,7 @@
    125125 
     
    131131 #undef  ASM_SPEC
    132132 #define ASM_SPEC \
    133 diff -Naur gcc-4.4.0.orig/gcc/config/ia64/linux.h gcc-4.4.0/gcc/config/ia64/linux.h
    134 --- gcc-4.4.0.orig/gcc/config/ia64/linux.h      2009-02-12 08:30:53.000000000 -0800
    135 +++ gcc-4.4.0/gcc/config/ia64/linux.h   2009-04-21 10:05:32.933795782 -0700
     133diff -Naur gcc-4.4.1.orig/gcc/config/ia64/linux.h gcc-4.4.1/gcc/config/ia64/linux.h
     134--- gcc-4.4.1.orig/gcc/config/ia64/linux.h      2009-02-12 08:30:53.000000000 -0800
     135+++ gcc-4.4.1/gcc/config/ia64/linux.h   2009-07-22 17:43:38.000000000 -0700
    136136@@ -37,7 +37,7 @@
    137137 /* Define this for shared library support because it isn't in the main
     
    143143 #undef LINK_SPEC
    144144 #define LINK_SPEC "\
    145 diff -Naur gcc-4.4.0.orig/gcc/config/kopensolaris-gnu.h gcc-4.4.0/gcc/config/kopensolaris-gnu.h
    146 --- gcc-4.4.0.orig/gcc/config/kopensolaris-gnu.h        2009-01-29 10:48:41.000000000 -0800
    147 +++ gcc-4.4.0/gcc/config/kopensolaris-gnu.h     2009-04-21 10:05:38.232013132 -0700
     145diff -Naur gcc-4.4.1.orig/gcc/config/kopensolaris-gnu.h gcc-4.4.1/gcc/config/kopensolaris-gnu.h
     146--- gcc-4.4.1.orig/gcc/config/kopensolaris-gnu.h        2009-01-29 10:48:41.000000000 -0800
     147+++ gcc-4.4.1/gcc/config/kopensolaris-gnu.h     2009-07-22 17:43:36.000000000 -0700
    148148@@ -33,5 +33,5 @@
    149149 
     
    153153+#define GLIBC_DYNAMIC_LINKER "/tools/lib/ld.so.1"
    154154 #endif
    155 diff -Naur gcc-4.4.0.orig/gcc/config/linux.h gcc-4.4.0/gcc/config/linux.h
    156 --- gcc-4.4.0.orig/gcc/config/linux.h   2009-04-09 16:23:07.000000000 -0700
    157 +++ gcc-4.4.0/gcc/config/linux.h        2009-04-21 10:05:35.793583462 -0700
     155diff -Naur gcc-4.4.1.orig/gcc/config/linux.h gcc-4.4.1/gcc/config/linux.h
     156--- gcc-4.4.1.orig/gcc/config/linux.h   2009-04-09 16:23:07.000000000 -0700
     157+++ gcc-4.4.1/gcc/config/linux.h        2009-07-22 17:43:35.000000000 -0700
    158158@@ -117,9 +117,9 @@
    159159    GLIBC_DYNAMIC_LINKER must be defined for each target using them, or
     
    169169   CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKER, UCLIBC_DYNAMIC_LINKER)
    170170 #define LINUX_DYNAMIC_LINKER32 \
    171 diff -Naur gcc-4.4.0.orig/gcc/config/m32r/linux.h gcc-4.4.0/gcc/config/m32r/linux.h
    172 --- gcc-4.4.0.orig/gcc/config/m32r/linux.h      2007-08-02 03:49:31.000000000 -0700
    173 +++ gcc-4.4.0/gcc/config/m32r/linux.h   2009-04-21 10:05:29.512193603 -0700
     171diff -Naur gcc-4.4.1.orig/gcc/config/m32r/linux.h gcc-4.4.1/gcc/config/m32r/linux.h
     172--- gcc-4.4.1.orig/gcc/config/m32r/linux.h      2007-08-02 03:49:31.000000000 -0700
     173+++ gcc-4.4.1/gcc/config/m32r/linux.h   2009-07-22 17:43:51.000000000 -0700
    174174@@ -58,7 +58,7 @@
    175175 
     
    181181 #undef LINK_SPEC
    182182 #if TARGET_LITTLE_ENDIAN
    183 diff -Naur gcc-4.4.0.orig/gcc/config/m68k/linux.h gcc-4.4.0/gcc/config/m68k/linux.h
    184 --- gcc-4.4.0.orig/gcc/config/m68k/linux.h      2007-09-24 14:07:08.000000000 -0700
    185 +++ gcc-4.4.0/gcc/config/m68k/linux.h   2009-04-21 10:05:27.799443777 -0700
     183diff -Naur gcc-4.4.1.orig/gcc/config/m68k/linux.h gcc-4.4.1/gcc/config/m68k/linux.h
     184--- gcc-4.4.1.orig/gcc/config/m68k/linux.h      2007-09-24 14:07:08.000000000 -0700
     185+++ gcc-4.4.1/gcc/config/m68k/linux.h   2009-07-22 17:43:39.000000000 -0700
    186186@@ -84,7 +84,7 @@
    187187 
     
    193193 #undef LINK_SPEC
    194194 #define LINK_SPEC "-m m68kelf %{shared} \
    195 diff -Naur gcc-4.4.0.orig/gcc/config/mips/linux64.h gcc-4.4.0/gcc/config/mips/linux64.h
    196 --- gcc-4.4.0.orig/gcc/config/mips/linux64.h    2009-02-20 07:20:38.000000000 -0800
    197 +++ gcc-4.4.0/gcc/config/mips/linux64.h 2009-04-21 10:05:35.898926387 -0700
     195diff -Naur gcc-4.4.1.orig/gcc/config/mips/linux64.h gcc-4.4.1/gcc/config/mips/linux64.h
     196--- gcc-4.4.1.orig/gcc/config/mips/linux64.h    2009-02-20 07:20:38.000000000 -0800
     197+++ gcc-4.4.1/gcc/config/mips/linux64.h 2009-07-22 17:43:40.000000000 -0700
    198198@@ -35,10 +35,10 @@
    199199 %{!shared: \
     
    211211   CHOOSE_DYNAMIC_LINKER (GLIBC_DYNAMIC_LINKERN32, UCLIBC_DYNAMIC_LINKERN32)
    212212 
    213 diff -Naur gcc-4.4.0.orig/gcc/config/mips/linux.h gcc-4.4.0/gcc/config/mips/linux.h
    214 --- gcc-4.4.0.orig/gcc/config/mips/linux.h      2009-02-20 07:20:38.000000000 -0800
    215 +++ gcc-4.4.0/gcc/config/mips/linux.h   2009-04-21 10:05:36.394414304 -0700
     213diff -Naur gcc-4.4.1.orig/gcc/config/mips/linux.h gcc-4.4.1/gcc/config/mips/linux.h
     214--- gcc-4.4.1.orig/gcc/config/mips/linux.h      2009-02-20 07:20:38.000000000 -0800
     215+++ gcc-4.4.1/gcc/config/mips/linux.h   2009-07-22 17:43:40.000000000 -0700
    216216@@ -64,7 +64,7 @@
    217217 #undef MIPS_DEFAULT_GVALUE
     
    223223 /* Borrowed from sparc/linux.h */
    224224 #undef LINK_SPEC
    225 diff -Naur gcc-4.4.0.orig/gcc/config/mn10300/linux.h gcc-4.4.0/gcc/config/mn10300/linux.h
    226 --- gcc-4.4.0.orig/gcc/config/mn10300/linux.h   2007-08-02 03:49:31.000000000 -0700
    227 +++ gcc-4.4.0/gcc/config/mn10300/linux.h        2009-04-21 10:05:36.792364856 -0700
     225diff -Naur gcc-4.4.1.orig/gcc/config/mn10300/linux.h gcc-4.4.1/gcc/config/mn10300/linux.h
     226--- gcc-4.4.1.orig/gcc/config/mn10300/linux.h   2007-08-02 03:49:31.000000000 -0700
     227+++ gcc-4.4.1/gcc/config/mn10300/linux.h        2009-07-22 17:43:43.000000000 -0700
    228228@@ -32,7 +32,7 @@
    229229 #undef  ASM_SPEC
     
    235235 #undef  LINK_SPEC
    236236 #define LINK_SPEC "%{mrelax:--relax} %{shared:-shared} \
    237 diff -Naur gcc-4.4.0.orig/gcc/config/pa/pa-linux.h gcc-4.4.0/gcc/config/pa/pa-linux.h
    238 --- gcc-4.4.0.orig/gcc/config/pa/pa-linux.h     2007-08-02 03:49:31.000000000 -0700
    239 +++ gcc-4.4.0/gcc/config/pa/pa-linux.h  2009-04-21 10:05:34.931355497 -0700
     237diff -Naur gcc-4.4.1.orig/gcc/config/pa/pa-linux.h gcc-4.4.1/gcc/config/pa/pa-linux.h
     238--- gcc-4.4.1.orig/gcc/config/pa/pa-linux.h     2007-08-02 03:49:31.000000000 -0700
     239+++ gcc-4.4.1/gcc/config/pa/pa-linux.h  2009-07-22 17:43:34.000000000 -0700
    240240@@ -44,7 +44,7 @@
    241241 /* Define this for shared library support because it isn't in the main
     
    247247 #undef LINK_SPEC
    248248 #define LINK_SPEC "\
    249 diff -Naur gcc-4.4.0.orig/gcc/config/rs6000/linux64.h gcc-4.4.0/gcc/config/rs6000/linux64.h
    250 --- gcc-4.4.0.orig/gcc/config/rs6000/linux64.h  2009-04-09 16:23:07.000000000 -0700
    251 +++ gcc-4.4.0/gcc/config/rs6000/linux64.h       2009-04-21 10:05:24.642748987 -0700
     249diff -Naur gcc-4.4.1.orig/gcc/config/rs6000/linux64.h gcc-4.4.1/gcc/config/rs6000/linux64.h
     250--- gcc-4.4.1.orig/gcc/config/rs6000/linux64.h  2009-04-09 16:23:07.000000000 -0700
     251+++ gcc-4.4.1/gcc/config/rs6000/linux64.h       2009-07-22 17:43:36.000000000 -0700
    252252@@ -342,10 +342,10 @@
    253253 #undef LINK_OS_DEFAULT_SPEC
     
    265265 #define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}"
    266266 #else
    267 diff -Naur gcc-4.4.0.orig/gcc/config/rs6000/sysv4.h gcc-4.4.0/gcc/config/rs6000/sysv4.h
    268 --- gcc-4.4.0.orig/gcc/config/rs6000/sysv4.h    2009-04-09 16:23:07.000000000 -0700
    269 +++ gcc-4.4.0/gcc/config/rs6000/sysv4.h 2009-04-21 10:05:25.034773572 -0700
     267diff -Naur gcc-4.4.1.orig/gcc/config/rs6000/sysv4.h gcc-4.4.1/gcc/config/rs6000/sysv4.h
     268--- gcc-4.4.1.orig/gcc/config/rs6000/sysv4.h    2009-04-09 16:23:07.000000000 -0700
     269+++ gcc-4.4.1/gcc/config/rs6000/sysv4.h 2009-07-22 17:43:37.000000000 -0700
    270270@@ -901,8 +901,8 @@
    271271 
     
    288288 #define CPP_OS_GNU_SPEC "-D__unix__ -D__gnu_hurd__ -D__GNU__   \
    289289 %{!undef:                                                      \
    290 diff -Naur gcc-4.4.0.orig/gcc/config/s390/linux.h gcc-4.4.0/gcc/config/s390/linux.h
    291 --- gcc-4.4.0.orig/gcc/config/s390/linux.h      2007-08-02 03:49:31.000000000 -0700
    292 +++ gcc-4.4.0/gcc/config/s390/linux.h   2009-04-21 10:05:28.673376171 -0700
     290diff -Naur gcc-4.4.1.orig/gcc/config/s390/linux.h gcc-4.4.1/gcc/config/s390/linux.h
     291--- gcc-4.4.1.orig/gcc/config/s390/linux.h      2007-08-02 03:49:31.000000000 -0700
     292+++ gcc-4.4.1/gcc/config/s390/linux.h   2009-07-22 17:43:34.000000000 -0700
    293293@@ -72,8 +72,8 @@
    294294 #define MULTILIB_DEFAULTS { "m31" }
     
    302302 #undef  LINK_SPEC
    303303 #define LINK_SPEC \
    304 diff -Naur gcc-4.4.0.orig/gcc/config/sh/linux.h gcc-4.4.0/gcc/config/sh/linux.h
    305 --- gcc-4.4.0.orig/gcc/config/sh/linux.h        2007-08-02 03:49:31.000000000 -0700
    306 +++ gcc-4.4.0/gcc/config/sh/linux.h     2009-04-21 10:05:34.264203940 -0700
     304diff -Naur gcc-4.4.1.orig/gcc/config/sh/linux.h gcc-4.4.1/gcc/config/sh/linux.h
     305--- gcc-4.4.1.orig/gcc/config/sh/linux.h        2007-08-02 03:49:31.000000000 -0700
     306+++ gcc-4.4.1/gcc/config/sh/linux.h     2009-07-22 17:43:45.000000000 -0700
    307307@@ -47,7 +47,7 @@
    308308 
     
    314314 #undef SUBTARGET_LINK_EMUL_SUFFIX
    315315 #define SUBTARGET_LINK_EMUL_SUFFIX "_linux"
    316 diff -Naur gcc-4.4.0.orig/gcc/config/sparc/linux64.h gcc-4.4.0/gcc/config/sparc/linux64.h
    317 --- gcc-4.4.0.orig/gcc/config/sparc/linux64.h   2009-02-20 07:20:38.000000000 -0800
    318 +++ gcc-4.4.0/gcc/config/sparc/linux64.h        2009-04-21 10:05:37.666298087 -0700
     316diff -Naur gcc-4.4.1.orig/gcc/config/sparc/linux64.h gcc-4.4.1/gcc/config/sparc/linux64.h
     317--- gcc-4.4.1.orig/gcc/config/sparc/linux64.h   2009-02-20 07:20:38.000000000 -0800
     318+++ gcc-4.4.1/gcc/config/sparc/linux64.h        2009-07-22 17:43:44.000000000 -0700
    319319@@ -109,8 +109,8 @@
    320320 
     
    355355     %{!ibcs: \
    356356       %{!static: \
    357 diff -Naur gcc-4.4.0.orig/gcc/config/sparc/linux.h gcc-4.4.0/gcc/config/sparc/linux.h
    358 --- gcc-4.4.0.orig/gcc/config/sparc/linux.h     2009-02-20 07:20:38.000000000 -0800
    359 +++ gcc-4.4.0/gcc/config/sparc/linux.h  2009-04-21 10:05:37.978417377 -0700
     357diff -Naur gcc-4.4.1.orig/gcc/config/sparc/linux.h gcc-4.4.1/gcc/config/sparc/linux.h
     358--- gcc-4.4.1.orig/gcc/config/sparc/linux.h     2009-02-20 07:20:38.000000000 -0800
     359+++ gcc-4.4.1/gcc/config/sparc/linux.h  2009-07-22 17:43:44.000000000 -0700
    360360@@ -83,10 +83,10 @@
    361361 
     
    371371   %{!shared: \
    372372     %{!ibcs: \
    373 diff -Naur gcc-4.4.0.orig/gcc/config/xtensa/linux.h gcc-4.4.0/gcc/config/xtensa/linux.h
    374 --- gcc-4.4.0.orig/gcc/config/xtensa/linux.h    2008-01-17 17:37:53.000000000 -0800
    375 +++ gcc-4.4.0/gcc/config/xtensa/linux.h 2009-04-21 10:05:26.652405923 -0700
     373diff -Naur gcc-4.4.1.orig/gcc/config/xtensa/linux.h gcc-4.4.1/gcc/config/xtensa/linux.h
     374--- gcc-4.4.1.orig/gcc/config/xtensa/linux.h    2008-01-17 17:37:53.000000000 -0800
     375+++ gcc-4.4.1/gcc/config/xtensa/linux.h 2009-07-22 17:43:35.000000000 -0700
    376376@@ -43,7 +43,7 @@
    377377   %{mlongcalls:--longcalls} \
Note: See TracChangeset for help on using the changeset viewer.