From 6ffedeb3581579f5095ba36b7f4eb3f497265d7e Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sat, 14 Mar 2009 09:37:18 +0000 Subject: [PATCH] gas/testsuite/ * gas/ppc/textalign-xcoff-001.d: Expect the section VMAs to be properly aligned. * gas/ppc/textalign-xcoff-002.d: Likewise. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/ppc/textalign-xcoff-001.d | 4 ++-- 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 b97d3d181..1ef1ed316 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2009-03-14 Richard Sandiford + * 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 + * 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 04ad379bf..2bd6e8dfd 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 1bd08e100..3a8b90048 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 -- 2.11.4.GIT