From e00538967c9b3da9bda18b382e809137351c32e9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 9 Sep 2014 15:47:48 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 06cfdf5f780..eb3d01ba3d0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8442,4 +8442,7 @@ * LibTargets.mk, Makefile.unix, and Makefile.win: Move commit library targets out of Makefile.unix and Makeifle.win into a new LibTargets.mk (2014-9-9). - + * LibTargets.mk and configs/sama5d4-ek/knsh/Make.defs: Add logic that will + permit us to build user libraries with different CFLAGS than kernel + code. This is needed because we need the -fno-common option when + building ELF code to prevent SHN_COMMON relocations (2014-9-8).