[PATCH] D116857: [libunwind] [sparc] Add SPARCv9 support

Koakuma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 28 05:03:43 PST 2022


koakuma updated this revision to Diff 403973.
koakuma set the repository for this revision to rG LLVM Github Monorepo.
koakuma added a comment.

Add .register directive for %g2, %g3, %g6, and %g7 as required by the assembly language.

Ref: SPARC Assembly Language Reference Manual, section 3.3
(https://docs.oracle.com/cd/E37838_01/html/E61063/pseudoops-1.html)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116857/new/

https://reviews.llvm.org/D116857

Files:
  libunwind/include/__libunwind_config.h
  libunwind/src/DwarfInstructions.hpp
  libunwind/src/DwarfParser.hpp
  libunwind/src/Registers.hpp
  libunwind/src/UnwindCursor.hpp
  libunwind/src/UnwindRegistersRestore.S
  libunwind/src/UnwindRegistersSave.S
  libunwind/src/libunwind.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116857.403973.patch
Type: text/x-patch
Size: 19450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/5b8f6979/attachment.bin>


More information about the llvm-commits mailing list