Ignore:
Timestamp:
Apr 13, 2006, 10:35:01 PM (18 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:
fb773d9
Parents:
3ad2ac7
Message:

Added: GCC 4.1.0 patches. Removed GCC 4.0.3 patches.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/gcc-4.1.0-specs-1.patch

    r3ad2ac7 re7a7a6f  
    11Submitted By: Robert Connolly <robert at linuxfromscratch dot org> (ashes)
    2 Date: 2006-01-16
    3 Initial Package Version: 4.0.0
    4 Upstream Status: Not Sent - LFS Specfic
     2Date: 2006-02-17
     3Initial Package Version: 4.1.0
     4Upstream Status: Not Sent - LFS Specific
    55Origin: Idea originally developed by Ryan Oliver and Greg Schafer for
    6         the Pure LFS project.
    7         More architectures added by Zack Winkles.
    8         Further fine tunings by Greg Schafer.
    9         Modified for gcc 3.3.2 by Oliver Brakmann.
    10 Rediffed against gcc 3.4.0 by Zack Winkles.
    11         Rediffed against gcc 3.4.3 by Jim Gifford.
    12         Rediffed against gcc 4.0.0 by Robert Connolly.
     6        the Pure LFS project.
     7        More architectures added by Zack Winkles.
     8        Further fine tunings by Greg Schafer.
     9        Modified for gcc 3.3.2 by Oliver Brakmann.
     10        Rediffed against gcc 3.4.0 by Zack Winkles.
     11        Rediffed against gcc 3.4.3 by Jim Gifford.
     12        Rediffed against gcc 4.0.0 by Robert Connolly.
     13        Rediffed against gcc 4.1.0 by Chris Staub
    1314Description: This patch modifies the location of the dynamic linker for
    14         the GCC Pass 2 build in LFS Chapter 5.
     15        the GCC Pass 2 build in LFS Chapter 5.
    1516
    16 diff -Naur gcc-20050116.orig/gcc/config/alpha/linux-elf.h gcc-20050116/gcc/config/alpha/linux-elf.h
    17 --- gcc-20050116.orig/gcc/config/alpha/linux-elf.h      2005-01-17 00:45:16.000000000 +0000
    18 +++ gcc-20050116/gcc/config/alpha/linux-elf.h   2005-01-17 00:46:14.560651027 +0000
     17diff -Naur gcc-4.1.0.orig/gcc/config/alpha/linux-elf.h gcc-4.1.0/gcc/config/alpha/linux-elf.h
     18--- gcc-4.1.0.orig/gcc/config/alpha/linux-elf.h 2005-06-24 21:22:41.000000000 -0400
     19+++ gcc-4.1.0/gcc/config/alpha/linux-elf.h      2006-02-28 22:02:20.000000000 -0500
    1920@@ -27,7 +27,7 @@
    2021 #define SUBTARGET_EXTRA_SPECS \
     
    2627 #define LINK_SPEC "-m elf64alpha %{G*} %{relax:-relax}         \
    2728   %{O*:-O3} %{!O*:-O1}                                         \
    28 diff -Naur gcc-20050116.orig/gcc/config/arm/linux-elf.h gcc-20050116/gcc/config/arm/linux-elf.h
    29 --- gcc-20050116.orig/gcc/config/arm/linux-elf.h        2005-01-17 00:45:16.000000000 +0000
    30 +++ gcc-20050116/gcc/config/arm/linux-elf.h     2005-01-17 00:46:50.538578614 +0000
    31 @@ -87,7 +87,7 @@
    32     %{shared:-shared} \
    33     %{symbolic:-Bsymbolic} \
    34     %{rdynamic:-export-dynamic} \
    35 -   %{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2} \
    36 +   %{!dynamic-linker:-dynamic-linker /tools/lib/ld-linux.so.2} \
    37     -X \
    38     %{mbig-endian:-EB}" \
    39     SUBTARGET_EXTRA_LINK_SPEC
    40 diff -Naur gcc-20050116.orig/gcc/config/frv/linux.h gcc-20050116/gcc/config/frv/linux.h
    41 --- gcc-20050116.orig/gcc/config/frv/linux.h    2005-01-17 00:45:16.000000000 +0000
    42 +++ gcc-20050116/gcc/config/frv/linux.h 2005-01-17 01:33:50.600805260 +0000
     29diff -Naur gcc-4.1.0.orig/gcc/config/arm/linux-elf.h gcc-4.1.0/gcc/config/arm/linux-elf.h
     30--- gcc-4.1.0.orig/gcc/config/arm/linux-elf.h   2005-10-09 21:04:31.000000000 -0400
     31+++ gcc-4.1.0/gcc/config/arm/linux-elf.h        2006-02-28 22:02:20.000000000 -0500
     32@@ -51,7 +51,7 @@
     33 
     34 #define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc"
     35 
     36-#define LINUX_TARGET_INTERPRETER "/lib/ld-linux.so.2"
     37+#define LINUX_TARGET_INTERPRETER "/tools/lib/ld-linux.so.2"
     38 
     39 #define LINUX_TARGET_LINK_SPEC  "%{h*} %{version:-v} \
     40    %{b} \
     41diff -Naur gcc-4.1.0.orig/gcc/config/frv/linux.h gcc-4.1.0/gcc/config/frv/linux.h
     42--- gcc-4.1.0.orig/gcc/config/frv/linux.h       2005-06-24 21:22:41.000000000 -0400
     43+++ gcc-4.1.0/gcc/config/frv/linux.h    2006-02-28 22:02:20.000000000 -0500
    4344@@ -41,7 +41,7 @@
    4445   %{mfdpic: -m elf32frvfd -z text} %{shared} %{pie} \
     
    5051 
    5152 /* Support for compile-time default CPU.  */
    52 diff -Naur gcc-20050116.orig/gcc/config/i386/gnu.h gcc-20050116/gcc/config/i386/gnu.h
    53 --- gcc-20050116.orig/gcc/config/i386/gnu.h     2005-01-17 00:45:16.000000000 +0000
    54 +++ gcc-20050116/gcc/config/i386/gnu.h  2005-01-17 01:34:11.142021939 +0000
     53diff -Naur gcc-4.1.0.orig/gcc/config/i386/gnu.h gcc-4.1.0/gcc/config/i386/gnu.h
     54--- gcc-4.1.0.orig/gcc/config/i386/gnu.h        2004-09-07 20:17:19.000000000 -0400
     55+++ gcc-4.1.0/gcc/config/i386/gnu.h     2006-02-28 22:02:21.000000000 -0500
    5556@@ -27,7 +27,7 @@
    5657   %{!shared: \
     
    6263 
    6364 #undef STARTFILE_SPEC
    64 diff -Naur gcc-20050116.orig/gcc/config/i386/linux.h gcc-20050116/gcc/config/i386/linux.h
    65 --- gcc-20050116.orig/gcc/config/i386/linux.h   2005-01-17 00:45:16.000000000 +0000
    66 +++ gcc-20050116/gcc/config/i386/linux.h        2005-01-17 00:49:27.412667132 +0000
     65diff -Naur gcc-4.1.0.orig/gcc/config/i386/linux.h gcc-4.1.0/gcc/config/i386/linux.h
     66--- gcc-4.1.0.orig/gcc/config/i386/linux.h      2005-08-10 13:53:01.000000000 -0400
     67+++ gcc-4.1.0/gcc/config/i386/linux.h   2006-02-28 22:02:21.000000000 -0500
    6768@@ -105,7 +105,7 @@
    6869 /* If ELF is the default format, we should not use /lib/elf.  */
     
    7475 #undef  SUBTARGET_EXTRA_SPECS
    7576 #define SUBTARGET_EXTRA_SPECS \
    76 diff -Naur gcc-20050116.orig/gcc/config/i386/linux64.h gcc-20050116/gcc/config/i386/linux64.h
    77 --- gcc-20050116.orig/gcc/config/i386/linux64.h 2005-01-17 00:45:16.000000000 +0000
    78 +++ gcc-20050116/gcc/config/i386/linux64.h      2005-01-17 00:50:23.055094690 +0000
     77diff -Naur gcc-4.1.0.orig/gcc/config/i386/linux64.h gcc-4.1.0/gcc/config/i386/linux64.h
     78--- gcc-4.1.0.orig/gcc/config/i386/linux64.h    2005-08-10 13:53:01.000000000 -0400
     79+++ gcc-4.1.0/gcc/config/i386/linux64.h 2006-02-28 22:02:21.000000000 -0500
    7980@@ -60,8 +60,8 @@
    8081   %{!shared: \
     
    8788     %{static:-static}}"
    8889 
    89  #define MULTILIB_DEFAULTS { "m64" }
    90 diff -Naur gcc-20050116.orig/gcc/config/ia64/linux.h gcc-20050116/gcc/config/ia64/linux.h
    91 --- gcc-20050116.orig/gcc/config/ia64/linux.h   2005-01-17 00:45:17.000000000 +0000
    92 +++ gcc-20050116/gcc/config/ia64/linux.h        2005-01-17 00:50:43.146472133 +0000
     90 /* Similar to standard Linux, but adding -ffast-math support.  */
     91diff -Naur gcc-4.1.0.orig/gcc/config/ia64/linux.h gcc-4.1.0/gcc/config/ia64/linux.h
     92--- gcc-4.1.0.orig/gcc/config/ia64/linux.h      2004-09-07 20:17:19.000000000 -0400
     93+++ gcc-4.1.0/gcc/config/ia64/linux.h   2006-02-28 22:02:21.000000000 -0500
    9394@@ -43,7 +43,7 @@
    9495   %{!shared: \
     
    100101 
    101102 
    102 diff -Naur gcc-20050116.orig/gcc/config/linux.h gcc-20050116/gcc/config/linux.h
    103 --- gcc-20050116.orig/gcc/config/linux.h        2005-01-17 00:45:16.000000000 +0000
    104 +++ gcc-20050116/gcc/config/linux.h     2005-01-17 00:51:14.101809663 +0000
     103diff -Naur gcc-4.1.0.orig/gcc/config/linux.h gcc-4.1.0/gcc/config/linux.h
     104--- gcc-4.1.0.orig/gcc/config/linux.h   2005-08-06 09:26:35.000000000 -0400
     105+++ gcc-4.1.0/gcc/config/linux.h        2006-02-28 22:02:21.000000000 -0500
    105106@@ -104,3 +104,7 @@
    106107 #define TARGET_C99_FUNCTIONS 1
    107108 
    108  #define TARGET_HAS_F_SETLKW
     109 #define TARGET_POSIX_IO
    109110+
    110111+/* Remove /usr/include from the end of the include search path.  */
    111112+#undef STANDARD_INCLUDE_DIR
    112113+#define STANDARD_INCLUDE_DIR 0
    113 diff -Naur gcc-20050116.orig/gcc/config/m32r/linux.h gcc-20050116/gcc/config/m32r/linux.h
    114 --- gcc-20050116.orig/gcc/config/m32r/linux.h   2005-01-17 00:45:17.000000000 +0000
    115 +++ gcc-20050116/gcc/config/m32r/linux.h        2005-01-17 00:51:39.720640870 +0000
     114diff -Naur gcc-4.1.0.orig/gcc/config/m32r/linux.h gcc-4.1.0/gcc/config/m32r/linux.h
     115--- gcc-4.1.0.orig/gcc/config/m32r/linux.h      2005-07-08 06:00:15.000000000 -0400
     116+++ gcc-4.1.0/gcc/config/m32r/linux.h   2006-02-28 22:02:21.000000000 -0500
    116117@@ -66,7 +66,7 @@
    117118     %{!ibcs: \
     
    132133 #endif
    133134 
    134 diff -Naur gcc-20050116.orig/gcc/config/m68k/linux.h gcc-20050116/gcc/config/m68k/linux.h
    135 --- gcc-20050116.orig/gcc/config/m68k/linux.h   2005-01-17 00:45:17.000000000 +0000
    136 +++ gcc-20050116/gcc/config/m68k/linux.h        2005-01-17 00:52:07.633830392 +0000
    137 @@ -132,7 +132,7 @@
     135diff -Naur gcc-4.1.0.orig/gcc/config/m68k/linux.h gcc-4.1.0/gcc/config/m68k/linux.h
     136--- gcc-4.1.0.orig/gcc/config/m68k/linux.h      2005-06-24 21:22:41.000000000 -0400
     137+++ gcc-4.1.0/gcc/config/m68k/linux.h   2006-02-28 22:02:21.000000000 -0500
     138@@ -128,7 +128,7 @@
    138139   %{!shared: \
    139140     %{!static: \
     
    144145 
    145146 /* For compatibility with linux/a.out */
    146 diff -Naur gcc-20050116.orig/gcc/config/mips/linux.h gcc-20050116/gcc/config/mips/linux.h
    147 --- gcc-20050116.orig/gcc/config/mips/linux.h   2005-01-17 00:45:17.000000000 +0000
    148 +++ gcc-20050116/gcc/config/mips/linux.h        2005-01-17 00:52:28.348034505 +0000
    149 @@ -115,7 +115,7 @@
     147diff -Naur gcc-4.1.0.orig/gcc/config/mips/linux.h gcc-4.1.0/gcc/config/mips/linux.h
     148--- gcc-4.1.0.orig/gcc/config/mips/linux.h      2005-06-24 21:22:41.000000000 -0400
     149+++ gcc-4.1.0/gcc/config/mips/linux.h   2006-02-28 22:02:21.000000000 -0500
     150@@ -112,7 +112,7 @@
    150151     %{!ibcs: \
    151152       %{!static: \
     
    156157 
    157158 #undef SUBTARGET_ASM_SPEC
    158 diff -Naur gcc-20050116.orig/gcc/config/mips/linux64.h gcc-20050116/gcc/config/mips/linux64.h
    159 --- gcc-20050116.orig/gcc/config/mips/linux64.h 2005-01-17 00:45:17.000000000 +0000
    160 +++ gcc-20050116/gcc/config/mips/linux64.h      2005-01-17 00:53:04.645878728 +0000
    161 @@ -60,9 +60,9 @@
     159diff -Naur gcc-4.1.0.orig/gcc/config/mips/linux64.h gcc-4.1.0/gcc/config/mips/linux64.h
     160--- gcc-4.1.0.orig/gcc/config/mips/linux64.h    2005-06-24 21:22:41.000000000 -0400
     161+++ gcc-4.1.0/gcc/config/mips/linux64.h 2006-02-28 22:02:21.000000000 -0500
     162@@ -47,9 +47,9 @@
    162163       %{!static: \
    163164         %{rdynamic:-export-dynamic} \
     
    172173 %{mabi=n32:-melf32%{EB:b}%{EL:l}tsmipn32} \
    173174 %{mabi=64:-melf64%{EB:b}%{EL:l}tsmip} \
    174 diff -Naur gcc-20050116.orig/gcc/config/mn10300/linux.h gcc-20050116/gcc/config/mn10300/linux.h
    175 --- gcc-20050116.orig/gcc/config/mn10300/linux.h        2005-01-17 00:45:17.000000000 +0000
    176 +++ gcc-20050116/gcc/config/mn10300/linux.h     2005-01-17 00:53:23.477610026 +0000
     175diff -Naur gcc-4.1.0.orig/gcc/config/mn10300/linux.h gcc-4.1.0/gcc/config/mn10300/linux.h
     176--- gcc-4.1.0.orig/gcc/config/mn10300/linux.h   2005-06-24 21:22:41.000000000 -0400
     177+++ gcc-4.1.0/gcc/config/mn10300/linux.h        2006-02-28 22:02:21.000000000 -0500
    177178@@ -37,7 +37,7 @@
    178179 #define LINK_SPEC "%{mrelax:--relax} %{shared:-shared} \
     
    183184    %{static:-static}"
    184185 
    185  #undef  LIB_SPEC
    186 diff -Naur gcc-20050116.orig/gcc/config/pa/pa-linux.h gcc-20050116/gcc/config/pa/pa-linux.h
    187 --- gcc-20050116.orig/gcc/config/pa/pa-linux.h  2005-01-17 00:45:17.000000000 +0000
    188 +++ gcc-20050116/gcc/config/pa/pa-linux.h       2005-01-17 00:53:45.334495141 +0000
    189 @@ -88,7 +88,7 @@
     186 #undef  PROCESSOR_DEFAULT
     187diff -Naur gcc-4.1.0.orig/gcc/config/pa/pa-linux.h gcc-4.1.0/gcc/config/pa/pa-linux.h
     188--- gcc-4.1.0.orig/gcc/config/pa/pa-linux.h     2005-11-17 22:22:18.000000000 -0500
     189+++ gcc-4.1.0/gcc/config/pa/pa-linux.h  2006-02-28 22:02:21.000000000 -0500
     190@@ -55,7 +55,7 @@
    190191   %{!shared: \
    191192     %{!static: \
     
    196197 
    197198 /* glibc's profiling functions don't need gcc to allocate counters.  */
    198 diff -Naur gcc-20050116.orig/gcc/config/rs6000/linux64.h gcc-20050116/gcc/config/rs6000/linux64.h
    199 --- gcc-20050116.orig/gcc/config/rs6000/linux64.h       2005-01-17 00:45:17.000000000 +0000
    200 +++ gcc-20050116/gcc/config/rs6000/linux64.h    2005-01-17 00:54:28.524412534 +0000
    201 @@ -351,11 +351,11 @@
     199diff -Naur gcc-4.1.0.orig/gcc/config/rs6000/linux64.h gcc-4.1.0/gcc/config/rs6000/linux64.h
     200--- gcc-4.1.0.orig/gcc/config/rs6000/linux64.h  2006-02-10 15:58:33.000000000 -0500
     201+++ gcc-4.1.0/gcc/config/rs6000/linux64.h       2006-02-28 22:02:21.000000000 -0500
     202@@ -339,11 +339,11 @@
    202203 
    203204 #define LINK_OS_LINUX_SPEC32 "-m elf32ppclinux %{!shared: %{!static: \
     
    213214 #undef  TOC_SECTION_ASM_OP
    214215 #define TOC_SECTION_ASM_OP \
    215 diff -Naur gcc-20050116.orig/gcc/config/rs6000/sysv4.h gcc-20050116/gcc/config/rs6000/sysv4.h
    216 --- gcc-20050116.orig/gcc/config/rs6000/sysv4.h 2005-01-17 00:45:17.000000000 +0000
    217 +++ gcc-20050116/gcc/config/rs6000/sysv4.h      2005-01-17 01:26:39.126999460 +0000
    218 @@ -1131,7 +1131,7 @@
     216diff -Naur gcc-4.1.0.orig/gcc/config/rs6000/sysv4.h gcc-4.1.0/gcc/config/rs6000/sysv4.h
     217--- gcc-4.1.0.orig/gcc/config/rs6000/sysv4.h    2006-02-10 15:58:33.000000000 -0500
     218+++ gcc-4.1.0/gcc/config/rs6000/sysv4.h 2006-02-28 22:02:21.000000000 -0500
     219@@ -1041,7 +1041,7 @@
    219220 
    220221 #define LINK_OS_LINUX_SPEC "-m elf32ppclinux %{!shared: %{!static: \
     
    225226 #if defined(HAVE_LD_EH_FRAME_HDR)
    226227 # define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
    227 @@ -1162,7 +1162,7 @@
     228@@ -1072,7 +1072,7 @@
    228229 
    229230 #define LINK_OS_GNU_SPEC "-m elf32ppclinux %{!shared: %{!static: \
     
    234235 #define CPP_OS_GNU_SPEC "-D__unix__ -D__gnu_hurd__ -D__GNU__   \
    235236 %{!undef:                                                      \
    236 diff -Naur gcc-20050116.orig/gcc/config/s390/linux.h gcc-20050116/gcc/config/s390/linux.h
    237 --- gcc-20050116.orig/gcc/config/s390/linux.h   2005-01-17 00:45:17.000000000 +0000
    238 +++ gcc-20050116/gcc/config/s390/linux.h        2005-01-17 01:26:58.672523211 +0000
     237diff -Naur gcc-4.1.0.orig/gcc/config/s390/linux.h gcc-4.1.0/gcc/config/s390/linux.h
     238--- gcc-4.1.0.orig/gcc/config/s390/linux.h      2006-02-11 03:38:51.000000000 -0500
     239+++ gcc-4.1.0/gcc/config/s390/linux.h   2006-02-28 22:02:21.000000000 -0500
    239240@@ -86,8 +86,8 @@
    240241       %{!static: \
     
    248249 
    249250 #define TARGET_ASM_FILE_END file_end_indicate_exec_stack
    250 diff -Naur gcc-20050116.orig/gcc/config/sh/linux.h gcc-20050116/gcc/config/sh/linux.h
    251 --- gcc-20050116.orig/gcc/config/sh/linux.h     2005-01-17 00:45:18.000000000 +0000
    252 +++ gcc-20050116/gcc/config/sh/linux.h  2005-01-17 01:27:19.588663163 +0000
    253 @@ -70,7 +70,7 @@
     251diff -Naur gcc-4.1.0.orig/gcc/config/sh/linux.h gcc-4.1.0/gcc/config/sh/linux.h
     252--- gcc-4.1.0.orig/gcc/config/sh/linux.h        2005-06-24 21:22:41.000000000 -0400
     253+++ gcc-4.1.0/gcc/config/sh/linux.h     2006-02-28 22:02:21.000000000 -0500
     254@@ -60,7 +60,7 @@
    254255   "%{shared:-shared} \
    255256    %{!static: \
     
    259260    %{static:-static}"
    260261 
    261  #undef LIB_SPEC
    262 diff -Naur gcc-20050116.orig/gcc/config/sparc/linux.h gcc-20050116/gcc/config/sparc/linux.h
    263 --- gcc-20050116.orig/gcc/config/sparc/linux.h  2005-01-17 00:45:18.000000000 +0000
    264 +++ gcc-20050116/gcc/config/sparc/linux.h       2005-01-17 01:30:07.282688639 +0000
    265 @@ -131,13 +131,13 @@
     262 /* Output assembler code to STREAM to call the profiler.  */
     263diff -Naur gcc-4.1.0.orig/gcc/config/sparc/linux.h gcc-4.1.0/gcc/config/sparc/linux.h
     264--- gcc-4.1.0.orig/gcc/config/sparc/linux.h     2006-02-11 03:38:51.000000000 -0500
     265+++ gcc-4.1.0/gcc/config/sparc/linux.h  2006-02-28 22:02:21.000000000 -0500
     266@@ -126,13 +126,13 @@
    266267 /* If ELF is the default format, we should not use /lib/elf.  */
    267268 
     
    279280 
    280281 /* The sun bundled assembler doesn't accept -Yd, (and neither does gas).
    281 diff -Naur gcc-20050116.orig/gcc/config/sparc/linux64.h gcc-20050116/gcc/config/sparc/linux64.h
    282 --- gcc-20050116.orig/gcc/config/sparc/linux64.h        2005-01-17 00:45:18.000000000 +0000
    283 +++ gcc-20050116/gcc/config/sparc/linux64.h     2005-01-17 01:31:18.242712476 +0000
    284 @@ -167,21 +167,21 @@
     282diff -Naur gcc-4.1.0.orig/gcc/config/sparc/linux64.h gcc-4.1.0/gcc/config/sparc/linux64.h
     283--- gcc-4.1.0.orig/gcc/config/sparc/linux64.h   2006-02-11 03:38:51.000000000 -0500
     284+++ gcc-4.1.0/gcc/config/sparc/linux64.h        2006-02-28 22:02:21.000000000 -0500
     285@@ -162,21 +162,21 @@
    285286   { "link_arch_default", LINK_ARCH_DEFAULT_SPEC },       \
    286287   { "link_arch",        LINK_ARCH_SPEC },
     
    308309 "
    309310 
    310 @@ -257,12 +257,12 @@
     311@@ -252,12 +252,12 @@
    311312 #else /* !SPARC_BI_ARCH */
    312313 
     
    323324 %{mlittle-endian:-EL} \
    324325 %{!mno-relax:%{!r:-relax}} \
    325 diff -Naur gcc-20050116.orig/gcc/config/xtensa/linux.h gcc-20050116/gcc/config/xtensa/linux.h
    326 --- gcc-20050116.orig/gcc/config/xtensa/linux.h 2005-01-17 00:45:18.000000000 +0000
    327 +++ gcc-20050116/gcc/config/xtensa/linux.h      2005-01-17 01:32:08.951429623 +0000
     326diff -Naur gcc-4.1.0.orig/gcc/config/xtensa/linux.h gcc-4.1.0/gcc/config/xtensa/linux.h
     327--- gcc-4.1.0.orig/gcc/config/xtensa/linux.h    2005-06-24 21:22:41.000000000 -0400
     328+++ gcc-4.1.0/gcc/config/xtensa/linux.h 2006-02-28 22:02:21.000000000 -0500
    328329@@ -50,7 +50,7 @@
    329330     %{!ibcs: \
Note: See TracChangeset for help on using the changeset viewer.