From 15a086bed79aff51c9ace7d3b5f389e8cd38399b Mon Sep 17 00:00:00 2001 From: Ambrogino Modigliani Date: Fri, 25 Nov 2016 21:01:46 +0100 Subject: [PATCH] Fix spelling in comments in Assembler files (ld) * testsuite/ld-arm/stm32l4xx-fix-all.s: Fix spelling in comments. * testsuite/ld-arm/thumb2-b-interwork.s: Fix spelling in comments. * testsuite/ld-arm/thumb2-bl.s: Fix spelling in comments. * testsuite/ld-s390/tlspic1.s: Fix spelling in comments. * testsuite/ld-s390/tlspic1_64.s: Fix spelling in comments. * testsuite/ld-scripts/section-match-1.d: Fix spelling in comments. --- ld/ChangeLog | 9 +++++++++ ld/testsuite/ld-arm/stm32l4xx-fix-all.s | 4 ++-- ld/testsuite/ld-arm/thumb2-b-interwork.s | 2 +- ld/testsuite/ld-arm/thumb2-bl.s | 2 +- ld/testsuite/ld-s390/tlspic1.s | 4 ++-- ld/testsuite/ld-s390/tlspic1_64.s | 4 ++-- ld/testsuite/ld-scripts/section-match-1.d | 2 +- 7 files changed, 18 insertions(+), 9 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 5f008ff855c..c138dff5d36 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +2016-11-27 Ambrogino Modigliani + + * testsuite/ld-arm/stm32l4xx-fix-all.s: Fix spelling in comments. + * testsuite/ld-arm/thumb2-b-interwork.s: Fix spelling in comments. + * testsuite/ld-arm/thumb2-bl.s: Fix spelling in comments. + * testsuite/ld-s390/tlspic1.s: Fix spelling in comments. + * testsuite/ld-s390/tlspic1_64.s: Fix spelling in comments. + * testsuite/ld-scripts/section-match-1.d: Fix spelling in comments. + 2016-11-27 Ambrogino Modigliani * deffile.h: Fix spelling in comments. diff --git a/ld/testsuite/ld-arm/stm32l4xx-fix-all.s b/ld/testsuite/ld-arm/stm32l4xx-fix-all.s index 580e5b2e29b..e1e4a0664b4 100644 --- a/ld/testsuite/ld-arm/stm32l4xx-fix-all.s +++ b/ld/testsuite/ld-arm/stm32l4xx-fix-all.s @@ -7,7 +7,7 @@ .thumb_func .global _start _start: - @ All LDM treatments for word acces <= 8 go through the same + @ All LDM treatments for word access <= 8 go through the same @ replication code, but decoding may vary ldm.w r9, {r1-r8} ldm.w r9!, {r1-r8} @@ -15,7 +15,7 @@ _start: ldmdb.w r9!, {r1-r8} pop {r1-r8} - @ All VLDM treatments for word acces <= 8 go through the same + @ All VLDM treatments for word access <= 8 go through the same @ replication code, but decoding may vary vldm r9, {s1-s8} vldm r6!, {s9-s16} diff --git a/ld/testsuite/ld-arm/thumb2-b-interwork.s b/ld/testsuite/ld-arm/thumb2-b-interwork.s index 4452a8f437e..2f82c47e3d0 100644 --- a/ld/testsuite/ld-arm/thumb2-b-interwork.s +++ b/ld/testsuite/ld-arm/thumb2-b-interwork.s @@ -1,4 +1,4 @@ -@ Test to ensure that a Thumb-2 B.W can branch to an ARM funtion. +@ Test to ensure that a Thumb-2 B.W can branch to an ARM function. .arch armv7-a .global _start diff --git a/ld/testsuite/ld-arm/thumb2-bl.s b/ld/testsuite/ld-arm/thumb2-bl.s index 80af8108b8f..306aa4e79ac 100644 --- a/ld/testsuite/ld-arm/thumb2-bl.s +++ b/ld/testsuite/ld-arm/thumb2-bl.s @@ -1,5 +1,5 @@ @ Test to ensure that a Thumb-2 BL works with an offset that is -@ not permissable for Thumb-1. +@ not permissible for Thumb-1. .global _start .syntax unified diff --git a/ld/testsuite/ld-s390/tlspic1.s b/ld/testsuite/ld-s390/tlspic1.s index 28b9c3aeb28..e423985ae00 100644 --- a/ld/testsuite/ld-s390/tlspic1.s +++ b/ld/testsuite/ld-s390/tlspic1.s @@ -32,7 +32,7 @@ sh8: .long 264 .type fn1,@function .balign 64 fn1: - /* Funtion prolog */ + /* Function prolog */ stm %r6,%r14,24(%r15) bras %r13,.LTN1 /* Literal pool */ @@ -84,7 +84,7 @@ fn1: .LC22: .long sH2@gotntpoff .LTN1: - /* Funtion prolog */ + /* Function prolog */ lr %r14,%r15 l %r12,.LC0-.LT1(%r13) ahi %r15,-96 diff --git a/ld/testsuite/ld-s390/tlspic1_64.s b/ld/testsuite/ld-s390/tlspic1_64.s index 4e500080cb6..31abd78f8a7 100644 --- a/ld/testsuite/ld-s390/tlspic1_64.s +++ b/ld/testsuite/ld-s390/tlspic1_64.s @@ -32,7 +32,7 @@ sh8: .long 264 .type fn1,@function .balign 64 fn1: - /* Funtion prolog */ + /* Function prolog */ stmg %r6,%r14,48(%r15) bras %r13,.LTN1 /* Literal pool */ @@ -80,7 +80,7 @@ fn1: .LC22: .quad sH2@gotntpoff .LTN1: - /* Funtion prolog */ + /* Function prolog */ lgr %r14,%r15 larl %r12,_GLOBAL_OFFSET_TABLE_ aghi %r15,-160 diff --git a/ld/testsuite/ld-scripts/section-match-1.d b/ld/testsuite/ld-scripts/section-match-1.d index c68dbb894da..519f7cd5035 100644 --- a/ld/testsuite/ld-scripts/section-match-1.d +++ b/ld/testsuite/ld-scripts/section-match-1.d @@ -2,7 +2,7 @@ #ld: -T section-match-1.t #objdump: -s #notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-*oldld *-*-ecoff *-*-netbsd *-*-vms h8300-*-* tic30-*-* -# This test uses arbitary section names, which are not support by some +# This test uses arbitrary section names, which are not support by some # file formts. Also these section names must be present in the # output, not translated into some other name, eg .text -- 2.30.2