All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [klibc] ppc64: Fix build failure with stricter as
@ 2011-05-18 13:41 maximilian attems
  2011-05-19 11:20 ` maximilian attems
  0 siblings, 1 reply; 2+ messages in thread
From: maximilian attems @ 2011-05-18 13:41 UTC (permalink / raw)
  To: klibc; +Cc: Matthias Klose, linuxppc-dev, maximilian attems, Paul Mackerras

From: Matthias Klose <doko@ubuntu.com>

Landed in Ubuntu klibc version 1.5.20-1ubuntu3.


Signed-off-by: maximilian attems <max@stro.at>
---
 usr/klibc/arch/ppc64/crt0.S |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/usr/klibc/arch/ppc64/crt0.S b/usr/klibc/arch/ppc64/crt0.S
index a7776a1..c976d5c 100644
--- a/usr/klibc/arch/ppc64/crt0.S
+++ b/usr/klibc/arch/ppc64/crt0.S
@@ -12,16 +12,17 @@
 	.section ".toc","aw"
 .LC0:	.tc	environ[TC],environ
 
+	.text
+	.align 4
+
 	.section ".opd","aw"
-	.align 3
-	.globl _start
 _start:
-	.quad	._start
-	.quad	.TOC.@tocbase, 0
-
-	.text
-	.globl	._start
+	.quad	._start, .TOC.@tocbase, 0
+	.previous
+	.size	_start, 24
 	.type	._start,@function
+	.globl	_start
+	.globl	._start
 ._start:
 	stdu    %r1,-32(%r1)
 	addi    %r3,%r1,32
@@ -29,4 +30,4 @@ _start:
 	b 	.__libc_init
 	nop
 
-	.size _start,.-_start
+	.size ._start,.-._start
-- 
1.7.4.4

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

* Re: [PATCH] [klibc] ppc64: Fix build failure with stricter as
  2011-05-18 13:41 [PATCH] [klibc] ppc64: Fix build failure with stricter as maximilian attems
@ 2011-05-19 11:20 ` maximilian attems
  0 siblings, 0 replies; 2+ messages in thread
From: maximilian attems @ 2011-05-19 11:20 UTC (permalink / raw)
  To: Matthias Klose; +Cc: klibc, linuxppc-dev, Paul Mackerras

On Wed, 18 May 2011, maximilian attems wrote:

> From: Matthias Klose <doko@ubuntu.com>
> 
> Landed in Ubuntu klibc version 1.5.20-1ubuntu3.
> 
> 
> Signed-off-by: maximilian attems <max@stro.at>
> ---
>  usr/klibc/arch/ppc64/crt0.S |   17 +++++++++--------
>  1 files changed, 9 insertions(+), 8 deletions(-)
> 

thank you, merged in klibc git, will be in next 1.5.23.

-- 
maks

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

end of thread, other threads:[~2011-05-19 11:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-18 13:41 [PATCH] [klibc] ppc64: Fix build failure with stricter as maximilian attems
2011-05-19 11:20 ` maximilian attems

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.