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: V01U2FsdGVkX18U8ZFnSWIUiYVoELbM4EAZnKJJ1ZwyotGNO6xGYL sCQ+Tbq88tUbIU Message-ID: <50CB5D04.9040508@gmx.de> Date: Fri, 14 Dec 2012 18:08:20 +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> <50CA2843 DOT 7020603 AT gmx DOT de> <50CA3340 DOT 5050502 AT gmx DOT de> <83a9thofpj DOT fsf AT gnu DOT org> <50CA546F DOT 6020301 AT gmx DOT de> <837golnk8h DOT fsf AT gnu DOT org> In-Reply-To: <837golnk8h.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 14.12.2012 08:52, schrieb Eli Zaretskii: >> Date: Thu, 13 Dec 2012 23:19:27 +0100 >> From: Juan Manuel Guerrero >> CC: djgpp-workers AT delorie DOT com >> >> You are right. If I use -g -l options then both versions bnu217 and >> bnu219 produce the same output as you have posted. I have assumed that >> to judge about the quality of the debug info produced with -gcoff option >> it should be necessary that objdump should be able to assign assembler >> code to source code lines. That is the reason why I have used the -Sld option. >> This assumption may have been wrong. > OK, so do you see anything different in "objdump -g -l" display when > you run it on your "hello world" program? Does it still show the line > number info? > This is the output for the hello world program: a.exe: file format coff-go32-exe [snip] int _main () { /* 0x171d */ /* file 2.c line 5 addr 0x1739 */ /* file 2.c line 6 addr 0x1749 */ /* file 2.c line 7 addr 0x174e */ } /* 0x1750 */ [snip] Neitherless gdb is not able to step through it. Regards, Juan M. Guerrero