Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212029
b: refs/heads/master
c: df5d187
h: refs/heads/master
i:
  212027: b724d44
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Sep 3, 2010
1 parent c7e36b4 commit 13a9a8f
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 239 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a34107b5577968dc53cf9c2195c7c2d4a2caf9ce
refs/heads/master: df5d1874ce1a1f0e0eceff4fa3a9d45620243a68
20 changes: 20 additions & 0 deletions trunk/arch/x86/include/asm/dwarf2.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@
CFI_ADJUST_CFA_OFFSET -8
.endm

.macro pushfq_cfi
pushfq
CFI_ADJUST_CFA_OFFSET 8
.endm

.macro popfq_cfi
popfq
CFI_ADJUST_CFA_OFFSET -8
.endm

.macro movq_cfi reg offset=0
movq %\reg, \offset(%rsp)
CFI_REL_OFFSET \reg, \offset
Expand All @@ -109,6 +119,16 @@
CFI_ADJUST_CFA_OFFSET -4
.endm

.macro pushfl_cfi
pushfl
CFI_ADJUST_CFA_OFFSET 4
.endm

.macro popfl_cfi
popfl
CFI_ADJUST_CFA_OFFSET -4
.endm

.macro movl_cfi reg offset=0
movl %\reg, \offset(%esp)
CFI_REL_OFFSET \reg, \offset
Expand Down
Loading

0 comments on commit 13a9a8f

Please sign in to comment.