bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/22758] FAIL: Run pr22393-2


From: amodra at gmail dot com
Subject: [Bug ld/22758] FAIL: Run pr22393-2
Date: Tue, 30 Jan 2018 05:10:40 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22758

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #4 from Alan Modra <amodra at gmail dot com> ---
Here are pr22393-2 program headers and section to header mapping:

  PHDR           0x000034 0x00010034 0x00010034 0x00140 0x00140 R   0x4
  INTERP         0x000174 0x00010174 0x00010174 0x0000d 0x0000d R   0x1
      [Requesting program interpreter: /lib/ld.so.1]
  LOAD           0x000000 0x00010000 0x00010000 0x0043c 0x0043c R   0x1000
  LOAD           0x001000 0x00011000 0x00011000 0x00554 0x00554 R E 0x1000
  LOAD           0x002000 0x00012000 0x00012000 0x00118 0x00118 R   0x1000
  LOAD           0x003000 0x00013000 0x00013000 0x000f8 0x000f8 RW  0x1000
  LOAD           0x0040f8 0x000130f8 0x000130f8 0x00064 0x00064 RWE 0x1000
  LOAD           0x00515c 0x0001315c 0x0001315c 0x0001c 0x0002c RW  0x1000
  DYNAMIC        0x003020 0x00013020 0x00013020 0x000d0 0x000d0 RW  0x4
  NOTE           0x000184 0x00010184 0x00010184 0x00044 0x00044 R   0x4

   00     
   01     .interp 
   02     .interp .note.ABI-tag .note.gnu.build-id .hash .gnu.hash .dynsym
.dynstr .gnu.version .gnu.version_r .rela.plt 
   03     .init .text .fini 
   04     .rodata .PARISC.unwind .eh_frame 
   05     .init_array .ctors .dtors .data.rel.ro .dynamic .data 
   06     .plt 
   07     .got .bss 
   08     .dynamic 
   09     .note.ABI-tag .note.gnu.build-id 

There's a problem with the last 3 PT_LOAD headers.  They can't be mapped from
different disk pages (0x3000, 0x4000 and 0x5000) into the same memory page
(0x13000).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]