Sender: ml AT delorie DOT com Message-ID: <346C1F4B.68CE7192@cdata.tvnet.hu> Date: Fri, 14 Nov 1997 10:52:11 +0100 From: Molnar Laszlo MIME-Version: 1.0 To: djgpp AT delorie DOT com CC: Soeren Sandmann Subject: GCC -dr? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk >According to the info pages for GCC, it is possible to obtain >a dump of the RTL code by giving the option -dr. This doesn't >seem to work with DJGPP. I get an error messaga saying that >cc1 can't find program.c.rtl. 0, uncompress cc1.exe with djp -d if you compressed it before 1, load cc1.exe into a binary editor (like hiew) 2, search for .rtl 3, change it to _rtl 4, you can change there .cse, .jump etc... too. HTH, Laszlo