f74feb4335
with other reachovers to GNU code. * Add mips-elf config for binutils ld: add emul entries in ldemul-list.h, and endian-dependent default emul in _mips.mk. add ld.new for to gnu/usr.bin subdirs for mips. XXX ld, as manpages inconsistent between elf and a.out ports.
9 lines
280 B
C
9 lines
280 B
C
/* $NetBSD: ldemul-list.h,v 1.2 1998/09/30 16:47:48 jonathan Exp $ */
|
|
|
|
/* alpha emulations */
|
|
extern ld_emulation_xfer_type ld_elf64alpha_emulation;
|
|
|
|
/* mips emulations */
|
|
extern ld_emulation_xfer_type ld_elf32lmip_emulation;
|
|
extern ld_emulation_xfer_type ld_elf32bmip_emulation;
|