From 3f1c8673e3944460e337d4b9166259d9138737f9 Mon Sep 17 00:00:00 2001 From: Jeff Holcomb Date: Wed, 17 Oct 2001 01:44:50 +0000 Subject: 2001-10-16 Jeff Holcomb * internal.h (elf_internal_shdr): Make contents a unsigned char *. --- include/elf/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/elf/internal.h') diff --git a/include/elf/internal.h b/include/elf/internal.h index 6d26315..65e9d67 100644 --- a/include/elf/internal.h +++ b/include/elf/internal.h @@ -98,7 +98,7 @@ typedef struct elf_internal_shdr { /* The internal rep also has some cached info associated with it. */ asection * bfd_section; /* Associated BFD section. */ - PTR contents; /* Section contents. */ + unsigned char *contents; /* Section contents. */ } Elf_Internal_Shdr; #define elf32_internal_shdr elf_internal_shdr -- cgit v1.1