search for: aout

Displaying 20 results from an estimated 47 matches for "aout".

Did you mean: about
2009 Nov 20
2
[LLVMdev] llc barfing
I was playing with optimization switches to llc to see how fast I could get it to compile but it keeps barfing. Tinkering indicates that llc barfs particularly when -tailcallopt is given in combination with other flags. For example, without -tailcallopt works in a couple of ways: $ llc -O0 -f aout.bc -o aout.s $ llc -O0 --regalloc=local -f aout.bc -o aout.s But fails with -tailcallopt with different error messages in each case: $ llc -O0 -tailcallopt -f aout.bc -o aout.s llc: LiveVariables.cpp:125: void llvm::LiveVariables::HandleVirtRegUse(unsigned int, llvm::MachineBasicBlock*, llvm::...
2012 Feb 05
2
[PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
Dave Yeo wrote: > --- > configure.ac | 1 + Both applied (first with a minor tweak). Thanks. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2012 Feb 05
1
[PATCH 2/2] OS/2 EMX natively uses AOUT so pass -f aout to NASM
JonY wrote: > On 2/5/2012 13:30, Erik de Castro Lopo wrote: > > Dave Yeo wrote: > > > >> --- > >> configure.ac | 1 + > > > > Both applied (first with a minor tweak). Thanks. > > > > Erik > > Unfortunately, this steps on my patch. Updated patch attached. Cygwin > really shouldn't be calling win32 API. > > On the
2009 Dec 02
1
[LLVMdev] LLVM 2.6 -> SVN breaks this
The LLVM 2.6-compatible IR below is derived from the HLVM test suite and is one of the things I've noticed going wrong. However, I just discovered that it works with LLVM 2.6 and with LLVM SVN when run through lli or llc without -tailcallopt but when I use: $ llvm-as -f aout.ll $ llc -tailcallopt -f aout.bc -o aout.s $ gcc -lm aout.s -o aout and the latest LLVM SVN it starts to print incorrect output (it is supposed to print the Mandelbrot set in ASCII). Perhaps this is a repro for the new TCO-related bug? ; ModuleID = 'aout.bc' %0 = type { i32, %1 }...
2009 Nov 20
1
[LLVMdev] llc barfing
...or is this parts of LLVM > > not honoring tail calls? > > It was a bug in LLVM, with emitting tail calls at -O0. It's now > fixed, as of r89444. Awesome, thanks. What about this one where the simple register allocator seems to have an internal error: $ llc --regalloc=simple -f aout.bc -o aout.s llc: X86FloatingPoint.cpp:963: void<unnamed>::FPS::handleSpecialFP(llvm::ilist_iterator<llvm::MachineInstr>&): Assertion `StackTop == 0 && "Stack should be empty after a call!"' failed. 0 llc 0x08b8efe8 Stack dump: 0. Program arguments: ll...
2011 Dec 05
1
Problem in while loop
Hi all, I have the following code, When I run the code, it never terminate this is because of the while loop i am using. In general, if you need a loop for which you don't know in advance how many iterations there will be, you can use the `while' statement so here too i don't know the number how many iterations are there. So Can some one suggest me whats going on? I am using the
2009 Nov 20
0
[LLVMdev] llc barfing
On Nov 19, 2009, at 5:28 PM, Jon Harrop wrote: > > Are these barfs due to bugs in my generated code or is this parts of LLVM not > honoring tail calls? It was a bug in LLVM, with emitting tail calls at -O0. It's now fixed, as of r89444. Dan
2020 Mar 12
0
[PATCH libnbd 3/3] build: Test new pkgconf file.
...Fifth Floor, Boston, MA 02110-1301 USA + +# This is unfortunately only testing the local .pc file (in lib/local) +# used by the ./run script, rather than the real .pc file (in lib). +# It's hard to test the latter. XXX + +source ./functions.sh + +set -x +set -e + +requires pkgconf --version + +aout=compile-pkgconf +cleanup_fn rm -f $aout + +@CC@ @CFLAGS@ $(pkgconf libnbd --cflags) \ + @srcdir@/compile.c \ + -o $aout $(pkgconf libnbd --libs) + +./$aout -- 2.25.0
2020 Mar 12
5
[PATCH libnbd 1/3] tests: Don't use <config.h> in simple compile tests.
For these simple compile tests where we want to ensure that a basic external program could be compiled using libnbd, we shouldn't include <config.h>. This is because we want to test here that <libnbd.h> can stand alone, without needing anything defined by the GNU autotools infrastructure. Of course we can use <config.h> in other test programs where we aren't evaluating
2006 Apr 19
0
AHC Panic
...ting ypxfrd. Starting ypserv. Starting ypbind. NFS access cache time=0 Starting amd. Clearing /tmp. ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/krb5/lib /usr/local/libdata/ldconfig/graphviz /usr/local/libdata/ldconfig/mysql a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout /usr/local/krb5/lib/aout ldconfig: /usr/lib/aout: No such file or directory Starting mountd. Apr 18 18:50:23 cwtest mountd[422]: bad exports list line /dsk02 Starting nfsd. Starting timed. Starting local daemons:removing old files: /var/p...
2012 Feb 26
0
Testing needed
...lose to the first FLAC release in over 4 > years. > > I have tested whats currently in Git on x86, x86_64 and PowerPC > Linux and would appreciate reports of successful compiles (and even > more importantly any failures) on OSX, Windows and elsewhere. Hi, build dies here on OS/2 as aout is a very simple object format and doesn't support most types of .section. ... sh ../../../strip_non_asm_libtool_args.sh nasm -f aout -d OBJ_FORMAT_aout -i./ bitreader_asm.nasm -DDLL_EXPORT -DPIC -o .libs/bitreader_asm.o nasm -f aout -d OBJ_FORMAT_aout -i./ bitreader_asm.nasm -DDLL_EXPORT -o...
2020 Mar 13
2
Re: [PATCH libnbd 3/3] build: Test new pkgconf file.
...y the ./run script, rather than the real .pc file (in lib). > +# It's hard to test the latter. XXX > + > +source ./functions.sh > + > +set -x > +set -e > + > +requires pkgconf --version Better use pkg-config, so it works with both pkg-config & pkgconf. > + > +aout=compile-pkgconf > +cleanup_fn rm -f $aout > + > +@CC@ @CFLAGS@ $(pkgconf libnbd --cflags) \ @CFLAGS@ are the ones you use to build libnbd with, not the ones applications using libnbd need to use (otherwise they would be in Cflags & Libs in the pkg-config file). > + @srcdir@/com...
1997 Jun 25
3
R-alpha: lbeta, ctrl-C and crashes
...nd beta gives the lbeta result. In names.c lines 245-6, the codes for these should be 2 and 3 instead of 1 and 2 2. crtl-C does not work (except the first time) on Red Hat elf Linux (which has many many other problems as well) nor on the previous version of Linux for Amiga. It worked on Slackware aout Linux and now works on the most recent version of Linux for the Amiga. It also works correctly on a Sun. 3. I suspect that my core dump problem may arise from repeated calls to complex R functions with big data vectors from C code as occurs with nlm interating to find the MLE. Doing a gc() betwee...
1997 Jun 25
3
R-alpha: lbeta, ctrl-C and crashes
...nd beta gives the lbeta result. In names.c lines 245-6, the codes for these should be 2 and 3 instead of 1 and 2 2. crtl-C does not work (except the first time) on Red Hat elf Linux (which has many many other problems as well) nor on the previous version of Linux for Amiga. It worked on Slackware aout Linux and now works on the most recent version of Linux for the Amiga. It also works correctly on a Sun. 3. I suspect that my core dump problem may arise from repeated calls to complex R functions with big data vectors from C code as occurs with nlm interating to find the MLE. Doing a gc() betwee...
2018 May 31
0
Help in dynamic simulation using deSolve
...e output library(deSolve) # Define time sequence from 0 to 12 by 1 time <- seq(0,12, by=1) # Define the function? Mod <- function (t, parms){? derivs <- function(t, state, parms){? ? with(as.list (c(state, parms)), {? ? ??? ? ? #Fluxes? ? ??? ? ? inA <- kinA? ? ? AtoB <- kAtoB*A? ? ? Aout <- kAout*A? ? ? inB <- kinB? ? ? BtoA <- kBtoA*B? ? ? Bout <- kBout*B? ? ??? ? ? # Rate of change? ? ? dA <- inA+BtoA-AtoB-Aout? ? ? dB <- inB+AtoB-BtoA-Bout? ? ??? ? ??? ? ? return (list (c(dA, dB)))? ? })? }??? #Step 4: Define some starting values for the pools??? state <- c(...
2015 Oct 10
2
[PATCH 2/2] com32/mboot/map.c: removed trailing spaces
..., 2 deletions(-) diff --git a/com32/mboot/map.c b/com32/mboot/map.c index 2e8641f..1992f14 100644 --- a/com32/mboot/map.c +++ b/com32/mboot/map.c @@ -281,7 +281,7 @@ struct multiboot_header *map_image(void *ptr, size_t len) sh[i].sh_addr = addr; } } - } else if (eh64 && !(opt.aout && mbh_len && + } else if (eh64 && !(opt.aout && mbh_len && (mbh->flags & MULTIBOOT_AOUT_KLUDGE))) { /* Load 64-bit ELF */ regs.eip = eh64->e_entry; /* Can be overridden further down... */ @@ -378,7 +378,7 @@ struct multiboot_head...
2012 Feb 26
5
Testing needed
Hi all, I think we're getting close to the first FLAC release in over 4 years. I have tested whats currently in Git on x86, x86_64 and PowerPC Linux and would appreciate reports of successful compiles (and even more importantly any failures) on OSX, Windows and elsewhere. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo
2015 Oct 10
3
[PATCH] Extend Multiboot1 with support for ELF64 file format
...h64 = NULL; /* No valid ELF64 header found */ + /* Is this a Solaris kernel? */ if (!set.solaris && eh && kernel_is_solaris(eh)) opt.solaris = true; @@ -263,6 +279,112 @@ return NULL; } sh[i].sh_addr = addr; + } + } + } else if (eh64 && !(opt.aout && mbh_len && + (mbh->flags & MULTIBOOT_AOUT_KLUDGE))) { + /* Load 64-bit ELF */ + regs.eip = eh64->e_entry; /* Can be overridden further down... */ + + ph64 = (Elf64_Phdr *) (cptr + eh64->e_phoff); + + for (i = 0; i < eh64->e_phnum; i++) { + if (ph6...
2008 Jul 11
2
Horribly Nube ?
...While I am at it I might ask where might I look to find advice about settings for wine? I assumed there would e hackers all over the wolrd who work and post settings that help with particular programs--I know the maintainers do some of this of course. And finally, I would appreciatre any guesses aout what dll's or other tricks might help with browsers, K-Meleon specifically--it is such a linux program to begin with ;-) thank you.]
2002 Dec 08
3
deleting files problem
...them, it deletes about 100 of them or so, but while this is going on, it says: N:\virtuals\SAMARCAN\asterion_caen\hd4008\tiffout\hd40006530.TIFF the system cannot find the file specified and doesn't delete the rest.. if I do it again, it deletes more file, but messages still appear, doing it aout 5 or 6 times and all files are deleted. I upped log level to 5 in samba and it mentions mangling file names but couldn't really see any answser there... Has anyone else seen this behaviour or know what is causing it? Thanks Bill