diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-08-31 23:28:41 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-08-31 23:28:41 +0000 |
| commit | 6a1fba355685288f546df2dca2fbcf15f98c91d9 (patch) | |
| tree | 902db0c4e59ddda52c55b90f6a107ee4318088c8 /contrib/binutils | |
| parent | f66dc62abfcff95eee4849fe414b993e6e28dc0e (diff) | |
Notes
Diffstat (limited to 'contrib/binutils')
| -rw-r--r-- | contrib/binutils/binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/binutils/readelf.c b/contrib/binutils/binutils/readelf.c index a8c5ccc4d12db..98249ffa57174 100644 --- a/contrib/binutils/binutils/readelf.c +++ b/contrib/binutils/binutils/readelf.c @@ -174,7 +174,7 @@ static Elf_Internal_Syminfo *dynamic_syminfo; static unsigned long dynamic_syminfo_offset; static unsigned int dynamic_syminfo_nent; static char program_interpreter[PATH_MAX]; -static bfd_vma dynamic_info[DT_JMPREL + 1]; +static bfd_vma dynamic_info[DT_ENCODING]; static bfd_vma dynamic_info_DT_GNU_HASH; static bfd_vma version_info[16]; static Elf_Internal_Ehdr elf_header; |
