summaryrefslogtreecommitdiff
path: root/bfd/elfxx-sparc.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2005-04-21 12:19:55 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2005-04-21 12:19:55 +0000
commit0f7cc85e8cb5cda1af293c50ae5ad98a28a7bc06 (patch)
tree94c7f7d1d18579251f66f26f34c61c1c1f0bf039 /bfd/elfxx-sparc.h
parent3509502dded2ee3b95c4e5959aca5f3d03022921 (diff)
downloadbinutils-redhat-0f7cc85e8cb5cda1af293c50ae5ad98a28a7bc06.tar.gz
* elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Remove
unsigned from type of dynamic_interpreter. * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create): Remove casts again.
Diffstat (limited to 'bfd/elfxx-sparc.h')
-rw-r--r--bfd/elfxx-sparc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-sparc.h b/bfd/elfxx-sparc.h
index 5223ae7e7b..2ec8f808bc 100644
--- a/bfd/elfxx-sparc.h
+++ b/bfd/elfxx-sparc.h
@@ -66,7 +66,7 @@ struct _bfd_sparc_elf_link_hash_table
bfd_vma (*r_info) (Elf_Internal_Rela *, bfd_vma, bfd_vma);
bfd_vma (*r_symndx) (bfd_vma);
int (*build_plt_entry) (bfd *, asection *, bfd_vma, bfd_vma, bfd_vma *);
- const unsigned char *dynamic_interpreter;
+ const char *dynamic_interpreter;
int dynamic_interpreter_size;
unsigned int word_align_power;
unsigned int align_power_max;