Skip to content

Commit

Permalink
Added dummy traceback tables for PPC.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Mar 20, 2024
1 parent ce9558f commit 9271ee5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/powerpc64/table.S.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,7 @@ _${lib_suffix}_save_regs_and_resolve:

blr

.long 0
.quad 0

.cfi_endproc
3 changes: 3 additions & 0 deletions arch/powerpc64/trampoline.S.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,7 @@ $sym:

b 1b

.long 0
.quad 0

.cfi_endproc
3 changes: 3 additions & 0 deletions arch/powerpc64le/table.S.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,7 @@ _${lib_suffix}_save_regs_and_resolve:

blr

.long 0
.quad 0

.cfi_endproc
3 changes: 3 additions & 0 deletions arch/powerpc64le/trampoline.S.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ $sym:

b 1b

.long 0
.quad 0

.cfi_endproc

0 comments on commit 9271ee5

Please sign in to comment.