Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6379)

Unified Diff: binutils/binutils/readelf.c

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/binutils/prdbg.c ('k') | binutils/gas/ChangeLog » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/binutils/readelf.c
diff --git a/binutils/binutils/readelf.c b/binutils/binutils/readelf.c
index 2bfb3f6dcacca3e975ea2c4852218081d1a82efa..e329d458492d1786e41f1c5ad8bd825be634a3a8 100644
--- a/binutils/binutils/readelf.c
+++ b/binutils/binutils/readelf.c
@@ -165,7 +165,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;
« no previous file with comments | « binutils/binutils/prdbg.c ('k') | binutils/gas/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698