diff options
author | Ivan Kuten <ivan.kuten@promwad.com> | 2007-11-23 10:32:50 +0000 |
---|---|---|
committer | Ivan Kuten <ivan.kuten@promwad.com> | 2007-11-23 10:32:50 +0000 |
commit | 7eb9574e2b79b0f23b945850c59c1695bd3d9dca (patch) | |
tree | 22a10d89d5b6ce795954e78267b653944a1c4d92 /toolchain/binutils/2.15/701-nios2-gcc4-buildfix.patch | |
parent | cf825074e61733bca94211863731891f51d21dc8 (diff) | |
download | buildroot-novena-7eb9574e2b79b0f23b945850c59c1695bd3d9dca.tar.gz buildroot-novena-7eb9574e2b79b0f23b945850c59c1695bd3d9dca.zip |
update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest sources from Altera, and removes obsolete patches
Diffstat (limited to 'toolchain/binutils/2.15/701-nios2-gcc4-buildfix.patch')
-rw-r--r-- | toolchain/binutils/2.15/701-nios2-gcc4-buildfix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/toolchain/binutils/2.15/701-nios2-gcc4-buildfix.patch b/toolchain/binutils/2.15/701-nios2-gcc4-buildfix.patch index bfc8015b8..e69de29bb 100644 --- a/toolchain/binutils/2.15/701-nios2-gcc4-buildfix.patch +++ b/toolchain/binutils/2.15/701-nios2-gcc4-buildfix.patch @@ -1,20 +0,0 @@ ---- binutils/gas/config/tc-nios2.c 2007/01/04 16:54:43 194 -+++ binutils/gas/config/tc-nios2.c 2007/01/04 16:58:16 195 -@@ -1661,7 +1661,7 @@ - - - /* apply the rightshift */ -- (signed) fixup >>= howto->rightshift; -+ fixup >>= howto->rightshift; - - /* truncate the fixup to right size */ - switch (fixP->fx_r_type) -@@ -1706,7 +1706,7 @@ - nios2_check_overflow (valueT fixup, reloc_howto_type * howto) - { - /* apply the rightshift before checking for overflow */ -- (signed) fixup >>= howto->rightshift; -+ fixup >>= howto->rightshift; - - /* check for overflow - return TRUE if overflow, FALSE if not */ - switch (howto->complain_on_overflow) |