This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix powerpc vle test for sorting of program headers


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ae9a1986c8b1e38342a6fe674f7ad1758d8b06f5

commit ae9a1986c8b1e38342a6fe674f7ad1758d8b06f5
Author: Alan Modra <amodra@gmail.com>
Date:   Sun Nov 27 20:07:08 2016 +1030

    Fix powerpc vle test for sorting of program headers
    
    1a9ccd70f changed the order of headers.
    
    	PR 20815
    	* testsuite/ld-powerpc/vle-multiseg-5.d: Update.

Diff:
---
 ld/ChangeLog                             | 5 +++++
 ld/testsuite/ld-powerpc/vle-multiseg-5.d | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1285835..d612849 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-27  Alan Modra  <amodra@gmail.com>
+
+	PR 20815
+	* testsuite/ld-powerpc/vle-multiseg-5.d: Update.
+
 2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
 
 	* deffilep.y: Fix spelling in comments.
diff --git a/ld/testsuite/ld-powerpc/vle-multiseg-5.d b/ld/testsuite/ld-powerpc/vle-multiseg-5.d
index 957b990..97de87d 100644
--- a/ld/testsuite/ld-powerpc/vle-multiseg-5.d
+++ b/ld/testsuite/ld-powerpc/vle-multiseg-5.d
@@ -6,11 +6,11 @@ There are 3 program headers, starting at offset [0-9]+
 Program Headers:
   Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
   LOAD ( +0x[0-9a-f]+){5} R E 0x[0-9a-f]+
-  LOAD ( +0x[0-9a-f]+){5} ([RWE ]+){3} 0x[0-f]+
   LOAD ( +0x[0-9a-f]+){5} R E 0x[0-9a-f]+
+  LOAD ( +0x[0-9a-f]+){5} RW  0x[0-9a-f]+
 
  Section to Segment mapping:
   Segment Sections...
    00     .text_vle .text_iv 
-   01     .data 
-   02     .iv_handlers 
+   01     .iv_handlers 
+   02     .data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]