9
0
Fork 0
barebox/arch/mips/lib
Sascha Hauer 4d66ef54b6 mips: Fix compiler warnings
Fixes:

arch/mips/lib/lshrdi3.c:6: warning: no previous prototype for '__lshrdi3'
arch/mips/lib/ashrdi3.c:6: warning: no previous prototype for '__ashrdi3'
arch/mips/lib/ashldi3.c:6: warning: no previous prototype for '__ashldi3'

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-04-05 08:50:01 +02:00
..
.gitignore MIPS: add common MIPS stuff 2011-08-05 18:20:17 +02:00
Makefile MIPS: add draft cpuinfo command 2011-08-05 18:20:30 +02:00
ashldi3.c MIPS: import libgcc-related files from linux-2.6.39 2011-08-05 18:20:17 +02:00
ashrdi3.c MIPS: import libgcc-related files from linux-2.6.39 2011-08-05 18:20:17 +02:00
barebox.lds.S introduce barebox_bare_init_size to known the bare_init size and check it 2012-01-23 09:43:28 +01:00
cpuinfo.c commands: remove struct command pointer from commands 2012-02-27 20:28:07 +01:00
csrc-r4k.c introduce io.h 2011-09-22 19:03:05 +02:00
libgcc.h mips: Fix compiler warnings 2012-04-05 08:50:01 +02:00
lshrdi3.c MIPS: import libgcc-related files from linux-2.6.39 2011-08-05 18:20:17 +02:00
memory.c fix malloc space sizes 2011-12-03 10:09:29 +01:00