From 65a4de4e06709264e7e06152cd88aaec1f03fd11 Mon Sep 17 00:00:00 2001 From: Chung-Lin Tang Date: Mon, 28 May 2012 00:06:57 +0200 Subject: SH: Add CFI directives. --- sysdeps/unix/sysv/linux/sh/sh4/setcontext.S | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/sh/sh4/setcontext.S') diff --git a/sysdeps/unix/sysv/linux/sh/sh4/setcontext.S b/sysdeps/unix/sysv/linux/sh/sh4/setcontext.S index a3c0e21e56..161c51d45d 100644 --- a/sysdeps/unix/sysv/linux/sh/sh4/setcontext.S +++ b/sysdeps/unix/sysv/linux/sh/sh4/setcontext.S @@ -132,6 +132,7 @@ ENTRY(__setcontext) mov.l @(oR7,r0), r7 mov.l @(oR8,r0), r8 mov.l @r15+, r0 + cfi_adjust_cfa_offset(-4) jmp @r0 mov.l @r15+, r0 -- cgit 1.4.1