diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2004-11-18 22:58:26 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-18 22:58:26 -0800 |
| commit | f6acdfa8704fda5fbb6ed2f497c99e6e3502e244 (patch) | |
| tree | 9d845d6de2600efa61c9c9c5be90e8d19a95a5a0 | |
| parent | 1113eaad8c7d71e8552dc1d5d60c80ee58c2cfee (diff) | |
[PATCH] Sun-3: Fix link error
Sun-3: Fix link error (we forgot to update vmlinux-sun3.lds during last update
of vmlinux-std.lds)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | arch/m68k/kernel/vmlinux-sun3.lds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds index 7a18ed062191..cc37e8d3c1e2 100644 --- a/arch/m68k/kernel/vmlinux-sun3.lds +++ b/arch/m68k/kernel/vmlinux-sun3.lds @@ -16,7 +16,7 @@ SECTIONS SCHED_TEXT *(.fixup) *(.gnu.warning) - } = 0x4e75 + } :text = 0x4e75 RODATA _etext = .; /* End of text section */ @@ -28,7 +28,7 @@ SECTIONS __start___ex_table = .; *(__ex_table) __stop___ex_table = .; - } + } :data /* End of data goes *here* so that freeing init code works properly. */ _edata = .; |
