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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|hjl at sourceware dot org          |hjl.tools at gmail dot 
com
           Assignee|unassigned at sourceware dot org   |hjl.tools at gmail dot 
com
   Target Milestone|---                         |2.26

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
[hjl@gnu-6 pr19175]$ cat 19175.s
        .globl  _start
        .type   _start, @function
_start:
        movl    _text@GOT(%ecx), %eax
        .size   _start, .-_start
[hjl@gnu-6 pr19175]$ cat 19175.t
EXTERN(_start)
ENTRY(_start)

SECTIONS
{
  .text :
  {
    _text = .;
    *(.text*)
  }
}
[hjl@gnu-6 pr19175]$ gcc -c 19175.s -m32
[hjl@gnu-6 pr19175]$ ./tst/ld -T 19175.t  -Bsymbolic -shared  19175.o
-melf_i386 
./tst/ld: BFD (GNU Binutils) 2.25.51.20151026 assertion fail
/export/gnu/import/git/sources/binutils-gdb/bfd/elf32-i386.c:5245
[hjl@gnu-6 pr19175]$

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to