[PATCH 525] Sun-3: Fix link error

From: Geert Uytterhoeven
Date: Thu Nov 18 2004 - 18:33:47 EST


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@xxxxxxxxxxxxxx>

--- linux-2.6.10-rc1/arch/m68k/kernel/vmlinux-sun3.lds 2004-05-24 11:13:22.000000000 +0200
+++ linux-m68k-2.6.10-rc1/arch/m68k/kernel/vmlinux-sun3.lds 2004-11-10 21:10:31.000000000 +0100
@@ -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 = .;


Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/