On 02/15/2018 09:59 PM, Jean-Michel Vourgère wrote: > On Thursday, 15 February 2018 20:16:08 CET Thorsten Glaser wrote: >> Perhaps you can compile a simple stand-alone test program, which >> we can then test on all available emulators (I still have ARAnyM >> handy) and bare metal? > > Attached is the .c test. Sorry I don't have an emulator at the moment and > there is no porter box. > > The program should print nothing and return 0. It used to.
Pretty sure it's a qemu-m68k issue, CC'ing Laurent Vivier. On my Amiga 4000, I get: root@elgar:~> gcc -o rrdtool-test rrdtool-test.c root@elgar:~> ./rrdtool-test root@elgar:~> echo $? 0 root@elgar:~> On qemu-m68k, I get: (sid-m68k-sbuild)root@nofan:/# gcc -o rrdtool-test rrdtool-test.c (sid-m68k-sbuild)root@nofan:/# ./rrdtool-test not isinf(oo) ... (sid-m68k-sbuild)root@nofan:/# echo $? 1 (sid-m68k-sbuild)root@nofan:/# Will file a bug report on the qemu-m68k issue tracker [1]. Adrian > [1] https://github.com/vivier/qemu-m68k/issues -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

