From 93c784f0768b602ddcd2798cf7e3d296603342d7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 7 Sep 2014 09:17:38 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 09067d5c2..d7329189d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1042,3 +1042,6 @@ all tasks is main, not some xyz_main (2014-9-6). * Many Makefiles: Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build a main() (2014-9-6). + * Many Makefiles. For kernel build, the object file containing main + cannot go into library because of name collisions. The object file + must be handled as a special case in every Makefile (2014-9-7).