dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/microblaze/lib
Michal Simek 9f2a45bd81 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>
2012-12-13 18:15:38 +01:00
..
Makefile microblaze: Add __cmpdi2 2012-01-05 08:22:01 +01:00
ashldi3.c microblaze: Add libgcc function directly to kernel 2010-10-21 15:51:42 +10:00
ashrdi3.c microblaze: Add libgcc function directly to kernel 2010-10-21 15:51:42 +10:00
cmpdi2.c microblaze: Add __cmpdi2 2012-01-05 08:22:01 +01:00
divsi3.S microblaze: Add libgcc function directly to kernel 2010-10-21 15:51:42 +10:00
fastcopy.S microblaze: Fix ASM optimized code for LE 2011-01-28 14:05:13 +01:00
libgcc.h microblaze: lib: Add lib function declarations 2012-12-13 18:15:38 +01:00
lshrdi3.c microblaze: Add libgcc function directly to kernel 2010-10-21 15:51:42 +10:00
memcpy.c Disintegrate asm/system.h for Microblaze 2012-03-28 18:30:02 +01:00
memmove.c Fix common misspellings 2011-03-31 11:26:23 -03:00
memset.c Fix common misspellings 2011-03-31 11:26:23 -03:00
modsi3.S microblaze: Add libgcc function directly to kernel 2010-10-21 15:51:42 +10:00
muldi3.c microblaze: lib: Remove helper macros 2012-12-13 18:15:36 +01:00
mulsi3.S microblaze: Add libgcc function directly to kernel 2010-10-21 15:51:42 +10:00
uaccess_old.S microblaze: Fix stack usage in PAGE_SIZE copy_tofrom_user 2012-03-30 11:37:13 +02:00
ucmpdi2.c microblaze: Add __ucmpdi2() helper function 2011-10-14 12:24:32 +02:00
udivsi3.S microblaze: Add libgcc function directly to kernel 2010-10-21 15:51:42 +10:00
umodsi3.S microblaze: Add libgcc function directly to kernel 2010-10-21 15:51:42 +10:00