From: Bill Nottingham <notting@redhat.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] patch for vmlinux.lds.S
Date: Thu, 24 Jan 2002 02:23:32 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590698805920@msgid-missing> (raw)
[-- 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)
}
next reply other threads:[~2002-01-24 2:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-24 2:23 Bill Nottingham [this message]
2002-01-24 2:33 ` [Linux-ia64] patch for vmlinux.lds.S 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590698805920@msgid-missing \
--to=notting@redhat.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox