From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10109021524.AA16476@clio.rice.edu> Subject: edebug + gcc 3.0.1 To: djgpp-workers AT delorie DOT com (DJGPP developers) Date: Sun, 2 Sep 2001 10:24:21 -0500 (CDT) X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Don't have full net access, but a quick item I noticed. If I build EDEBUG32 with GCC3.01 the ansi detect does not work. Doing gcc -O2 -S shows that the asm sections are not included in the output. (this is file src/debug/edebug/ed.c). There is probably some new asm syntax or attribute that needs to be added? If so, this means that all the inline asm could be broken unless reviewed?