https://sourceware.org/bugzilla/show_bug.cgi?id=30006
Bug ID: 30006
Summary: Failure to build binutils-2.40 on i686
Product: binutils
Version: 2.40
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bin
https://sourceware.org/bugzilla/show_bug.cgi?id=29964
--- Comment #4 from Alan Modra ---
I'll note that the current aarch64-pe support in binutils is quite broken.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://sourceware.org/bugzilla/show_bug.cgi?id=30002
Mark Wielaard changed:
What|Removed |Added
CC||mark at klomp dot org
--- Comment #3
https://sourceware.org/bugzilla/show_bug.cgi?id=30005
Bug ID: 30005
Summary: __declspec(code_seg("segname")) does not work
Product: binutils
Version: 2.39
Status: UNCONFIRMED
Severity: normal
Priority: P2
Compone
https://sourceware.org/bugzilla/show_bug.cgi?id=30004
Bug ID: 30004
Summary: LD --exclude-all-symbols generates export table
Product: binutils
Version: 2.39
Status: UNCONFIRMED
Severity: normal
Priority: P2
Compo
https://sourceware.org/bugzilla/show_bug.cgi?id=29964
--- Comment #3 from Brecht Sanders ---
target aarch64-w64-mingw32 support can be fixed to build by replacing:
aarch64-*-pe*)
with:
aarch64-*-pe* | aarch64-*-mingw*)
in the following files:
bfd/config.bfd
ld/configure.tgt
gas/configure.tgt
https://sourceware.org/bugzilla/show_bug.cgi?id=29964
Brecht Sanders changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|FIXED