From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 02 Mar 2011 07:59:51 +0100 Subject: [U-Boot] [PATCH 1/3] rename _end to __bss_end__ In-Reply-To: <1299045219-1708-1-git-send-email-ratbert.chuang@gmail.com> References: <1299045219-1708-1-git-send-email-ratbert.chuang@gmail.com> Message-ID: <4D6DEAE7.5000904@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Po-Yu Chuang, Le 02/03/2011 06:53, Po-Yu Chuang a ?crit : > From: Po-Yu Chuang This line appears in the body of your mail; it should not. Did you use git send-email to post these patches? > This is done by the following command: > $ for f in `find * -type f`; do sed -i 's/\<_end\>/__bss_end__/g' $f; done This part about sed does not really matter for the U-Boot code base as such. You can put it below the "---" line, as a comment to the patch rather than as a part of the commit message. > Currently, _end is used for end of BSS section. We want _end to mean > end of u-boot image, so we rename _end to __bss_end__ first. > > Signed-off-by: Po-Yu Chuang > --- Amicalement, -- Albert.