commit | 5e8baf878ea0976b9ec5f46d64cec5810ba9c195 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sat Nov 05 23:35:12 2011 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Nov 15 22:24:50 2011 +0100 |
tree | f1dd7a3fcaf135f53eb6be55d9bd5afd35baa6bc | |
parent | 54cd51bf7910164e6640c7f428f2fd95e15019da [diff] |
GCC4.6: Fix common/usb.c on xscale The problem was that the code, when the function was compiled with -Os, was misgenerated. As in the function description, this is likely another manifestation of the bug in GCC. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Cc: Wolfgang Denk <wd@denx.de> Cc: Remy Bohmer <linux@bohmer.net>