From: Andrew Crabtree Message-Id: <199805182201.AA272528885@typhoon.rose.hp.com> Subject: binutils 2.9 To: djgpp-workers AT delorie DOT com Date: Mon, 18 May 1998 15:01:24 PDT Reply-To: andrewc AT rosemail DOT rose DOT hp DOT com Precedence: bulk Hey Guys - I have been using the new binutils here without any incident and will upload a version of them soon. The only thing I noticed about it was that the built in default linker script had errors in it (I think this has been around since 2.7, 2.8 at least). Ld actually couldn't parse it and aborts with an error. This probably isn't of concern to too many people, but I actually run into it whenever I build gcc on my ux box, because during the make process it invokes the new cross-compiler without specifying the proper specs file (note that I have fixed this too), but anyways, it should be possible to fix both gcc and ld so that no specs file or linker script is needed. Here is my version on the linker script template that I used, which includes the new EH stuff. I am really not too familiar with it at all, but it seems to have work. If anyone has any suggestions that would be great. Andy # Linker script for i386 go32 (DJGPP) test -z "$ENTRY" && ENTRY=start EXE=${CONSTRUCTING+${RELOCATING+-exe}} cat <