alistair23-linux/arch/m32r
Hirokazu Takata e968b8d404 m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id section
Building with --build-id option, .note.gnu.build-id section is added
to vmlinux.bin.  But some old buggy binutils creates a huge vmlinux.bin,
and a bootloader fails to boot its zImage as well.

This patch adds a NOTES macro to a linker script vmlinux.ld.S to put
.note.gnu.build-id section into .note section.
Then, the .note section will be removed, because "-R .note" option is
specified in OBJCOPYFLAGS to make a vmlinux.bin binary.

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
2009-11-04 08:33:23 +09:00
..
boot kbuild: use INSTALLKERNEL to select customized installkernel script 2009-09-20 12:18:14 +02:00
configs eeprom: More consistent symbol names 2009-01-26 21:19:57 +01:00
include/asm m32r: define ioread* and iowrite* macros 2009-10-04 12:02:36 +09:00
kernel m32r: add NOTES to vmlinux.lds.S to remove .note.gnu.build-id section 2009-11-04 08:33:23 +09:00
lib m32r: export delay loop symbols 2009-10-04 12:02:36 +09:00
mm m32r: Fix set_memory() for DISCONTIGMEM 2009-10-04 12:02:36 +09:00
oprofile oprofile: more whitespace fixes 2008-10-15 20:55:51 +02:00
platforms m32r: remove obsolete hw_interrupt_type 2009-06-16 19:47:46 -07:00
Kconfig m32r: convert to use arch_gettimeoffset() 2009-09-22 07:17:43 -07:00
Kconfig.debug [PATCH] kconfig: clarify memory debug options 2006-03-25 08:22:54 -08:00
Makefile m32r: use KBUILD_DEFCONFIG 2008-04-29 14:46:00 +09:00