diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-21 08:32:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-21 08:32:12 +0000 |
commit | 2957fc699207d8e855c7024f8f91c451cf018952 (patch) | |
tree | ce3a887e3f426a23735a211a5a6aa26415fe422e /modutils | |
parent | 6857e4e2f3ed59df9fe0d5ccbc518d126dd89dbc (diff) | |
download | busybox-w32-1_11_2.tar.gz busybox-w32-1_11_2.tar.bz2 busybox-w32-1_11_2.zip |
apply post-1.11.1 patches, bump version to 1.11.21_11_2
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/insmod.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 3fbb02b75..569adacca 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -840,7 +840,8 @@ arch_apply_relocation(struct obj_file *f, | |||
840 | ElfW(RelM) *rel, ElfW(Addr) v) | 840 | ElfW(RelM) *rel, ElfW(Addr) v) |
841 | { | 841 | { |
842 | #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \ | 842 | #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \ |
843 | || defined(__sh__) || defined(__s390__) || defined(__x86_64__) | 843 | || defined(__sh__) || defined(__s390__) || defined(__x86_64__) \ |
844 | || defined(__powerpc__) || defined(__mips__) | ||
844 | struct arch_file *ifile = (struct arch_file *) f; | 845 | struct arch_file *ifile = (struct arch_file *) f; |
845 | #endif | 846 | #endif |
846 | enum obj_reloc ret = obj_reloc_ok; | 847 | enum obj_reloc ret = obj_reloc_ok; |