search for: word64

Displaying 6 results from an estimated 6 matches for "word64".

2019 Jan 28
4
lld write wrong symbol value in .data section if enable -pie
...t symbol references are never resolved at runtime. My problem is I found after the lld linking with -pie enabled, the symbol values in .data section, which have the R_X86_64_64 relocation entries, are all 0. In other word, I found the S in below R_X86_64_64 calculation is 0. Name: R_X86_64_64 1 word64 S + A Below is an example to compare the lld and ld, sorry about the verbose. 1. Firstly, I use lld to link a HelloWorld module with -pie enabled: "/home/jshi19/llvm/releaseinstall/bin/ld.lld" -pie -z relro --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-...
2015 May 01
0
[ANNOUNCE] kbproto 1.0.7
...ders & documentation for the XKB protocol extension. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (4): Tell clang not to report -Wpadded warnings on public headers we can't fix Add comments about sizes of dynamically allocated arrays Drop WORD64 (Cray) support kbproto 1.0.7 Colin Walters (1): autogen.sh: Implement GNOME Build API Daniel Martin (1): specs: Change XkbSA_DfltBtnAbsolute to 4 Gaetan Nadon (1): config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES wettstae at gmail.com (1): kbproto:...
2018 Mar 10
0
[ANNOUNCE] xfontsel 1.0.6
Alan Coopersmith (7): Drop CRAY/WORD64 support (unifdef -UCRAY -UWORD64) Replace TXT16 with XChar2b inline config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Get rid of some extraneous ; at the end of C source lines xfontsel 1.0.6 Emil Velikov (1):...
2018 Jun 19
0
[ANNOUNCE] libXaw3d 1.6.3
Alan Coopersmith (9): Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64) Replace TXT16 with XChar2b inline Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV) configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Just use C89 size_t instead of rolling our own Size_t & Off_t...
2019 Jan 29
3
lld write wrong symbol value in .data section if enable -pie
...t symbol references are never resolved at runtime. My problem is I found after the lld linking with –pie enabled, the symbol values in .data section, which have the R_X86_64_64 relocation entries, are all 0. In other word, I found the S in below R_X86_64_64 calculation is 0. Name: R_X86_64_64 1 word64 S + A Below is an example to compare the lld and ld, sorry about the verbose. 1. Firstly, I use lld to link a HelloWorld module with -pie enabled: "/home/jshi19/llvm/releaseinstall/bin/ld.lld" -pie -z relro --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-...
2019 Jan 29
2
lld write wrong symbol value in .data section if enable -pie
...t symbol references are never resolved at runtime. My problem is I found after the lld linking with –pie enabled, the symbol values in .data section, which have the R_X86_64_64 relocation entries, are all 0. In other word, I found the S in below R_X86_64_64 calculation is 0. Name: R_X86_64_64 1 word64 S + A Below is an example to compare the lld and ld, sorry about the verbose. 1. Firstly, I use lld to link a HelloWorld module with -pie enabled: "/home/jshi19/llvm/releaseinstall/bin/ld.lld" -pie -z relro --hash-style=gnu --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-...