From: "Mark E." To: dJGPP workers Date: Tue, 10 Dec 2002 14:52:29 -0500 MIME-Version: 1.0 Subject: linker script update Message-ID: <3DF5FFAD.11128.6BE019@localhost> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp-workers AT delorie DOT com Hello, I've been offline a few days because of a bad ice storm, so excuse me if someone else has noticed that djgpp.djl is out of sync with the linker script in binutils 2.13.1. Any objections? And could someone tell me again why we still have a djgpp.djl? Index: djgpp/lib/djgpp.djl =================================================================== RCS file: /cvs/djgpp/djgpp/lib/djgpp.djl,v retrieving revision 1.7 diff -c -p -r1.7 djgpp.djl *** djgpp/lib/djgpp.djl 15 Apr 2001 15:17:25 -0000 1.7 --- djgpp/lib/djgpp.djl 10 Dec 2002 19:46:52 -0000 *************** SECTIONS *** 35,41 **** { _object.2 = . ; . += 24 ; ! *(.bss) *(COMMON) end = . ; PROVIDE(_end = .); --- 35,41 ---- { _object.2 = . ; . += 24 ; ! *(.bss .bss.* .gnu.linkonce.b.*) *(COMMON) end = . ; PROVIDE(_end = .);