[PATCH v2 2/6] Add new NOSAVE_DATA linker script macro.

2009-04-30 Thread Tim Abbott
This patch is preparation for replacing most ".data.nosave" in the kernel with macros, so that the section name can later be changed without having to touch a lot of the kernel. The long-term goal here is to be able to change the kernel's magic section names to those that are compatible with -ffun

Re: [PATCH v2 2/6] Add new NOSAVE_DATA linker script macro.

2009-05-01 Thread Sam Ravnborg
On Thu, Apr 30, 2009 at 03:54:09PM -0400, Tim Abbott wrote: > This patch is preparation for replacing most ".data.nosave" in the > kernel with macros, so that the section name can later be changed > without having to touch a lot of the kernel. > > The long-term goal here is to be able to change th