summaryrefslogtreecommitdiff
path: root/include/elf/internal.h
diff options
context:
space:
mode:
authorJeff Holcomb <jeffh@redhat.com>2001-10-17 01:44:50 +0000
committerJeff Holcomb <jeffh@redhat.com>2001-10-17 01:44:50 +0000
commit98f022bd9f607f8f286b8626ecd900715b44f778 (patch)
tree34132b099fb04d62a7995ad1057747ad39af7197 /include/elf/internal.h
parente02538aa9be572d468d975c4583d17adef5e5499 (diff)
downloadbinutils-redhat-98f022bd9f607f8f286b8626ecd900715b44f778.tar.gz
2001-10-16 Jeff Holcomb <jeffh@redhat.com>
* internal.h (elf_internal_shdr): Make contents a unsigned char *.
Diffstat (limited to 'include/elf/internal.h')
-rw-r--r--include/elf/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/internal.h b/include/elf/internal.h
index 6d2631598f..65e9d67ca3 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