bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/21529] internal error, aborting at ../../bfd/linker.c:2162 in _b


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/21529] internal error, aborting at ../../bfd/linker.c:2162 in _bfd_generic_link_output_symbols
Date: Fri, 14 Jul 2017 10:54:48 +0000

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

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Maciej W. Rozycki <address@hidden>:

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

commit 211b0bed95b3f6b177a541ec52302b8febd6b49c
Author: Maciej W. Rozycki <address@hidden>
Date:   Fri Jul 14 11:53:08 2017 +0100

    PR ld/21529: Use a linker script to limit output with the test case

    Complement commit d9409498813c ("Add a testcase for PR ld/21529") and
    use a linker script to prevent an inter-segment gap arranged by the
    default linker script associated with some targets such as `rx-elf':

    $ ld -e main -o tmpdir/dump-elf tmpdir/pr21529.o
    $ readelf -l tmpdir/dump-elf
    Elf file type is EXEC (Executable file)
    Entry point 0x10000004
    There are 2 program headers, starting at offset 52

    Program Headers:
      Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
      LOAD           0x001000 0x10000000 0x10000000 0x00008 0x00008 R E 0x1000
      LOAD           0x001ffc 0xbffffffc 0xbffffffc 0x00004 0x00004 RW  0x1000

     Section to Segment mapping:
      Segment Sections...
       00     .text
       01     .stack
    $

    and converted to padding with the use of the binary BFD for output from
    producing unreasonably large files.

        ld/
        * testsuite/ld-unique/pr21529.ld: New test linker script.
        * testsuite/ld-unique/pr21529.d: Use it.

-- 
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]