Frank Heckenbach wrote:
Most importantly, thanks to Waldek stabs debugging should now work (at least under Linux, haven't tested on other platforms yet).
PS: Forgot to mention, since stabs is not the default with gcc-3, you must give `-gstabs' instead of simply `-g' to use it.
In particular, if you're going to send test results, add `EXTRA_TEST_PFLAGS=-g0' (at least under Linux).
Frank