From 6ab826bd986e25ff65bf78451866a618d704411e Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 31 Oct 1995 23:29:05 +0000 Subject: * libelf.h: Rename to elf-bfd.h to avoid conflict with systems that have a system . * Makefile.in: Globally replace libelf.h with elf-bfd.h. * bfd.c, elf.c, elf32-arc.c, elf32-gen.c, elf32-hppa.c, elf32-hppa.h, elf32-i386.c, elf32-i860.c, elf32-m68k.c, elf32-m88k.c, elf32-mips.c, elf32-ppc.c, elf32-sparc.c, elf64-gen.c, elf64-sparc.c, elfcode.h, elflink.c, elfxx-target.h: Include elf-bfd.h rather than libelf.h. * elfxx-target.h: Change libelf.h reference to elf-bfd.h. --- bfd/elf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index 767a828..de8bc4b 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -36,7 +36,7 @@ SECTION #include "bfdlink.h" #include "libbfd.h" #define ARCH_SIZE 0 -#include "libelf.h" +#include "elf-bfd.h" static file_ptr map_program_segments PARAMS ((bfd *, file_ptr, Elf_Internal_Shdr *, -- cgit v1.1