OSDN Git Service

gcc:
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Dec 2011 15:52:08 +0000 (15:52 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Dec 2011 15:52:08 +0000 (15:52 +0000)
commitd42ef213184eec5bc0657a86d2a43631b159ddf9
tree5d0c04560395d48bd64dd64844e3dac52c6e0f33
parent9fa963c15c4de8d76c3cc1eb544b6653e53bd76a
gcc:

* config/rs6000/rs6000.c  (rs6000_emit_prologue): Move update of
VRSave mask to save_world() when that is in use.

libgcc:

* config/rs6000/darwin-world.S (toplevel): Make it clear that this
function is not used for PPC64.
(save_world): Amend comments.  Update the VRsave mask to reflect the
saved regs.
(rest_world): Update comments, do not  clobber r10, do not use r8.
(eh_rest_world_r10): Amend comments, do not use r8.
(rest_world_eh_r7r8): Rename as local Lrest_world_eh_r7, since r8 is
no longer used, move restore of CR and target address to the end of
the routine.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182376 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
libgcc/ChangeLog
libgcc/config/rs6000/darwin-world.S