From 6a616ff41c37bf63c3d87b04e74ab24520ebcd07 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 3 May 2001 01:49:58 +0000 Subject: [PATCH] * include/elf.h has been repo copied to include/elf-hints.h, and it no longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers. --- contrib/binutils/ld/emultempl/elf32.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/binutils/ld/emultempl/elf32.em b/contrib/binutils/ld/emultempl/elf32.em index 7554447cea3..9d7a3b488e1 100644 --- a/contrib/binutils/ld/emultempl/elf32.em +++ b/contrib/binutils/ld/emultempl/elf32.em @@ -169,7 +169,7 @@ if [ "x${host}" = "x${target}" ] ; then /* * Read the system search path the FreeBSD way rather than like Linux. */ -#include +#include static boolean gld${EMULATION_NAME}_check_ld_elf_hints PARAMS ((const char *, int));