commit | 9bf59424862ef5c1ba5d7ad6699a0b474916c4e3 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 20 01:03:51 2010 +0100 |
committer | Michal Marek <mmarek@suse.cz> | Wed Mar 03 11:26:01 2010 +0100 |
tree | 42e2214fbb4bb50287403fb76f650ed48dce7417 | |
parent | 819d67621edba0822352f7ae2a7ccb0387223675 [diff] [blame] |
Rename .text.startup to .text..startup. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
diff --git a/arch/h8300/boot/compressed/vmlinux.lds b/arch/h8300/boot/compressed/vmlinux.lds index 65e2a0d..a0a3a0e 100644 --- a/arch/h8300/boot/compressed/vmlinux.lds +++ b/arch/h8300/boot/compressed/vmlinux.lds
@@ -4,7 +4,7 @@ { __stext = . ; __text = .; - *(.text.startup) + *(.text..startup) *(.text) __etext = . ; }