summaryrefslogtreecommitdiffstats
path: root/contrib/binutils
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-05-03 01:49:58 +0000
committerobrien <obrien@FreeBSD.org>2001-05-03 01:49:58 +0000
commitb42b88dc6abdf4f7e7e60d559151c38de4f7b716 (patch)
treed8ffec150eff6beb86c68401b11021f630d24447 /contrib/binutils
parenta20f39c9766aadb9fbf836ffc7018ba2bb0188e5 (diff)
downloadFreeBSD-src-b42b88dc6abdf4f7e7e60d559151c38de4f7b716.zip
FreeBSD-src-b42b88dc6abdf4f7e7e60d559151c38de4f7b716.tar.gz
* 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.
Diffstat (limited to 'contrib/binutils')
-rw-r--r--contrib/binutils/ld/emultempl/elf32.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/ld/emultempl/elf32.em b/contrib/binutils/ld/emultempl/elf32.em
index 7554447..9d7a3b4 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 <elf.h>
+#include <elf-hints.h>
static boolean gld${EMULATION_NAME}_check_ld_elf_hints
PARAMS ((const char *, int));
OpenPOWER on IntegriCloud