📄 glibc-2.3.2-allow-gcc-3.5-dl-machine.patch
字号:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/i386/dl-machine.h.diff?r1=1.126&r2=1.127&cvsroot=glibcMight fix a few ofdo-rel.h: In function `_dl_relocate_object':../sysdeps/i386/dl-machine.h:630: sorry, unimplemented: inlining failed in call to 'elf_machine_lazy_rel': function not considered for inliningdo-rel.h:69: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:613: sorry, unimplemented: inlining failed in call to 'elf_machine_rel_relative': function not considered for inliningdo-rel.h:105: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:370: sorry, unimplemented: inlining failed in call to 'elf_machine_rel': function not considered for inliningdo-rel.h:120: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:370: sorry, unimplemented: inlining failed in call to 'elf_machine_rel': function not considered for inliningdo-rel.h:128: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:630: sorry, unimplemented: inlining failed in call to 'elf_machine_lazy_rel': function not considered for inliningdo-rel.h:69: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:613: sorry, unimplemented: inlining failed in call to 'elf_machine_rel_relative': function not considered for inliningdo-rel.h:105: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:370: sorry, unimplemented: inlining failed in call to 'elf_machine_rel': function not considered for inliningdo-rel.h:120: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:370: sorry, unimplemented: inlining failed in call to 'elf_machine_rel': function not considered for inliningdo-rel.h:128: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:622: sorry, unimplemented: inlining failed in call to 'elf_machine_rela_relative': function not considered for inliningdo-rel.h:105: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:513: sorry, unimplemented: inlining failed in call to 'elf_machine_rela': function not considered for inliningdo-rel.h:120: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:513: sorry, unimplemented: inlining failed in call to 'elf_machine_rela': function not considered for inliningdo-rel.h:128: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:622: sorry, unimplemented: inlining failed in call to 'elf_machine_rela_relative': function not considered for inliningdo-rel.h:105: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:513: sorry, unimplemented: inlining failed in call to 'elf_machine_rela': function not considered for inliningdo-rel.h:120: sorry, unimplemented: called from here../sysdeps/i386/dl-machine.h:513: sorry, unimplemented: inlining failed in call to 'elf_machine_rela': function not considered for inliningdo-rel.h:128: sorry, unimplemented: called from heremake[2]: *** [/home/dank/wk/crosstool-0.28-rc29/build/i686-unknown-linux-gnu/gcc-3.5-20040718-glibc-2.3.2/build-glibc/elf/dl-reloc.o] Error 1make[2]: Leaving directory `/home/dank/wk/crosstool-0.28-rc29/build/i686-unknown-linux-gnu/gcc-3.5-20040718-glibc-2.3.2/glibc-2.3.2/elf'make[1]: *** [elf/subdir_lib] Error 2make[1]: Leaving directory `/home/dank/wk/crosstool-0.28-rc29/build/i686-unknown-linux-gnu/gcc-3.5-20040718-glibc-2.3.2/glibc-2.3.2'make: *** [all] Error 2===================================================================RCS file: /cvs/glibc/libc/sysdeps/i386/dl-machine.h,vretrieving revision 1.126retrieving revision 1.127diff -u -r1.126 -r1.127--- libc/sysdeps/i386/dl-machine.h 2004/05/17 18:20:30 1.126+++ libc/sysdeps/i386/dl-machine.h 2004/07/10 20:00:06 1.127@@ -389,6 +389,7 @@ MAP is the object containing the reloc. */ static inline void+__attribute ((always_inline)) elf_machine_rel (struct link_map *map, const Elf32_Rel *reloc, const Elf32_Sym *sym, const struct r_found_version *version, void *const reloc_addr_arg)@@ -639,6 +640,7 @@ #endif /* !RTLD_BOOTSTRAP */ static inline void+__attribute ((always_inline)) elf_machine_rel_relative (Elf32_Addr l_addr, const Elf32_Rel *reloc, void *const reloc_addr_arg) {
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -