From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailserv2.iuinc.com (IDENT:qmailr@mailserv2.iuinc.com [206.245.164.55]) by puffin.external.hp.com (8.9.3/8.9.3) with SMTP id WAA03589 for ; Sat, 4 Mar 2000 22:33:16 -0700 From: willy@thepuffingroup.com Received: (from willy@localhost) by gin.ext.thepuffingroup.com (8.9.3/8.9.3) id XAA21963 for parisc-linux@thepuffingroup.com; Sat, 4 Mar 2000 23:34:20 -0500 Date: Sat, 4 Mar 2000 23:34:20 -0500 To: parisc-linux@thepuffingroup.com Subject: Re: [parisc-linux] latest glibc checked in Message-ID: <20000304233420.D9944@thepuffingroup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-ID: with that Implies checked in, it'll get as far as trying to build in the csu directory. There's a problem with initfini.s -- the autogenerated one looks something like this: _init .PROC .CALLINFO .ENTRY /* cut here */ .EXIT .PROCEND and then the same for _fini. Then there's a nasty little sed script which cuts the file into chunks and leaves the chunk before `cut here' in one file and the chunk after in another. So I just delete the 5 directives there and then type `make' and it carries on compiling merrily. I suspect gcc needs to be fixed to not output those directives for ELF. Just so I know (not so I can hold your feet to the fire), who's interested in doing toolchain work, and who's interested in doing glibc work?