From: Ben Hutchings <ben@decadent.org.uk>
To: Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>
Cc: Alan Modra <amodra@gmail.com>,
x86@kernel.org, LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 2/5] x86: Fix .size directive for async_page_fault
Date: Wed, 09 Mar 2011 00:31:16 +0000 [thread overview]
Message-ID: <1299630676.4146.23.camel@localhost> (raw)
In-Reply-To: <1299630111.4146.15.camel@localhost>
From: Alan Modra <amodra@gmail.com>
[bwh: This is my summary.]
gas used to accept (and ignore?) .size directives which referred to
undefined symbols, as this does. In binutils 2.21 these are treated
as errors.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
If this is already headed to Linus by some other route, sorry for the
dupe.
Alan: Care to add your S-o-b? (I can't believe this is even subject to
copyright, so I'm signing it off myself anyway.)
Ben.
arch/x86/kernel/entry_32.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S
index c8b4efa..9ca3b0e 100644
--- a/arch/x86/kernel/entry_32.S
+++ b/arch/x86/kernel/entry_32.S
@@ -1413,7 +1413,7 @@ ENTRY(async_page_fault)
CFI_ADJUST_CFA_OFFSET 4
jmp error_code
CFI_ENDPROC
-END(apf_page_fault)
+END(async_page_fault)
#endif
/*
--
1.7.4.1
next prev parent reply other threads:[~2011-03-09 0:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-09 0:21 [PATCH 0/5] Fix build failures with binutils 2.21 Ben Hutchings
2011-03-09 0:21 ` Ben Hutchings
2011-03-09 0:21 ` Ben Hutchings
2011-03-09 0:29 ` [PATCH 1/5] x86: Fix .size directive for xen_do_hypervisor_callback Ben Hutchings
2011-03-09 0:31 ` Ben Hutchings [this message]
2011-03-09 0:32 ` [PATCH 4/5] avr32: Fix .size directive for cpu_enter_idle Ben Hutchings
2011-03-09 4:28 ` Hans-Christian Egtvedt
2011-04-07 23:48 ` Ben Hutchings
2011-03-09 0:33 ` [PATCH 5/5] arm: Fix .size directives for __arm{7,9}tdmi_proc_info Ben Hutchings
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=1299630676.4146.23.camel@localhost \
--to=ben@decadent.org.uk \
--cc=amodra@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@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 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.