* [PATCH 3/5] sparc: Fix .size directive for do_int_load
@ 2011-03-09 0:31 Ben Hutchings
2011-03-09 20:54 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2011-03-09 0:31 UTC (permalink / raw)
To: sparclinux
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>
---
arch/sparc/kernel/una_asm_64.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sparc/kernel/una_asm_64.S b/arch/sparc/kernel/una_asm_64.S
index be183fe..1c8d332 100644
--- a/arch/sparc/kernel/una_asm_64.S
+++ b/arch/sparc/kernel/una_asm_64.S
@@ -127,7 +127,7 @@ do_int_load:
wr %o5, 0x0, %asi
retl
mov 0, %o0
- .size __do_int_load, .-__do_int_load
+ .size do_int_load, .-do_int_load
.section __ex_table,"a"
.word 4b, __retl_efault
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 3/5] sparc: Fix .size directive for do_int_load
2011-03-09 0:31 [PATCH 3/5] sparc: Fix .size directive for do_int_load Ben Hutchings
@ 2011-03-09 20:54 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-03-09 20:54 UTC (permalink / raw)
To: sparclinux
From: Ben Hutchings <ben@decadent.org.uk>
Date: Wed, 09 Mar 2011 00:31:59 +0000
> 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>
Applied, thanks Ben.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-09 20:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 0:31 [PATCH 3/5] sparc: Fix .size directive for do_int_load Ben Hutchings
2011-03-09 20:54 ` David Miller
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.