mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] s390: fix klibc build
@ 2006-06-23 13:30 Heiko Carstens
  0 siblings, 0 replies; only message in thread
From: Heiko Carstens @ 2006-06-23 13:30 UTC (permalink / raw)
  To: Andrew Morton, H. Peter Anvin; +Cc: Martin Schwidefsky, klibc, linux-kernel

From: Heiko Carstens <heiko.carstens@de.ibm.com>

Fix s390 31 bit klibc build.

Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---

Patch is against 2.6.17-mm1.

 include/linux/kallsyms.h |   14 ++++++++++++++
 kernel/lockdep.c         |   38 ++++++++++++++------------------------
 kernel/stacktrace.c      |    4 +---
 3 files changed, 29 insertions(+), 27 deletions(-)

Index: linux-2.6.17-mm1/usr/klibc/arch/s390/Makefile.inc
===================================================================
--- linux-2.6.17-mm1.orig/usr/klibc/arch/s390/Makefile.inc
+++ linux-2.6.17-mm1/usr/klibc/arch/s390/Makefile.inc
@@ -13,6 +13,11 @@ KLIBCARCHOBJS = \
 	arch/$(KLIBCARCHDIR)/setjmp.o \
 	arch/$(KLIBCARCHDIR)/mmap.o \
 	arch/$(KLIBCARCHDIR)/syscall.o \
+	libgcc/__clzsi2.o \
+	libgcc/__clzdi2.o \
+	libgcc/__ashldi3.o \
+	libgcc/__ashrdi3.o \
+	libgcc/__lshrdi3.o \
 	libgcc/__divdi3.o \
 	libgcc/__moddi3.o \
 	libgcc/__udivdi3.o \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-23 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-23 13:30 [patch] s390: fix klibc build Heiko Carstens

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

all inboxes | Powered by JetHome®