diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-05-21 11:51:22 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-05-21 11:51:22 +0000 |
commit | 4a78320c111aea411e1a2add09941796547793fc (patch) | |
tree | c8c185b38a4cde5f93ab3173be429438b1af33e3 /toolchain/gcc/patches/4.2.3/930-eabi_fixes.patch | |
parent | f027ecb2cf9b1a1c6cab6f5e4a9d99c49bced63c (diff) | |
download | upstream-4a78320c111aea411e1a2add09941796547793fc.tar.gz upstream-4a78320c111aea411e1a2add09941796547793fc.tar.bz2 upstream-4a78320c111aea411e1a2add09941796547793fc.zip |
refresh gcc-4.2.3 patches
SVN-Revision: 11232
Diffstat (limited to 'toolchain/gcc/patches/4.2.3/930-eabi_fixes.patch')
-rw-r--r-- | toolchain/gcc/patches/4.2.3/930-eabi_fixes.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/toolchain/gcc/patches/4.2.3/930-eabi_fixes.patch b/toolchain/gcc/patches/4.2.3/930-eabi_fixes.patch index 52b56899df..836dbdeace 100644 --- a/toolchain/gcc/patches/4.2.3/930-eabi_fixes.patch +++ b/toolchain/gcc/patches/4.2.3/930-eabi_fixes.patch @@ -1,8 +1,8 @@ -Index: gcc-4.2.0/gcc/config.gcc +Index: gcc-4.2.3/gcc/config.gcc =================================================================== ---- gcc-4.2.0.orig/gcc/config.gcc 2008-02-13 00:19:06.507477329 +0100 -+++ gcc-4.2.0/gcc/config.gcc 2008-02-13 00:19:42.239640606 +0100 -@@ -701,7 +701,7 @@ +--- gcc-4.2.3.orig/gcc/config.gcc 2008-05-21 13:45:54.181287953 +0200 ++++ gcc-4.2.3/gcc/config.gcc 2008-05-21 13:46:03.094289162 +0200 +@@ -704,7 +704,7 @@ extra_parts="" use_collect2=yes ;; @@ -11,7 +11,7 @@ Index: gcc-4.2.0/gcc/config.gcc tm_file="dbxelf.h elfos.h linux.h arm/elf.h arm/linux-gas.h arm/linux-elf.h" tmake_file="${tmake_file} t-linux arm/t-arm" case ${target} in -@@ -710,7 +710,7 @@ +@@ -713,7 +713,7 @@ ;; esac case ${target} in @@ -20,11 +20,11 @@ Index: gcc-4.2.0/gcc/config.gcc tm_file="$tm_file arm/bpabi.h arm/linux-eabi.h" tmake_file="$tmake_file arm/t-arm-elf arm/t-bpabi arm/t-linux-eabi" # The BPABI long long divmod functions return a 128-bit value in -Index: gcc-4.2.0/gcc/config/arm/linux-eabi.h +Index: gcc-4.2.3/gcc/config/arm/linux-eabi.h =================================================================== ---- gcc-4.2.0.orig/gcc/config/arm/linux-eabi.h 2008-02-13 00:18:31.343062422 +0100 -+++ gcc-4.2.0/gcc/config/arm/linux-eabi.h 2008-02-13 00:19:11.825120518 +0100 -@@ -48,7 +48,8 @@ +--- gcc-4.2.3.orig/gcc/config/arm/linux-eabi.h 2007-09-01 17:28:30.000000000 +0200 ++++ gcc-4.2.3/gcc/config/arm/linux-eabi.h 2008-05-21 13:46:03.094289162 +0200 +@@ -47,7 +47,8 @@ #define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm10tdmi #undef SUBTARGET_EXTRA_LINK_SPEC |