Mail Archives: djgpp/2008/03/28/18:00:07
Hi,
On Mar 28, 5:19 pm, Robert Riebisch <Robert DOT Riebi DOT DOT DOT AT arcor DOT de> wrote:
> Rugxulo wrote:
> > > That's why I have a multi-version GCC on Windows 2000. ;-) Yes, I killed
> > > Ubuntu.
>
> > What for? I thought you liked it, and it worked well? What went wrong?
>
> It hung after resume. Yes, it worked well, but Windows 2000 works better
> (for me).
Resume from hibernation or sleep? Yes, I think that's a known issue,
limited (or flaky) ACPI support in Linux (or at least Ubuntu). Gotta
love all these newer hardware standards that nobody supports. And
after we finally got up-to-date on all the old stuff. :-( I
still say you should consider playing with PC BSD (or a liveCD variant
or whatever), but that's coming from a *nix-phobe who's never tried
it. ;-)
> > > Does UPX use SSE? *g*http://www.delorie.com/djgpp/bugs/show.cgi?000372
>
> > I don't think so, but that would explain why it works in QEMU/Win32
> > (which supports SSE) and not DOSBox (486DX only). AFAICT, the only way
> > for GCC to use SSE is either through -msse, -mfpmath=sse, or maybe?
>
> No idea.
Actually, it looks like it's an offending "CMOV" instruction instead.
> > with -march=native. I can't test right now, but HDPMI32 automatically
> > turns on SSE support if available, so you could try running that first
> > then "as.exe --version" on your Pentium M, and see what happens. ;-)
>
> I don't have a working real DOS here currently.
Try a liveCD of FreeDOS. :-) (BTW, you don't need to test now
anyways.)
> > LZMA has been supported in UPX since 2.90 (according to their NEWS
> > file). And yet /current/ was packed with 2.93 "unstable" and works
> > yet /beta/ with 3.01 "stable" doesn't. Odd. I have no idea.
>
> Just verified: Both files show method 14 ("LZMA") in their UPX header.
You know UPX is compiled with NRV, right? So, unless there's some
weird bug in that (since all we have is the FOSS replacement UCL),
it's probably just a mistake when ported to DJGPP (e.g. using "-
march=pentium2").
- Raw text -