summaryrefslogtreecommitdiff
path: root/binutils-2.24.51.midipix.patch
AgeCommit message (Collapse)AuthorFilesLines
2015-11-26binutils-2.24.51: updated patch.midipix1-2/+20
+ pe targets: disable default timestamp / support reproducible builds by default. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-09-13binutils-2.24.51: updated patch.midipix1-1/+10
+ x86 midipix targets: build dlltool and windmc by default. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-13binutils-2.24.51: updated patch.midipix1-11/+30
+ PE/COFF: when exporting a symbol for which both a strong and a weak definition exists, always use the strong definition. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-12binutils-2.24.51: updated patch.midipix1-0/+30
+ solve binutils bug 16858 by removing the offending code block in its entirety.
2015-06-08binutils-2.24.51: updated patch.midipix1-4/+14
+ PE/COFF: distinguish between GOT entries and import library entries when deciding whether a symbol may be exported. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-06binutils-2.24.51: updated patch.midipix1-3/+63
+ PE/COFF: allow a weak definition in an archive member to satisfy a reference to an undefined external symbol in another object. + a special thanks to Rich Felker, primary author of musl libc, for identifying the spot at which a fix needed to be applied. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-06binutils-2.24.51: updated patch.midipix1-2/+19
+ PE shared libraries: fix the logic that allows weak definitions to be exported (cf. commit ddd1583). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-06binutils-2.24.51: updated patch.midipix1-0/+26
+ PE/COFF: allow a reference to an external symbol in one object file be satisfied by a weak definition in another. + a special thanks to Rich Felker, primary author of musl libc, for identifying the spot at which a fix needed to be applied. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-05binutils-2.24.51: updated patch.midipix1-3/+42
+ PE shared libraries: allow weak aliases to be exported. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-28ld: set the default executable name to 'a.out' properly.midipix1-5/+7
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-28ld: set the default executable name to 'a.out' (rather than 'a.exe').midipix1-2/+4
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: finally add midipix as a binutils target.midipix1-0/+90
2015-03-11binutils-2.24.51: initial patch: allow the symbol 'environ' tomidipix1-0/+22
be exported by PE images, but leave it excluded by default so that non-midipix PE targets remain unaffected. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: fix legacy code-page identifier.midipix1-0/+12
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: make the ___crt_xxx symbols and themidipix1-3/+160
cygwin fork section optional, but leave them on by default so that non-midipix PE targets remain unaffected. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: provide backward-compatible file extensionmidipix1-0/+185
definitions for all PE targets signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: file extension definitions for the midipix ↵midipix1-0/+14
targets signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.