git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ffa8f
)
parisc: do not inline pa_memcpy() internal functions
author
Helge Deller
<deller@gmx.de>
Sun, 17 Nov 2013 21:03:11 +0000
(22:03 +0100)
committer
Helge Deller
<deller@gmx.de>
Tue, 19 Nov 2013 22:36:16 +0000
(23:36 +0100)
gcc (4.8.x) creates wrong code when the pa_memcpy() functions are
inlined. Especially in 32bit builds it calculates wrong return values
if we encounter a fault during execution of the memcpy.
Signed-off-by: Helge Deller <deller@gmx.de>
No differences found