X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX18/f9gZ1Fk/Y+2IEcwpXGr48VKOuK4ajK9Q0sV6x7 1ClXTM5h1a9kxa Message-ID: <50CA2843.7020603@gmx.de> Date: Thu, 13 Dec 2012 20:10:59 +0100 From: Juan Manuel Guerrero User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com Subject: Re: RFC: remove deprecated_sym_private References: <87sj7c9u95 DOT fsf AT fleche DOT redhat DOT com> <83r4mw7x68 DOT fsf AT gnu DOT org> <50C87C50 DOT 3050704 AT gmx DOT de> <83fw3b8cl8 DOT fsf AT gnu DOT org> <50C91E2A DOT 2050809 AT gmx DOT de> <83k3slomws DOT fsf AT gnu DOT org> In-Reply-To: <83k3slomws.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Am 13.12.2012 18:57, schrieb Eli Zaretskii: >> Date: Thu, 13 Dec 2012 01:15:38 +0100 >> From: Juan Manuel Guerrero >> CC: djgpp-workers AT delorie DOT com >> >> > Also, does objdump succeed to show line number info in a.exe? >> No. objdump is not able to read neither line numbers nor inserted source code lines. > Does objdump succeed to show line numbers in temacs.exe or emacs.exe? > > If it works in temacs, then I'm stumped: after all, temacs.exe is just > a normal C program, like any other one. Perhaps the size of a program > makes a difference? > The only objdump program that is able to display line numbers and/or code lines when the sources have been compiled with -gcoff is the one from bnu217b. Starting with bnu219b and later are no longer able to display neither line numbers nor code lines. Only assembler code is displayed. Of course, for those portions of the binary that contains library code like printf or crt1.S all versions display line numbers and code lines. Regards, Juan M. Guerrero