[binutils-gdb] fix typo last commit

Alan Modra amodra@sourceware.org
Mon Apr 20 02:32:24 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3052c068aa737824a035e72f65de18524fd2aad5

commit 3052c068aa737824a035e72f65de18524fd2aad5
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Apr 20 12:01:47 2020 +0930

    fix typo last commit

Diff:
---
 binutils/readelf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binutils/readelf.c b/binutils/readelf.c
index ea30f883c59..bdff0109819 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -12278,7 +12278,7 @@ process_symbol_table (Filedata * filedata)
   ngnubuckets = 0;
   free (gnuchains);
   gnuchains = NULL;
-  ngnuchains = 0
+  ngnuchains = 0;
   free (mipsxlat);
   mipsxlat = NULL;
   free (buckets);


More information about the Binutils-cvs mailing list