mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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.
This commit is contained in:
parent
a40d0312ad
commit
15a086bed7
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user