Hi, On 2013-02-05 10:15:09 -0500, Samuel Bronson wrote: > Package: gdb > Version: 7.4.1-3 > > It seems to work reasonably well now: [...]
> naesten@hydrogen:~/hacking/bugs% tcc -g a.c [...] Your testcase is different: you have used the -g option. It still doesn't work without -g, while there are no problems when using gcc without -g. Now since using gdb on an executable generated without -g is not very useful (and also executables provided in packages or 3rd party are never produced by tcc), I don't think it is worth fixing. The error message "not in executable format: Bad value" is a bit cryptic, though. -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

