You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/05/10 15:56:47 UTC

[GitHub] [incubator-nuttx] Ouss4 opened a new pull request, #6231: xtensa_sigtramp.S: Remove unnecessary entry instruction

Ouss4 opened a new pull request, #6231:
URL: https://github.com/apache/incubator-nuttx/pull/6231

   ## Summary
   `_xtensa_sig_trampoline` is not called the usual way with window calls (call4, call8 and call12), we get there from a context switch after modifying the task's PC.  The `entry` instruction here is not required, besides it creates a frame that confuses the backtrace at that point.
   ## Impact
   Xtensas chips.
   ## Testing
   ESP32, ESP32-S2 and ESP32-S3.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] masayuki2009 merged pull request #6231: xtensa_sigtramp.S: Remove unnecessary entry instruction

Posted by GitBox <gi...@apache.org>.
masayuki2009 merged PR #6231:
URL: https://github.com/apache/incubator-nuttx/pull/6231


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org