]> sourceware.org Git - glibc.git/commit
PowerPC64 power7 strncpy stack handling and cfi
authorAlan Modra <amodra@gmail.com>
Sun, 22 Oct 2017 21:13:32 +0000 (07:43 +1030)
committerAlan Modra <amodra@gmail.com>
Sun, 22 Oct 2017 21:16:07 +0000 (07:46 +1030)
commit750a0e4967375d0b2bedb77af515b8bc6966e6f6
tree9139c510decfa4f304f8ffd63c3f433f2122f179
parent5313581cb52fd5d3d2cf222ddb6f8f86f090974f
PowerPC64 power7 strncpy stack handling and cfi

This patch moves the frame setup and teardown to immediately around
the single memset call, as has been done for power8.  I've also
decreased FRAMESIZE to that needed to save the two callee-saved
registers used.  Plus added cfi.

* sysdeps/powerpc/powerpc64/power7/strncpy.S: Decrease FRAMESIZE.
Move LR save and frame setup/teardown and LR restore to
immediately around memset call.  Provide cfi.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
ChangeLog
sysdeps/powerpc/powerpc64/power7/strncpy.S
This page took 0.038618 seconds and 5 git commands to generate.