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
..
2009-01-11 15:53:13 +01:00
2009-10-04 12:02:36 +09:00
2009-05-02 21:43:26 +09:00
2009-10-11 11:20:58 -07:00
2008-05-09 08:04:56 -07:00
2009-11-04 08:31:50 +09:00
2009-10-04 12:02:37 +09:00