All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vmlinux.lds.S
@ 2003-06-04  4:20 ilya
  2003-06-04  6:52 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 4+ messages in thread
From: ilya @ 2003-06-04  4:20 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

Without this generated image is weired, and cannot be loaded.

Index: arch/mips64/vmlinux.lds.S
===================================================================
RCS file: /home/cvs/linux/arch/mips64/vmlinux.lds.S,v
retrieving revision 1.11
diff -u -r1.11 vmlinux.lds.S
--- arch/mips64/vmlinux.lds.S   3 Jun 2003 17:04:11 -0000       1.11
+++ arch/mips64/vmlinux.lds.S   4 Jun 2003 04:18:05 -0000
@@ -46,6 +46,7 @@
   __kallsyms : { *(__kallsyms) }
   __stop___kallsyms = .;
 
+  RODATA
   . = ALIGN(64);
 
   /* writeable */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-06-04 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-04  4:20 [PATCH] vmlinux.lds.S ilya
2003-06-04  6:52 ` Jan-Benedict Glaw
2003-06-04 15:00   ` ilya
2003-06-04 20:33     ` Jan-Benedict Glaw

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.