diff options
author | 2002-06-07 17:46:55 +0000 | |
---|---|---|
committer | 2002-06-07 17:46:55 +0000 | |
commit | fab1f23f744139ef3f791c59144373da14a204d5 (patch) | |
tree | 701b4b375ff3fcbe6dcc20cb910a092b452709d0 | |
parent | reorder paragraph for clarity (diff) | |
download | wireguard-openbsd-fab1f23f744139ef3f791c59144373da14a204d5.tar.xz wireguard-openbsd-fab1f23f744139ef3f791c59144373da14a204d5.zip |
Switch powerpc to using new split (aout/elf) link.h
-rw-r--r-- | gnu/usr.bin/binutils/gdb/config/powerpc/nm-obsd.h | 1 | ||||
-rw-r--r-- | include/Makefile | 8 |
2 files changed, 1 insertions, 8 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/powerpc/nm-obsd.h b/gnu/usr.bin/binutils/gdb/config/powerpc/nm-obsd.h index 6d64368fc49..4da5ad32cd3 100644 --- a/gnu/usr.bin/binutils/gdb/config/powerpc/nm-obsd.h +++ b/gnu/usr.bin/binutils/gdb/config/powerpc/nm-obsd.h @@ -57,7 +57,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define lo_minor sod_minor #define lo_next sod_next -#define link_map so_map #define l_addr som_addr #define l_name som_path #define l_next som_next diff --git a/include/Makefile b/include/Makefile index b37253c4b06..56b61d26a2e 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.108 2002/06/07 03:00:01 art Exp $ +# $OpenBSD: Makefile,v 1.109 2002/06/07 17:46:55 drahn Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -20,9 +20,7 @@ FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h cast.h \ strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \ unistd.h utime.h utmp.h vis.h -.if (${MACHINE_ARCH} != "powerpc") FILES+= link.h link_aout.h link_elf.h -.endif .if (${MACHINE_ARCH} != "vax") FILES+= ieeefp.h @@ -31,10 +29,6 @@ FILES+= ieeefp.h MFILES= float.h frame.h stdarg.h varargs.h LFILES= errno.h fcntl.h syslog.h termios.h -.if (${MACHINE_ARCH} == "powerpc") -MFILES+= link.h -.endif - DIRS= arpa protocols rpc rpcsvc LDIRS= crypto ddb dev isofs miscfs net netatalk netccitt netinet altq \ netinet6 netipx netiso netnatm netns nfs scsi sys ufs uvm xfs |