2001-10-16 Jeff Holcomb <jeffh@redhat.com>
* internal.h (elf_internal_shdr): Make contents a unsigned char *.
This commit is contained in:
parent
081be67e75
commit
c4d5c46a4d
|
@ -1,3 +1,7 @@
|
||||||
|
2001-10-16 Jeff Holcomb <jeffh@redhat.com>
|
||||||
|
|
||||||
|
* internal.h (elf_internal_shdr): Make contents a unsigned char *.
|
||||||
|
|
||||||
2001-09-18 Alan Modra <amodra@bigpond.net.au>
|
2001-09-18 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* internal.h (elf_internal_rela): Make r_addend a bfd_vma.
|
* internal.h (elf_internal_rela): Make r_addend a bfd_vma.
|
||||||
|
|
|
@ -98,7 +98,7 @@ typedef struct elf_internal_shdr {
|
||||||
|
|
||||||
/* The internal rep also has some cached info associated with it. */
|
/* The internal rep also has some cached info associated with it. */
|
||||||
asection * bfd_section; /* Associated BFD section. */
|
asection * bfd_section; /* Associated BFD section. */
|
||||||
PTR contents; /* Section contents. */
|
unsigned char *contents; /* Section contents. */
|
||||||
} Elf_Internal_Shdr;
|
} Elf_Internal_Shdr;
|
||||||
|
|
||||||
#define elf32_internal_shdr elf_internal_shdr
|
#define elf32_internal_shdr elf_internal_shdr
|
||||||
|
|
Loading…
Reference in New Issue