tmp_suning_uos_patched/arch/blackfin
Bernd Schmidt 9df7a8f622 [Blackfin] arch: remove NOTES from linker script
Since
  r3658 | vapier | 2007-09-12 16:26:11 +0200 (Wed, 12 Sep 2007) | 1 line

  add more common defines for output sections

we've had a new line, NOTES, in our linker script, which causes upstream
binutils to complain about "missing phdr".  Currently the only other arch
that uses NOTES is i386, and the patch which added it also added
PHDRS {
	text PT_LOAD FLAGS(5);	/* R_E */
	data PT_LOAD FLAGS(7);	/* RWE */
	note PT_NOTE FLAGS(0);	/* ___ */
}
and a few other modifications to use ":text" and ":data" to the linker
script.

It seems that we don't need NOTES at all, so just remove it.

Signed-off-by: Bernd Schmidt <bernds_cb1@t-online.de>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
2008-03-26 06:39:15 +08:00
..
boot
configs [Blackfin] arch: turn generic time on by default 2008-02-29 12:26:41 +08:00
kernel [Blackfin] arch: remove NOTES from linker script 2008-03-26 06:39:15 +08:00
lib [Blackfin] arch: fix bug - make memcpy return the dest addr. 2007-12-21 21:12:21 +08:00
mach-bf527 [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspace 2008-02-25 12:19:57 +08:00
mach-bf533 [Blackfin] arch: punt the simple ad5304 spi driver now that the generic spidev driver lets you do it from userspace 2008-02-25 12:19:57 +08:00
mach-bf537 [Blackfin] arch: add twi resources to CM_BF537 board as reported by Servaes Joordens 2008-03-26 06:00:18 +08:00
mach-bf548 [Blackfin] arch: fix bug - allow SDH driver to be used as module 2008-03-03 17:40:28 -07:00
mach-bf561 [Blackfin] arch: fix bug - set right partition size in the board files 2008-02-25 11:38:11 +08:00
mach-common [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscalls 2008-03-06 16:04:58 -07:00
mm [Blackfin] arch: kill section mismatch warnings 2008-02-29 12:02:10 +08:00
oprofile
Kconfig [Blackfin] arch: initial generic time and clock sources 2008-02-29 12:24:23 +08:00
Kconfig.debug [Blackfin] arch: add slightly better help text for CPLB_INFO 2008-02-02 15:32:40 +08:00
Makefile [Blackfin] arch: declare CHECKFLAGS to make sparse output more readable 2008-03-07 02:43:48 +08:00