forked from Imagelibrary/binutils-gdb
binutils/readelf.c: Correct grammar in comment
* binutils/readelf.c: Correct grammar in comment.
This commit is contained in:
committed by
Alan Modra
parent
e2ede46cb2
commit
6987d5a1bb
@@ -1,3 +1,7 @@
|
||||
2021-01-06 Reuben Thomas <rrt@sc3d.org>
|
||||
|
||||
* binutils/readelf.c: Correct grammar in comment.
|
||||
|
||||
2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
|
||||
|
||||
* coffgrok.c (do_type): Correct spelling of auxiliary in errors.
|
||||
|
||||
@@ -2609,7 +2609,7 @@ static void
|
||||
decode_ARC_machine_flags (unsigned e_flags, unsigned e_machine, char buf[])
|
||||
{
|
||||
/* ARC has two machine types EM_ARC_COMPACT and EM_ARC_COMPACT2. Some
|
||||
other compilers don't a specific architecture type in the e_flags, and
|
||||
other compilers don't specify an architecture type in the e_flags, and
|
||||
instead use EM_ARC_COMPACT for old ARC600, ARC601, and ARC700
|
||||
architectures, and switch to EM_ARC_COMPACT2 for newer ARCEM and ARCHS
|
||||
architectures.
|
||||
|
||||
Reference in New Issue
Block a user