Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: kyrab at mail dot ru
Target Milestone: ---
5c4ce239a3ab9263163a0fe8e7487b39a41c43d1 commit leads to strip.exe on mingw-w64
(both
y: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: kyrab at mail dot ru
Target Milestone: ---
Created attachment 10040
--> https://sourceware.org/bugzilla/attachment.cgi?id=10040&action=edit
enable pe-bigobj-x86-64 target
`ld` spits &quo
https://sourceware.org/bugzilla/show_bug.cgi?id=21274
--- Comment #5 from awson ---
Thanks for the patch, but I afraid I won't be able to test it in the near
future.
(I had understood your first comment correctly, but after some thinking I've
decided that staying with fixed-sized buffer is bette
https://sourceware.org/bugzilla/show_bug.cgi?id=21274
awson changed:
What|Removed |Added
Attachment #9907|0 |1
is obsolete|
https://sourceware.org/bugzilla/show_bug.cgi?id=21274
--- Comment #1 from awson ---
Better wording:
`pe_create_import_fixup` uses fixed-sized buffer to create decorated names, but
this buffer is too small (300 bytes) and is easily overflowed by long mangled
names.
--
You are receiving this mai
Assignee: unassigned at sourceware dot org
Reporter: kyrab at mail dot ru
Target Milestone: ---
Created attachment 9907
--> https://sourceware.org/bugzilla/attachment.cgi?id=9907&action=edit
patch
`ld` segfaults when linking C++ PE DLL.
The culprit is pretty much
https://sourceware.org/bugzilla/show_bug.cgi?id=19254
--- Comment #8 from awson ---
And yes, I'm quite happy with the patches.
--
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.o
https://sourceware.org/bugzilla/show_bug.cgi?id=19254
--- Comment #7 from awson ---
Sorry, my miswording. In `ELF` case we have *no* any '$'-separated sections.
What I meant was that (almost)counterpart of PECOFF dollar-separated sections
is ELF dot-separated sections, but while PECOFF dollar-se
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 #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
https://sourceware.org/bugzilla/show_bug.cgi?id=17955
awson changed:
What|Removed |Added
CC||kyrab at mail dot ru
--- Comment #1 from
https://sourceware.org/bugzilla/show_bug.cgi?id=19531
--- Comment #3 from awson ---
Did you try to inspect the executable linked with 2.16 to understand how many
sections it contains? Perhaps, existing linker script doesn't merge some
kind(s) of sections correctly?
Also, current ld script is bug
https://sourceware.org/bugzilla/show_bug.cgi?id=19531
awson changed:
What|Removed |Added
CC||kyrab at mail dot ru
--- Comment #2 from
https://sourceware.org/bugzilla/show_bug.cgi?id=19440
--- Comment #2 from awson ---
Hmm, I've looked into BFD code and have seen several
'in->n_scnum = H_GET_16 (abfd, ext->e_scnum);'
and
'H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);'
constructs here and there (for example in coffswap.h), where
: critical
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: kyrab at mail dot ru
Target Milestone: ---
Created attachment 8895
--> https://sourceware.org/bugzilla/attachment.cgi?id=8895&action=edit
COFF fix
Ther
17 matches
Mail list logo