[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/19739] ld.bfd performance regression
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug ld/19739] ld.bfd performance regression |
Date: |
Fri, 04 Mar 2016 14:47:41 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=19739
--- Comment #15 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The binutils-2_26-branch branch has been updated by H.J. Lu
<address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cb09f0f53e66991e50a2482f0d79492c824d3bda
commit cb09f0f53e66991e50a2482f0d79492c824d3bda
Author: H.J. Lu <address@hidden>
Date: Mon Feb 29 11:04:22 2016 -0800
Speedup orphan placement for relocatable link
Since there is no need to place output sections in specific order for
relocatable link, we can skip merging flags of other input sections.
Backport from master
PR ld/19739
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
merge flags of other input sections for relocatable link.
* emultempl/mmo.em (mmo_place_orphan): Likewise.
* emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
* emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
--
You are receiving this mail because:
You are on the CC list for the bug.