]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: lib: Add lib function declarations
authorMichal Simek <michal.simek@xilinx.com>
Thu, 13 Dec 2012 16:47:55 +0000 (17:47 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 13 Dec 2012 17:15:38 +0000 (18:15 +0100)
commitb2c414ebff856c025732c9e6e360feacd0ebd497
tree713b4e7fa9a3dfc84efaaa60935047496d3c957f
parent06eb37babe2c572683d5b5df710b3b65230ce4d6
microblaze: lib: Add lib function declarations

Function declarations fix these sparse warnings:
arch/microblaze/lib/ashldi3.c:5:11: warning: symbol
'__ashldi3' was not declared. Should it be static?
arch/microblaze/lib/muldi3.c:50:8: warning: symbol
'__muldi3' was not declared. Should it be static?
arch/microblaze/lib/cmpdi2.c:5:11: warning: symbol
'__cmpdi2' was not declared. Should it be static?
arch/microblaze/lib/lshrdi3.c:5:11: warning: symbol
'__lshrdi3' was not declared. Should it be static?
arch/microblaze/lib/ashrdi3.c:5:11: warning: symbol
'__ashrdi3' was not declared. Should it be static?
arch/microblaze/lib/ucmpdi2.c:5:11: warning: symbol
'__ucmpdi2' was not declared. Should it be static?

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/lib/libgcc.h