mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
8399a74f61
The code used in the Blackfin lshrdi3 utilizes gcc constructs. However, the structures declared don't line up with the code gcc generates, so under certain optimizations, we get bad code and things crap out in fun random ways. So rather than trying to maintain different gcc definitions ourselves, just use the ones available in gcclib.h. URL: http://blackfin.uclinux.org/gf/tracker/5286 Signed-off-by: Jie Zhang <jie.zhang@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> |
||
---|---|---|
.. | ||
ashldi3.c | ||
ashrdi3.c | ||
checksum.c | ||
divsi3.S | ||
gcclib.h | ||
ins.S | ||
lshrdi3.c | ||
Makefile | ||
memchr.S | ||
memcmp.S | ||
memcpy.S | ||
memmove.S | ||
memset.S | ||
modsi3.S | ||
muldi3.S | ||
outs.S | ||
smulsi3_highpart.S | ||
strcmp.c | ||
strcpy.c | ||
strncmp.c | ||
strncpy.c | ||
udivsi3.S | ||
umodsi3.S | ||
umulsi3_highpart.S |