diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-25 13:38:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-25 13:38:58 +0000 |
commit | 816f76457cce2290440e41e43744cb473a6f93c2 (patch) | |
tree | 586a45393a2c048785e8bbb64e0f013718dfbb92 /toolchain/uClibc/patches-0.9.32/210-mips_fix_symbol_lookup.patch | |
parent | 5820306407040480272527ceba969ecbc14f35af (diff) | |
download | mtk-20170518-816f76457cce2290440e41e43744cb473a6f93c2.zip mtk-20170518-816f76457cce2290440e41e43744cb473a6f93c2.tar.gz mtk-20170518-816f76457cce2290440e41e43744cb473a6f93c2.tar.bz2 |
uClibc: update to latest 0.9.32.1 git
SVN-Revision: 27772
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32/210-mips_fix_symbol_lookup.patch')
-rw-r--r-- | toolchain/uClibc/patches-0.9.32/210-mips_fix_symbol_lookup.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/210-mips_fix_symbol_lookup.patch b/toolchain/uClibc/patches-0.9.32/210-mips_fix_symbol_lookup.patch deleted file mode 100644 index f97d3cb..0000000 --- a/toolchain/uClibc/patches-0.9.32/210-mips_fix_symbol_lookup.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/ldso/ldso/mips/elfinterp.c -+++ b/ldso/ldso/mips/elfinterp.c -@@ -378,8 +378,9 @@ void _dl_perform_mips_global_got_relocat - *got_entry += (unsigned long) tpnt->loadaddr; - } - else { -+ struct symbol_ref sym_ref = { sym, NULL }; - *got_entry = (unsigned long) _dl_find_hash(strtab + -- sym->st_name, tpnt->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, NULL); -+ sym->st_name, tpnt->symbol_scope, tpnt, ELF_RTYPE_CLASS_PLT, &sym_ref); - } - - got_entry++; |