public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] patch for vmlinux.lds.S
@ 2002-01-24  2:23 Bill Nottingham
  2002-01-24  2:33 ` Keith Owens
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Bill Nottingham @ 2002-01-24  2:23 UTC (permalink / raw)
  To: linux-ia64

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

This fixes building the kernel for me; possibly a recent binutils
thing? (Otherwise, I'm getting dangling references to the
text.exit code in .IA_64.unwind.text.exit sections.)

Bill

[-- Attachment #2: linux-ia64.patch --]
[-- Type: text/plain, Size: 249 bytes --]

--- linux/arch/ia64/vmlinux.lds.S.foo	Wed Jan 23 17:40:23 2002
+++ linux/arch/ia64/vmlinux.lds.S	Wed Jan 23 17:39:26 2002
@@ -12,6 +12,8 @@
   /DISCARD/ : {
 	*(.text.exit)
 	*(.data.exit)
+	*(*.text.exit)
+	*(*.data.exit)
 	*(.exitcall.exit)
 	}
 

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

end of thread, other threads:[~2002-01-25  6:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-24  2:23 [Linux-ia64] patch for vmlinux.lds.S Bill Nottingham
2002-01-24  2:33 ` Keith Owens
2002-01-24  2:40 ` Bill Nottingham
2002-01-24  5:23 ` Keith Owens
2002-01-24  5:31 ` Keith Owens
2002-01-24  5:41 ` Bill Nottingham
2002-01-25  6:38 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox