Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
## The exception table is modified to use udata4 encoding for LPStart and
## sdata4 encoding for call sites.

.att_syntax
.text
.globl main # -- Begin function main
.p2align 4, 0x90
Expand Down
1 change: 1 addition & 0 deletions libunwind/test/remember_state_leak.pass.sh.s
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

SIZEOF_UNWIND_EXCEPTION = 32

.att_syntax
.text
callback:
xorl %eax, %eax
Expand Down
Loading