Skip to content

Commit ca3e655

Browse files
committed
Remove redundant comment
1 parent 1725bc9 commit ca3e655

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test-app/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ OBJCOPY_FLAGS+=--gap-fill $(FILL_BYTE)
105105
OBJCOPY_IMAGE_FLAGS?=
106106

107107
ifeq ($(USE_CLANG),1)
108-
# Clang doesn't emit empty .data/.bss sections in object files (GCC does).
109-
# GNU ld mishandles AT() for output sections with no matching input sections,
110-
# setting LMA=VMA instead of the specified flash address.
111108
APP_OBJS+=clang_sections.o
112109
endif
113110

0 commit comments

Comments
 (0)