search for: msg00160

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

Did you mean: msg00163
2017 Oct 02
1
Should we switch to --hash-style=both by default in LLD ?
...gt; > Best regards, > George | Developer | Access Softek, Inc Hi, I initially wanted to switch the default to "gnu" as well in GNU linkers. However it was argued that this would generate ELF fiels that do not follow the ELF ABI. See here https://sourceware.org/ml/binutils/2017-07/msg00160.html Thus it has been chosen to use "both" rather than "gnu". Cheers, Romain
2012 Dec 13
3
Code for precopy algorithm
Hello all, I want to optimize the pre copy algorithm.So in which file can I find the implementation of algorithm.And how to understand the working of code? Which part causes the live migration in code? regards, DigvijaySingh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
2017 Oct 02
2
Should we switch to --hash-style=both by default in LLD ?
...Softek, Inc > > > >Hi, > > > >I initially wanted to switch the default to "gnu" as well in GNU linkers. > However it was argued that this would generate ELF fiels that do not follow > the ELF ABI. See here >https://sourceware.org/ml/ > binutils/2017-07/msg00160.html Thus it has been chosen to use "both" > rather than "gnu". > > > >Cheers, > >Romain > > Fair enough, argument that we should not emit ELF files that aren't ABI > compliant by default looks reasonable. > Use of "both" looks idea...
2017 Oct 02
4
Should we switch to --hash-style=both by default in LLD ?
Hi ! During linking LLD and other linkers builds a static hash table for dynamic symbols, so that in runtime dynamic linker can use this table and find symbols faster. --hash-style=style linker option is used to select the hash type: "Set the type of linker's hash table(s). style can be either "sysv" for classic ELF ".hash" section, "gnu" for new style GNU
2013 Jan 08
1
sftp "cd" command to drive letter under cygwin
...l cd (lcd) works fine. "lcd d:" works, and then lpwd prints a cygdrive path (which is fine). sftp> lcd d:/ sftp> lpwd Local working directory: /cygdrive/d I submitted this problem to the cygwin forum, but perhaps that was not the correct place: http://cygwin.com/ml/cygwin/2012-12/msg00160.html Since cygwin is supposed to support DOS paths as well as UNIX paths, and the lcd is working, I thought I'd take a look at it. I found the make_absolute function in sftp.c was assuming an absolute path starts with '/', but this is not true on Windows. I think the attached sftp.c...
2014 Oct 23
17
[PATCH 00/16] Small bits of non-Linux porting
...ad_fd, tar_in_fd, and tar_out_fd c) program_invocation_short_name is specific to GNU libc d) iconv outside of GNU libc, in an own libintl e) different cli tools, and different output for them Also, as mentioned in the mingw porting patch, https://www.redhat.com/archives/libguestfs/2014-February/msg00160.html a way to disable entirely the usage of supermin (thus leaving only the fixed appliance as appliance style) is needed too. Thanks, -- Pino Pino Toscano (16): build: use the ptsname_r gnulib module Include string.h where needed Include sys/wait.h where needed build: look for and use...