From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22221 invoked by alias); 16 Jul 2014 16:39:52 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 22145 invoked by uid 48); 16 Jul 2014 16:39:46 -0000 From: "ubizjak at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug nptl/17165] [alpha] Saved stack pointer is not mangled in unwind_stop jumpbuffer Date: Wed, 16 Jul 2014 16:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.17 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-07/txt/msg00622.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17165 --- Comment #1 from Uros Bizjak --- __sigsetjmp doesn't mangle any register: (gdb) disass __sigsetjmp Dump of assembler code for function __sigsetjmp: 0x000002000001b440 <+0>: ldah gp,2(t12) 0x000002000001b444 <+4>: lda gp,-5136(gp) 0x000002000001b448 <+8>: stq s0,0(a0) 0x000002000001b44c <+12>: stq s1,8(a0) 0x000002000001b450 <+16>: stq s2,16(a0) 0x000002000001b454 <+20>: stq s3,24(a0) 0x000002000001b458 <+24>: stq s4,32(a0) 0x000002000001b45c <+28>: stq s5,40(a0) 0x000002000001b460 <+32>: stq ra,48(a0) <-- ra should be mangled, 0x000002000001b464 <+36>: addq sp,0,t1 <-- sp too, 0x000002000001b468 <+40>: stq t1,64(a0) 0x000002000001b46c <+44>: stq fp,56(a0) <-- fp as well. 0x000002000001b470 <+48>: stt $f2,72(a0) 0x000002000001b474 <+52>: stt $f3,80(a0) 0x000002000001b478 <+56>: stt $f4,88(a0) 0x000002000001b47c <+60>: stt $f5,96(a0) 0x000002000001b480 <+64>: stt $f6,104(a0) 0x000002000001b484 <+68>: stt $f7,112(a0) 0x000002000001b488 <+72>: stt $f8,120(a0) 0x000002000001b48c <+76>: stt $f9,128(a0) 0x000002000001b490 <+80>: mov 0,v0 0x000002000001b494 <+84>: ret End of assembler dump. -- You are receiving this mail because: You are on the CC list for the bug.