From 2957fc699207d8e855c7024f8f91c451cf018952 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 21 Aug 2008 08:32:12 +0000 Subject: apply post-1.11.1 patches, bump version to 1.11.2 --- modutils/insmod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modutils') diff --git a/modutils/insmod.c b/modutils/insmod.c index 3fbb02b..569adac 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -840,7 +840,8 @@ arch_apply_relocation(struct obj_file *f, ElfW(RelM) *rel, ElfW(Addr) v) { #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \ - || defined(__sh__) || defined(__s390__) || defined(__x86_64__) + || defined(__sh__) || defined(__s390__) || defined(__x86_64__) \ + || defined(__powerpc__) || defined(__mips__) struct arch_file *ifile = (struct arch_file *) f; #endif enum obj_reloc ret = obj_reloc_ok; -- cgit v1.1