From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10212220549.AA12193@clio.rice.edu> Subject: Size fixes To: djgpp-workers AT delorie DOT com (DJGPP developers) Date: Sat, 21 Dec 2002 23:49:36 -0600 (CST) 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 I've taken the liberty of committing a number of image size fixes. I'm going to be out of town so I didn't want to lose them. Feel free to flame me, but it seems to have saved 1-2K on the base image size. The remaining low hanging fruit are llseek + lseek, and filelen + lfilelen which are essentially identical. We need to decide which we are going to use internally in the library and stick to it. Consolidating those will save around 700 bytes in each image. I didn't want to generate diffs for all the _seek() stuff yet, so that will wait.