Port-powerpc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems compiling NetBSD-current/bebox



[ Followups to port-powerpc; I am BCC'ding current-users so that they
  see this.  Please honor the new CC. ]

On 02 Dec 1998 11:54:36 -0500 
 Mirian Crzig Lennox <mirian%xensei.com@localhost> wrote:

 > The problem is that /sys/arch/powerpc/include/aout_machdep.h contains
 > the following struct:
 > 
 > /* Relocation format. */
 > struct relocation_info_ppc {
 >         int r_address;                  /* offset in text or data segment */
 >         unsigned int r_symbolnum : 24,  /* ordinal number of add symbol */
 >                         r_extern :  1,  /* 1 if need to add symbol to value 
 > */
 >                                  :  2;  /* unused bits */
 >         enum reloc_type r_type   :  5;  /* relocation type */
 >         long r_addend;                  /* relocation addend */
 > };

Actually, relocation_info_ppc is an old a.out'ism, and is not used by
NetBSD/powerpc anymore... the port now uses ELF exclusively.

That structure definition can problably just be removed completely.

Jason R. Thorpe                                       
thorpej%nas.nasa.gov@localhost
NASA Ames Research Center                            Home: +1 408 866 1912
NAS: M/S 258-5                                       Work: +1 650 604 0935
Moffett Field, CA 94035                             Pager: +1 650 940 5942



Home | Main Index | Thread Index | Old Index