xiaoxiang781216 opened a new pull request, #9610:
URL: https://github.com/apache/nuttx/pull/9610

   ## Summary
   
   since symbols defined in arch/elf.h is also used in other case, for example: 
CC:  pthread/pthread_testcancel.c machine/arm/gnu_unwind_find_exidx.c:32:8: 
error: unknown type name '__EIT_entry'
      32 | static __EIT_entry *__exidx_start_elf;
         |        ^~~~~~~~~~~
   
   ## Impact
   
   Fix the error reported here:
   https://www.mail-archive.com/dev@nuttx.apache.org/msg10083.html
   
   ## Testing
   
   CI


-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to