Message-ID: <19990729020624.1145.qmail@daffy.airs.com> Date: 28 Jul 1999 22:06:23 -0400 From: Ian Lance Taylor To: snowball3 AT bigfoot DOT com CC: djgpp-workers AT delorie DOT com, binutils AT sourceware DOT cygnus DOT com In-reply-to: <199907290027.AAA82496@out5.ibm.net> (snowball3@bigfoot.com) Subject: Re: Another script for building binutils References: <199907290027 DOT AAA82496 AT out5 DOT ibm DOT net> Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk From: "Mark E." Date: Wed, 28 Jul 1999 20:27:45 -0400 I then generated another .s file using 'gcc -g -S main.c' and repeated the generation of the two .o files. I could debug the main.exe derived from the Dec. '98 as.exe generated .o file. However, I could only step one line into the main.exe derived from the Jul. 26th generated .o file. Run objdump -xs on both files, and see what changed. Ian