diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-21 19:50:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-21 19:50:32 +0000 |
commit | 07cc8a7520958654c16cfdac79dbb445395d224a (patch) | |
tree | 8fecac89b8276fd1bd2693758b37441a623edbf7 /sys/arch/macppc | |
parent | 4f447e2527d32d03378299d1e8d8f3ecade916eb (diff) |
Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree
needs the few MD definitions they (sometimes) provide; only binutils is
interested in them, but binutils provide their own include files for that
purpose anyway.
ok deraadt@ kettenis@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/include/elf_abi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/macppc/include/elf_abi.h b/sys/arch/macppc/include/elf_abi.h deleted file mode 100644 index 285d92f192d..00000000000 --- a/sys/arch/macppc/include/elf_abi.h +++ /dev/null @@ -1,3 +0,0 @@ -/* $OpenBSD: elf_abi.h,v 1.1 2001/09/01 15:49:06 drahn Exp $ */ - -#include <powerpc/elf_abi.h> |