Subject: Re: mips & elf
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Simon Burge <simonb@NetBSD.ORG>
List: tech-toolchain
Date: 10/28/1999 14:58:04
Jonathan Stone wrote:

> In message <199910280206.MAA04561@balrog.supp.cpr.itg.telecom.com.au>Simon Burge writes
> >Jonathan Stone wrote:
> 
> >gcc seems to use it's own "mips/elf.h" - I'll try building it now.
> >Current gdb or binutils doesn't (I only scanned src/gnu), I'll look
> >at emacs soon...
> 
> Okay. Thanks for looking, simon. It may be just a historic relic.
> BTW, if/when we have an SVR4-compatible elf.h, the ELF mods for
> emacs  unexelf.c could get an *awful* lot cleaner...

Well, I've removed /usr/include/{mips,pmax}/elf.h and rebuilt gcc.
Emacs doesn't have an {machine,mips}/elf.h - it either uses <elf.h>
or <sys/exec_elf.h>.  Looking good to blow it away :-)

Simon.