From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7873) id C287C3858D32; Thu, 7 Jul 2022 11:16:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C287C3858D32 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tiezhu Yang To: gdb-cvs@sourceware.org Subject: [binutils-gdb] gdb: LoongArch: Fix typos in code comments X-Act-Checkin: binutils-gdb X-Git-Author: Tiezhu Yang X-Git-Refname: refs/heads/master X-Git-Oldrev: 309e147fbd26a433ec3a1e2cd346633bb615de29 X-Git-Newrev: 83f477f25ad63ea9f2e5e5fc9c0a7297a46a7a21 Message-Id: <20220707111639.C287C3858D32@sourceware.org> Date: Thu, 7 Jul 2022 11:16:39 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2022 11:16:39 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D83f477f25ad6= 3ea9f2e5e5fc9c0a7297a46a7a21 commit 83f477f25ad63ea9f2e5e5fc9c0a7297a46a7a21 Author: Tiezhu Yang Date: Thu Jul 7 17:53:40 2022 +0800 gdb: LoongArch: Fix typos in code comments =20 "it=E2=80=99s" should be "it's". =20 Signed-off-by: Tiezhu Yang Diff: --- gdb/loongarch-tdep.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gdb/loongarch-tdep.c b/gdb/loongarch-tdep.c index 3add71b2a09..b8f28a2b142 100644 --- a/gdb/loongarch-tdep.c +++ b/gdb/loongarch-tdep.c @@ -555,7 +555,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, case TYPE_CODE_PTR: { /* integer or pointer type is passed in GAR. - * If no GAR is available, it=E2=80=99s passed on the stack. + * If no GAR is available, it's passed on the stack. * When passed in registers or on the stack, * the unsigned integer scalars are zero-extended to GRLEN bits, * and the signed integer scalars are sign-extended. */ @@ -586,7 +586,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, * If exactly one register is available, * the low-order GRLEN bits are passed in the register * and the high-order GRLEN bits are passed on the stack. - * If no GAR is available, it=E2=80=99s passed on the stack. */ + * If no GAR is available, it's passed on the stack. */ if (gar >=3D 2) { pass_in_gar (regcache, gar--, val); @@ -605,8 +605,8 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, else { /* The other floating-point type is passed in FAR. - * If no FAR is available, it=E2=80=99s passed in GAR. - * If no GAR is available, it=E2=80=99s passed on the stack. */ + * If no FAR is available, it's passed in GAR. + * If no GAR is available, it's passed on the stack. */ if (far > 0) pass_in_far (regcache, far--, val); else if (gar > 0) @@ -629,7 +629,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, { /* If there is an available GAR, * the structure is passed through the GAR by value passing; - * If no GAR is available, it=E2=80=99s passed on the stack. */ + * If no GAR is available, it's passed on the stack. */ if (gar > 0) pass_in_gar (regcache, gar--, val); else @@ -655,7 +655,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, * The argument is passed in a pair of available FAR, * with the low-order float member bits in the lower-numbered FAR * and the high-order float member bits in the higher-numbered FAR. - * If the number of available FAR is less than 2, it=E2=80=99s passe= d in a GAR, + * If the number of available FAR is less than 2, it's passed in a G= AR, * and passed on the stack if no GAR is available. */ else if (floating_point_members =3D=3D 2) { @@ -691,8 +691,8 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, * If one FAR and one GAR are available, * the floating-point member of the structure is passed in the FAR, * and the fixed-point member of the structure is passed in the GAR. - * If no floating-point register but one GAR is available, it=E2=80= =99s passed in GAR; - * If no GAR is available, it=E2=80=99s passed on the stack. */ + * If no floating-point register but one GAR is available, it's pass= ed in GAR; + * If no GAR is available, it's passed on the stack. */ else if (floating_point_members =3D=3D 1 && fixed_point_members =3D= =3D 1) { if (far > 0 && gar > 0) @@ -783,7 +783,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, * with the low-order bits in the lower-numbered FAR * and the high-order bits in the higher-numbered FAR. * If no a pair of available FAR, - * it=E2=80=99s passed in a pair of available GAR, + * it's passed in a pair of available GAR, * with the low-order bits in the lower-numbered GAR * and the high-order bits in the higher-numbered GAR. * If only one GAR is available, @@ -825,11 +825,11 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, * the floating-point member of the structure is passed in the FAR, * and the fixed-point member of the structure is passed in the GAR; * If no floating-point registers but two GARs are available, - * it=E2=80=99s passed in the two GARs; + * it's passed in the two GARs; * If only one GAR is available, * the low-order bits are in the GAR * and the high-order bits are on the stack; - * And it=E2=80=99s passed on the stack if no GAR is available. */ + * And it's passed on the stack if no GAR is available. */ if (far > 0 && gar > 0) { if (first_member_is_fixed_point =3D=3D false) @@ -886,7 +886,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, } else if (len > 2 * regsize) { - /* It=E2=80=99s passed by reference and are replaced in the argum= ent list with the address. + /* It's passed by reference and are replaced in the argument list= with the address. * If there is an available GAR, the reference is passed in the GAR, * and passed on the stack if no GAR is available. */ sp =3D align_down (sp - len, 16); @@ -936,7 +936,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, } else if (len > 2 * regsize) { - /* It=E2=80=99s passed by reference and are replaced in the argumen= t list with the address. + /* It's passed by reference and are replaced in the argument list w= ith the address. * If there is an available GAR, the reference is passed in the GAR, * and passed on the stack if no GAR is available. */ sp =3D align_down (sp - len, 16); @@ -959,7 +959,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, * is passed in a pair of available FAR, * with the low-order float member bits in the lower-numbered FAR * and the high-order float member bits in the higher-numbered FAR. - * If the number of available FAR is less than 2, it=E2=80=99s passed in= a GAR, + * If the number of available FAR is less than 2, it's passed in a GAR, * and passed on the stack if no GAR is available. */ if (far >=3D 2) { @@ -982,7 +982,7 @@ loongarch_push_dummy_call (struct gdbarch *gdbarch, * with the low-order bits in the lower-numbered FAR * and the high-order bits in the higher-numbered FAR. * If no a pair of available FAR, - * it=E2=80=99s passed in a pair of available GAR, + * it's passed in a pair of available GAR, * with the low-order bits in the lower-numbered GAR * and the high-order bits in the higher-numbered GAR. * If only one GAR is available,