diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2009-03-14 09:37:18 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2009-03-14 09:37:18 +0000 |
commit | 9435f5b623b316c0a47aae946da0ddd84da15bb5 (patch) | |
tree | 15781f81660acb3569838a9e0bf3b708cdb8848f /gas | |
parent | f95942a33e236084c7f39d6af199e6b46f6bdbea (diff) | |
download | gdb-9435f5b623b316c0a47aae946da0ddd84da15bb5.zip gdb-9435f5b623b316c0a47aae946da0ddd84da15bb5.tar.gz gdb-9435f5b623b316c0a47aae946da0ddd84da15bb5.tar.bz2 |
gas/testsuite/
* gas/ppc/textalign-xcoff-001.d: Expect the section VMAs to be
properly aligned.
* gas/ppc/textalign-xcoff-002.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/textalign-xcoff-001.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/ppc/textalign-xcoff-002.d | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index b97d3d1..1ef1ed3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ 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, gas/ppc/xcoff-branch-1-64.d: New tests. * gas/ppc/aix.exp: Run them. diff --git a/gas/testsuite/gas/ppc/textalign-xcoff-001.d b/gas/testsuite/gas/ppc/textalign-xcoff-001.d index 04ad379..2bd6e8d 100644 --- a/gas/testsuite/gas/ppc/textalign-xcoff-001.d +++ b/gas/testsuite/gas/ppc/textalign-xcoff-001.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 diff --git a/gas/testsuite/gas/ppc/textalign-xcoff-002.d b/gas/testsuite/gas/ppc/textalign-xcoff-002.d index 1bd08e1..3a8b900 100644 --- a/gas/testsuite/gas/ppc/textalign-xcoff-002.d +++ b/gas/testsuite/gas/ppc/textalign-xcoff-002.d @@ -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 |