https://sourceware.org/bugzilla/show_bug.cgi?id=20920
--- Comment #1 from Cary Coutant ---
Is this an academic exercise, or is there real-world code out there that does
this? I've been trying to imagine a case where branching into a merge section
could be useful, but every scenario I can think of
https://sourceware.org/bugzilla/show_bug.cgi?id=20920
Roland McGrath changed:
What|Removed |Added
Depends on||20807
Referenced Bugs:
https://sou
https://sourceware.org/bugzilla/show_bug.cgi?id=20807
--- Comment #4 from Roland McGrath ---
Filed https://sourceware.org/bugzilla/show_bug.cgi?id=20920
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils maili
https://sourceware.org/bugzilla/show_bug.cgi?id=20807
Roland McGrath changed:
What|Removed |Added
Blocks||20920
Referenced Bugs:
https://sou
https://sourceware.org/bugzilla/show_bug.cgi?id=20920
Bug ID: 20920
Summary: cannot handle branch to local 6 in a merged section
.rodata.cst16
Product: binutils
Version: 2.28 (HEAD)
Status: NEW
Severity: enhance
https://sourceware.org/bugzilla/show_bug.cgi?id=3494
JHON DAVID changed:
What|Removed |Added
CC||sanjay.adits at gmail dot com
--
You are
https://sourceware.org/bugzilla/show_bug.cgi?id=20908
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=20908
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d7f399a8de4c55eb841db6493597a587fac002de
commit d7f399a8de4c55eb841db649359
https://sourceware.org/bugzilla/show_bug.cgi?id=20909
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=20909
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=531336e3a0b79ed60cfc36ad2d6579b6a71175da
commit 531336e3a0b79ed60cfc36ad2d6
https://sourceware.org/bugzilla/show_bug.cgi?id=20910
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=20910
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f5ac6ab387ef0974f6348ac7febc691fbb6c0eb4
commit f5ac6ab387ef0974f6348ac7feb
https://sourceware.org/bugzilla/show_bug.cgi?id=20911
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=20911
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fe6fae079099c0eeb3186086d6b150800c0e8770
commit fe6fae079099c0eeb3186086d6b
https://sourceware.org/bugzilla/show_bug.cgi?id=20907
Marcel Böhme changed:
What|Removed |Added
CC||boehme.marcel at gmail dot com
--
You
https://sourceware.org/bugzilla/show_bug.cgi?id=20905
Marcel Böhme changed:
What|Removed |Added
CC||boehme.marcel at gmail dot com
--
You
https://sourceware.org/bugzilla/show_bug.cgi?id=20912
--- Comment #1 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Nick Clifton :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=68c638d6e655a937a48770a5df765e6ebbc5b890
commit 68c638d6e655a937a48770a5df7
https://sourceware.org/bugzilla/show_bug.cgi?id=20912
Nick Clifton changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=20913
Bug ID: 20913
Summary: LD crashes when exporting dynamic symbols and
generating relocatable output
Product: binutils
Version: 2.28 (HEAD)
Status: UNCONFIRMED
https://sourceware.org/bugzilla/show_bug.cgi?id=19254
--- Comment #5 from awson ---
I looked further into it. Sections with '$' separator also not only should be
merged into the prefix section, but also should be sorted according to their
suffix names. I'm not sure if we need this for GHC-generat
https://sourceware.org/bugzilla/show_bug.cgi?id=19254
--- Comment #4 from awson ---
Good catch of ".data$*" thing, indeed `gcc` on Windows generates `$` instead of
`.`, and this, perhaps, would be correct to make GHC do the same thing, but we
already have separate handling of `.text.*` sections o
https://sourceware.org/bugzilla/show_bug.cgi?id=19254
--- Comment #3 from Simon Brenner ---
Looked a bit at the pe.sc script in git[1] earlier and there is actually
section merging being done there, but for sections named like ".data$*" rather
than the ELF convention of ".data.*" - so this could
https://sourceware.org/bugzilla/show_bug.cgi?id=20649
--- Comment #8 from Aurelien Jarno ---
(In reply to Maciej W. Rozycki from comment #7)
> I yet need to integrate the test case with the test suite,
> but please be assured this fix will make it to 2.28.
Thanks!
--
You are receiving this mai
https://sourceware.org/bugzilla/show_bug.cgi?id=19254
--- Comment #2 from awson ---
Created attachment 9684
--> https://sourceware.org/bugzilla/attachment.cgi?id=9684&action=edit
Section merging for GHC
This patch solves the problem for me. It adds sections merging for the sections
generated b
https://sourceware.org/bugzilla/show_bug.cgi?id=19254
awson changed:
What|Removed |Added
CC||kyrab at mail dot ru
--- Comment #1 from awso
https://sourceware.org/bugzilla/show_bug.cgi?id=20912
Bug ID: 20912
Summary: LD crashes when building global constructor tables
Product: binutils
Version: 2.28 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
https://sourceware.org/bugzilla/show_bug.cgi?id=20911
Bug ID: 20911
Summary: LD crashes when constructing sets after linker phase 1
Product: binutils
Version: 2.28 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
https://sourceware.org/bugzilla/show_bug.cgi?id=20910
Bug ID: 20910
Summary: LD crashes when setting linker script and image base
Product: binutils
Version: 2.28 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
https://sourceware.org/bugzilla/show_bug.cgi?id=20909
Bug ID: 20909
Summary: LD crashes when loading symbols
Product: binutils
Version: 2.28 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ld
https://sourceware.org/bugzilla/show_bug.cgi?id=20908
Bug ID: 20908
Summary: LD crashes when writing linked file
Product: binutils
Version: 2.28 (HEAD)
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component:
30 matches
Mail list logo