From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82601 invoked by alias); 17 Jan 2020 20:45:47 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 82592 invoked by uid 89); 17 Jan 2020 20:45:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Jan 2020 20:45:45 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Fix spelling errors From: gdb-buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <07f1f3aa536add16b20f2792e1c325fb02b7da2d@gdb-build> Date: Fri, 17 Jan 2020 20:48:00 -0000 X-SW-Source: 2020-q1/txt/msg01907.txt *** TEST RESULTS FOR COMMIT 07f1f3aa536add16b20f2792e1c325fb02b7da2d *** commit 07f1f3aa536add16b20f2792e1c325fb02b7da2d Author: Christian Biesinger AuthorDate: Fri Jan 17 12:34:03 2020 -0600 Commit: Christian Biesinger CommitDate: Fri Jan 17 12:34:03 2020 -0600 Fix spelling errors seperate -> separate bfd/ChangeLog: 2020-01-17 Christian Biesinger * coff-arm.c: Fix spelling error (seperate). * elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling error (seperate). * sysdep.h (strnlen): Fix spelling error (seperate). opcodes/ChangeLog: 2020-01-17 Christian Biesinger * opintl.h: Fix spelling error (seperate). sim/arm/ChangeLog: 2020-01-17 Christian Biesinger * iwmmxt.c: Fix spelling error (seperate). Change-Id: I55e5f47bcf3cf3533d2acb7ad338f1be0d5f30f9 diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c9c708c2da..aa0d0de3da 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2020-01-17 Christian Biesinger + + * coff-arm.c: Fix spelling error (seperate). + * elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling + error (seperate). + * sysdep.h (strnlen): Fix spelling error (seperate). + 2020-01-15 Lars Brinkhoff PR 20694 diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 84477eaa8f..c2623d2f29 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -1154,7 +1154,7 @@ static const insn32 t2a6_bx_insn = 0xe12fff1e; /* The standard COFF backend linker does not cope with the special Thumb BRANCH23 relocation. The alternative would be to split the - BRANCH23 into seperate HI23 and LO23 relocations. However, it is a + BRANCH23 into separate HI23 and LO23 relocations. However, it is a bit simpler simply providing our own relocation driver. */ /* The reloc processing routine for the ARM/Thumb COFF linker. NOTE: diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c index 658629c0c8..66e343f4a5 100644 --- a/bfd/elfxx-riscv.c +++ b/bfd/elfxx-riscv.c @@ -1300,7 +1300,7 @@ riscv_parse_sv_or_non_std_ext (riscv_parse_subset_t *rps, if (*p != '\0' && *p != '_') { - rps->error_handler ("-march=%s: %s must seperate with _", + rps->error_handler ("-march=%s: %s must separate with _", march, ext_type_str); return NULL; } diff --git a/bfd/sysdep.h b/bfd/sysdep.h index b428a050f0..652857153d 100644 --- a/bfd/sysdep.h +++ b/bfd/sysdep.h @@ -187,7 +187,7 @@ size_t strnlen (const char *, size_t); This is because the code in this directory is used to build a library which will be linked with code in other directories to form - programs. We want to maintain a seperate translation file for this + programs. We want to maintain a separate translation file for this directory however, rather than being forced to merge it with that of any program linked to libbfd. This is a library, so it cannot depend on the catalog currently loaded. diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e48e566cbc..6faa9d87d1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2020-01-17 Christian Biesinger + + * opintl.h: Fix spelling error (seperate). + 2020-01-17 H.J. Lu * i386-opc.tbl: Add {vex} pseudo prefix. diff --git a/opcodes/opintl.h b/opcodes/opintl.h index a0d6d5de7a..856064835b 100644 --- a/opcodes/opintl.h +++ b/opcodes/opintl.h @@ -26,7 +26,7 @@ This is because the code in this directory is used to build a library which will be linked with code in other directories to form - programs. We want to maintain a seperate translation file for this + programs. We want to maintain a separate translation file for this directory however, rather than being forced to merge it with that of any program linked to libopcodes. This is a library, so it cannot depend on the catalog currently loaded. diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 6fb7d7e784..d5f96678cd 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2020-01-17 Christian Biesinger + + * iwmmxt.c: Fix spelling error (seperate). + 2019-12-06 Luis Machado * armemu.c (isize): Move this declaration ... diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c index 05bfbd0fce..3226a78425 100644 --- a/sim/arm/iwmmxt.c +++ b/sim/arm/iwmmxt.c @@ -3539,7 +3539,7 @@ WXOR (ARMword instr) return ARMul_DONE; } -/* This switch table is moved to a seperate function in order +/* This switch table is moved to a separate function in order to work around a compiler bug in the host compiler... */ static int