bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/12516] New: BFD: The first section in the PT_DYNAMIC segme


From: address@hidden
Subject: [Bug binutils/12516] New: BFD: The first section in the PT_DYNAMIC segment is not the .dynamic section
Date: Thu, 24 Feb 2011 15:22:49 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12516

           Summary: BFD: The first section in the PT_DYNAMIC segment is
                    not the .dynamic section
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: address@hidden
        ReportedBy: address@hidden
                CC: address@hidden


$ cat dynamic.s
.section .data1,"aw"
.balign 16
$ cat dynamic.ld
SECTIONS
{
  . = SIZEOF_HEADERS;
  .text : { *(.text) }
  .data : { *(.data) }
  .data1 : { KEEP (*(.data1)) }
  .dynamic : { *(.dynamic) }
}
$ gcc -c dynamic.s
$ ld -shared -T dynamic.ld dynamic.o
$ objcopy -S a.out b.out
BFD: b.out: The first section in the PT_DYNAMIC segment is not the .dynamic
section
objcopy:b.out[.dynsym]: Bad value
BFD: b.out: The first section in the PT_DYNAMIC segment is not the .dynamic
section
objcopy:b.out: Bad value

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]