diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:46 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:07:26 +1030 |
commit | 15a086bed79aff51c9ace7d3b5f389e8cd38399b (patch) | |
tree | e703101c0736e64bc81fb442c580a4859cf3dda3 /ld | |
parent | a40d0312ad50263a4437c01311a3bf1f268576a6 (diff) | |
download | gdb-15a086bed79aff51c9ace7d3b5f389e8cd38399b.zip gdb-15a086bed79aff51c9ace7d3b5f389e8cd38399b.tar.gz gdb-15a086bed79aff51c9ace7d3b5f389e8cd38399b.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 9 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/stm32l4xx-fix-all.s | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/thumb2-b-interwork.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/thumb2-bl.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlspic1.s | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-s390/tlspic1_64.s | 4 | ||||
-rw-r--r-- | 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 5f008ff..c138dff 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,14 @@ 2016-11-27 Ambrogino Modigliani <ambrogino.modigliani@gmail.com> + * 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 <ambrogino.modigliani@gmail.com> + * deffile.h: Fix spelling in comments. * ld.h: Fix spelling in comments. * ldlang.c: 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 580e5b2..e1e4a06 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 4452a8f..2f82c47 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 80af810..306aa4e 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 28b9c3a..e423985 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 4e50008..31abd78 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 c68dbb8..519f7cd 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 |