anchao commented on code in PR #17536:
URL: https://github.com/apache/nuttx/pull/17536#discussion_r2637802236


##########
arch/arm/src/common/Toolchain.defs:
##########
@@ -552,6 +552,11 @@ LDMODULEFLAGS = -r -T $(call 
CONVERT_PATH,$(TOPDIR)/libs/libc/elf/gnu-elf.ld)
 CELFFLAGS = $(CFLAGS) -fvisibility=hidden -mlong-calls # --target1-abs
 CXXELFFLAGS = $(CXXFLAGS)-fvisibility=hidden -mlong-calls
 
+ifeq ($(CONFIG_UNWINDER_ARM),y)

Review Comment:
   If unwind table support in ELF is not intended to be implemented, 
supplementary comments can be added. In addition, a statement indicating the 
lack of support should be included in the ELF chapter, preferably with details 
specified down to the ELF type level.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to