gas/testsuite/
* gas/ppc/textalign-xcoff-001.d: Expect the section VMAs to be properly aligned. * gas/ppc/textalign-xcoff-002.d: Likewise.
This commit is contained in:
parent
f95942a33e
commit
9435f5b623
3 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
|
||||
|
||||
* gas/ppc/textalign-xcoff-001.d: Expect the section VMAs to be
|
||||
properly aligned.
|
||||
* gas/ppc/textalign-xcoff-002.d: Likewise.
|
||||
|
||||
2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
|
||||
|
||||
* gas/ppc/xcoff-branch-1.s, gas/ppc/xcoff-branch-1-32.d,
|
||||
|
|
|
@ -8,7 +8,7 @@ Sections:
|
|||
Idx Name Size VMA LMA File off Algn
|
||||
0 \.text 00000004 0+0 0+0 000000a8 2\*\*2
|
||||
CONTENTS, ALLOC, LOAD, CODE
|
||||
1 \.data 00000008 0+04 0+04 000000ac 2\*\*3
|
||||
1 \.data 00000008 0+08 0+08 000000ac 2\*\*3
|
||||
CONTENTS, ALLOC, LOAD, RELOC, DATA
|
||||
2 \.bss 00000000 0+0c 0+0c 00000000 2\*\*3
|
||||
2 \.bss 00000000 0+10 0+10 00000000 2\*\*3
|
||||
ALLOC
|
||||
|
|
|
@ -8,7 +8,7 @@ Sections:
|
|||
Idx Name Size VMA LMA File off Algn
|
||||
0 \.text 00000004 0000000000000000 0000000000000000 000000f0 2\*\*2
|
||||
CONTENTS, ALLOC, LOAD, CODE
|
||||
1 \.data 00000008 0000000000000004 0000000000000004 000000f4 2\*\*3
|
||||
1 \.data 00000008 0000000000000008 0000000000000008 000000f4 2\*\*3
|
||||
CONTENTS, ALLOC, LOAD, RELOC, DATA
|
||||
2 \.bss 00000000 000000000000000c 000000000000000c 00000000 2\*\*3
|
||||
2 \.bss 00000000 0000000000000010 0000000000000010 00000000 2\*\*3
|
||||
ALLOC
|
||||
|
|
Loading…
Reference in a new issue