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.
This commit is contained in:
parent
cb55e96bf7
commit
ae9a1986c8
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user