commit | d38ad25650d8d9dfcfb84dc46ea5687f14d4d1c7 | [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 | 07e69a24d432bcba9d0430e57ccec9d8f97c0008 [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>