[Bug other/48007] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-06-07 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 --- Comment #4 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-06-07 17:33:08 UTC --- Author: hjl Date: Tue Jun 7 17:33:05 2011 New Revision: 174760 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=174760 Log: Support

[Bug other/48007] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-03-06 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 --- Comment #1 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-03-06 17:20:01 UTC --- Author: hjl Date: Sun Mar 6 17:19:57 2011 New Revision: 170716 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=170716 Log: Save call frame hard

[Bug other/48007] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-03-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2011-03-06 21:12:55 UTC --- Does it matter for the propose of unwinding as all we care about is pointers to get back to frame before? Your commit might change the ABI for some targets.

[Bug other/48007] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-03-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 --- Comment #3 from H.J. Lu hjl.tools at gmail dot com 2011-03-06 21:21:03 UTC --- X32 glibc force unwind calls _Unwind_SetGRValue to restore a 64bit register value.