search for: hjl

Displaying 20 results from an estimated 24 matches for "hjl".

Did you mean: hal
2015 Jan 22
2
[LLVMdev] FYI: IA-32 psABI draft version 0.1
On Thu, Jan 22, 2015 at 11:54 AM, Richard Smith <richard at metafoo.co.uk> wrote: > On Thu, Jan 22, 2015 at 4:35 AM, H.J. Lu <hjl.tools at gmail.com> wrote: >> Here is the link: >> >> https://groups.google.com/forum/#!topic/ia32-abi/nq6cvH_VVV4 > > The document contains this claim (as do many other psABI documents): > > "Bit-fields that are neither signed nor unsigned > always have non...
2018 Jun 05
2
lld mishandling R_X86_64_PC32 relocations
Hi, I've tracked down what I believe is a bug in lld's relocation processing for R_X86_64_PC32 REL relocations. I'm producing the object file in a slightly unusual way: I'm using objcopy on a relocatable i386 ELF object file to convert it to x86_64 which transforms a R_386_PC32 into a R_X86_64_PC32. Steps to reproduce: 1. Assemble the attached bug.asm using nasm and note the
2018 Mar 20
3
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
..._PROPERTY_STACK_SIZE​ + GNU_PROPERTY_NO_COPY_ON_PROTECTED 2) For start - error out on all other flags we do not explicitly support (like GNU_PROPERTY_X86_FEATURE_*, GNU_PROPERTY_X86_ISA_* and others on p86-p88 of [3]). 3) Deside if we want to support Intel CET. [1] - Linux GABI https://github.com/hjl-tools/linux-abi/wiki/linux-abi-draft.pdf [2] - "CONTROL-FLOW ENFORCEMENT TECHNOLOGY PREVIEW" (https://software.intel.com/sites/default/files/managed/4d/2a/control-flow-enforcement-technology-preview.pdf) [3] - "System V Application Binary Interface" ch.13 (https://github.com/h...
2016 Feb 12
2
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
On February 11, 2016 11:30:02 PM PST, poma <pomidorabelisima at gmail.com> wrote: >... >http://repo.or.cz/syslinux.git/commit/8750016 > >Booting from DVD/CD... > >ISOLINUX 6.04 ETCD >and then hangs > >ttyS0 debug shows single line: >_malloc(24, 0, 2) @ 0x00104bab = > > >$ ld --version >GNU ld version 2.26.20160125 >... >$ gcc --version >gcc
2002 Sep 26
3
RedHat kickstart with PXELINUX [A small change for pxelinux]
It looks like someone else also has the same problem: http://www.zytor.com/pipermail/syslinux/2002-September/000848.html I don't know much about Intel i386 asm. Otherwise, I will send a patch :-). H.J. ----- Forwarded message from "H. J. Lu" <hjl at lucon.org> ----- I am using pxelinux to do RedHat kickstart install. I ran into a problem. Both pxelinux and kickstart use filename "xxx" in /etc/dhcpd.conf for different purposes. Naturally, they won't work together. I was wondering if a small change to pxelinux could be ma...
2018 Mar 20
0
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
...GNU_PROPERTY_NO_COPY_ON_PROTECTED > 2) For start - error out on all other flags we do not explicitly support (like GNU_PROPERTY_X86_FEATURE_*, GNU_PROPERTY_X86_ISA_* and others > on p86-p88 of [3]). > 3) Deside if we want to support Intel CET. > > [1] - Linux GABI https://github.com/hjl-tools/linux-abi/wiki/linux-abi-draft.pdf > > [2] - "CONTROL-FLOW ENFORCEMENT TECHNOLOGY PREVIEW" (https://software.intel.com/sites/default/files/managed/4d/2a/control-flow-enforcement-technology-preview.pdf) > > [3] - "System V Application Binary Interface" ch.13 (ht...
2000 Sep 27
2
PATCH: OpenSSH RPM spec file problems
...scripts requirement (for the one in RH60) added. 2. If you're upgrading over SSH ltd's ssh-server, the server will be stopped and sshd removed from chkconfig --list. Obsoleletion doesn't seem to qualify as "clean" operation, so the %preun will be run regardless. H.J. Lu <hjl at valinux.com> supplied the patch. Tested. Similar issues (at least the second) surely apply for the SuSE SPEC file too. -- Pekka Savola "Tell me of difficulties surmounted, Pekka.Savola at netcore.fi not those you stumble over and fall" -------------- next p...
2015 Jan 22
4
[LLVMdev] FYI: IA-32 psABI draft version 0.1
Here is the link: https://groups.google.com/forum/#!topic/ia32-abi/nq6cvH_VVV4 -- H.J.
2016 Feb 13
2
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
> > Yes, it is a bug in ld. I have been working with H.J. and we have just tracked it down. > > > > > It seems that hjl helped, after all. > > Syslinux built, or better to write, linked with: > binutils 2.26.51.20160212 git 95c00d1 is salt-n-pepa. > > Both, ISOLINUX and EXTLINUX have passed the test on both, SeaBIOS and Bare-metal. > > Thanks hpa. > > This means that Fedora would ne...
2015 Jan 26
2
[LLVMdev] LLVM Weekly - #56, Jan 26th 2015
...or investing effort into porting LLDB to Windows and adding support for the MS debug format. The post also features a todo list indicating what's next for Windows support. A draft version 0.1 of the IA-32 psABI (processor specific application binary interface) is [available](https://github.com/hjl-tools/x86-psABI/tree/hjl/x86/master). This aims to supplement the existing System V ABI with conventions relevant to newer features such as SSE1-4 and AVX. Comments [are welcome](https://groups.google.com/forum/#!topic/ia32-abi/nq6cvH_VVV4). LLVM/Clang 3.6-rc1 is now [available](http://article.gma...
2016 Feb 12
0
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
...104bab = >> >> >> $ ld --version >> GNU ld version 2.26.20160125 >> ... >> $ gcc --version >> gcc (GCC) 6.0.0 20160205 ... >> ... > > Yes, it is a bug in ld. I have been working with H.J. and we have just tracked it down. > It seems that hjl helped, after all. Syslinux built, or better to write, linked with: binutils 2.26.51.20160212 git 95c00d1 is salt-n-pepa. Both, ISOLINUX and EXTLINUX have passed the test on both, SeaBIOS and Bare-metal. Thanks hpa.
2016 Feb 14
0
binutils (objcopy?) >= 2.26 breaks syslinux (bios) build
On 13.02.2016 10:01, Ady via Syslinux wrote: > >>> Yes, it is a bug in ld. I have been working with H.J. and we have just tracked it down. >>> >> >> >> It seems that hjl helped, after all. >> >> Syslinux built, or better to write, linked with: >> binutils 2.26.51.20160212 git 95c00d1 is salt-n-pepa. >> >> Both, ISOLINUX and EXTLINUX have passed the test on both, SeaBIOS and Bare-metal. >> >> Thanks hpa. >> >> &g...
2015 Aug 25
4
Compile for C6 / glibc
Am 25.08.2015 um 19:17 schrieb Nicolas Thierry-Mieg <Nicolas.Thierry-Mieg at imag.fr>: > > On 08/25/2015 07:11 PM, Leon Fauster wrote: >> >> The support of this vendor (2) is willing to provide >> such OS support for there products. >> >> The same was also offered by a different vendor (1), they just recompiled >> there software and gave us the
1998 Nov 24
1
Missing inet.h and netdb.h for SCO
I tried to compile Samba 2.0 beta with cc under SCO 3.2. I seem to be missing the inet.h and netdb.h include files. Does anyone know if they are publicly available? Steve Grose Sgrose@cmps.com Continental Managed Pharmacy Services - www.preferrx.com Voice - 216-459-2025 Ext. 208 Fax - 216-485-8615 Any opinions expressed are my own and not necessarily those of my employers.
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...d S. Miller" <davem@davemloft.net> "Eric W. Biederman" <ebiederm@xmission.com> "G.Shark Jeong" <gshark.jeong@gmail.com> "Guillermo A. Amaral B." <g@maral.me> "H. Peter Anvin" <hpa@zytor.com> "H.J. Lu" <hjl.tools@gmail.com> "Hans J. Koch" <hjk@hansjkoch.de> "Heasley, Seth" <seth.heasley@intel.com> "Huang, Adrian (ISS Linux TW)" <adrian.huang@hp.com> "John Greene" <jogreene@redhat.com> "Junchang(Jason) Wang" <junc...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...d S. Miller" <davem@davemloft.net> "Eric W. Biederman" <ebiederm@xmission.com> "G.Shark Jeong" <gshark.jeong@gmail.com> "Guillermo A. Amaral B." <g@maral.me> "H. Peter Anvin" <hpa@zytor.com> "H.J. Lu" <hjl.tools@gmail.com> "Hans J. Koch" <hjk@hansjkoch.de> "Heasley, Seth" <seth.heasley@intel.com> "Huang, Adrian (ISS Linux TW)" <adrian.huang@hp.com> "John Greene" <jogreene@redhat.com> "Junchang(Jason) Wang" <junc...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...d S. Miller" <davem@davemloft.net> "Eric W. Biederman" <ebiederm@xmission.com> "G.Shark Jeong" <gshark.jeong@gmail.com> "Guillermo A. Amaral B." <g@maral.me> "H. Peter Anvin" <hpa@zytor.com> "H.J. Lu" <hjl.tools@gmail.com> "Hans J. Koch" <hjk@hansjkoch.de> "Heasley, Seth" <seth.heasley@intel.com> "Huang, Adrian (ISS Linux TW)" <adrian.huang@hp.com> "John Greene" <jogreene@redhat.com> "Junchang(Jason) Wang" <junc...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...d S. Miller" <davem@davemloft.net> "Eric W. Biederman" <ebiederm@xmission.com> "G.Shark Jeong" <gshark.jeong@gmail.com> "Guillermo A. Amaral B." <g@maral.me> "H. Peter Anvin" <hpa@zytor.com> "H.J. Lu" <hjl.tools@gmail.com> "Hans J. Koch" <hjk@hansjkoch.de> "Heasley, Seth" <seth.heasley@intel.com> "Huang, Adrian (ISS Linux TW)" <adrian.huang@hp.com> "J. Bruce Fields" <bfields@fieldses.org> "John Greene" <jogreene...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...d S. Miller" <davem@davemloft.net> "Eric W. Biederman" <ebiederm@xmission.com> "G.Shark Jeong" <gshark.jeong@gmail.com> "Guillermo A. Amaral B." <g@maral.me> "H. Peter Anvin" <hpa@zytor.com> "H.J. Lu" <hjl.tools@gmail.com> "Hans J. Koch" <hjk@hansjkoch.de> "Heasley, Seth" <seth.heasley@intel.com> "Huang, Adrian (ISS Linux TW)" <adrian.huang@hp.com> "J. Bruce Fields" <bfields@fieldses.org> "John Greene" <jogreene...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...d S. Miller" <davem@davemloft.net> "Eric W. Biederman" <ebiederm@xmission.com> "G.Shark Jeong" <gshark.jeong@gmail.com> "Guillermo A. Amaral B." <g@maral.me> "H. Peter Anvin" <hpa@zytor.com> "H.J. Lu" <hjl.tools@gmail.com> "Hans J. Koch" <hjk@hansjkoch.de> "Heasley, Seth" <seth.heasley@intel.com> "Huang, Adrian (ISS Linux TW)" <adrian.huang@hp.com> "J. Bruce Fields" <bfields@fieldses.org> "John Greene" <jogreene...