microblaze: Add __ucmpdi2() helper function
authorMichal Simek <monstr@monstr.eu>
Fri, 23 Sep 2011 06:46:24 +0000 (08:46 +0200)
committerMichal Simek <monstr@monstr.eu>
Fri, 14 Oct 2011 10:24:32 +0000 (12:24 +0200)
commitc8ae8a820880cf8bf3588752ac0ded6d4d218d50
tree0a23e63968ccaeb4bd4bed523dc5cc7be48ed812
parent15ec090833eeb2ab242c049a68b6224345771619
microblaze: Add __ucmpdi2() helper function

Add missing __ucmpdi2 helper function.

Error log:
kernel/built-in.o: In function `print_graph_duration':
: undefined reference to `__ucmpdi2'
kernel/built-in.o: In function `print_graph_duration':
: undefined reference to `__ucmpdi2'

Based on MIPS code.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/lib/Makefile
arch/microblaze/lib/ucmpdi2.c [new file with mode: 0644]