Wolfgang Denk wrote: > In message <[email protected]> you wrote: >> This did not happen when I last updated on March 22nd and >> I have not updated my tools at all. > > Then you are in an excellent position to run git bisect and find out > which exact commit is responsible for the changed behaviour.
I am observing a similar issue ... but with USE_PRIVATE_LIBGCC=yes : lib/libgeneric.a(display_options.o): In function `print_size': /home/smcnutt/27xx/u-boot.git/lib/display_options.c:66: undefined reference to `__udivdi3' /home/smcnutt/27xx/u-boot.git/lib/display_options.c:69: undefined reference to `__umoddi3' /home/smcnutt/27xx/u-boot.git/lib/display_options.c:70: undefined reference to `__udivdi3' ... which I believe is due to: commit 52dbac69c27dee67a4c051b1055d93b0ac4e2062 Author: Timur Tabi <[email protected]> Date: Tue Apr 13 13:16:02 2010 -0500 --Scott _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

