| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: If634d8d30cfa8c88ca3ba59691a0df4ee5596f85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog modified to reflect minor changes, for
original patch and changelog, see the links.
Thread starts in December:
http://sourceware.org/ml/binutils/2012-12/msg00255.html
..continues into January:
http://sourceware.org/ml/binutils/2013-01/msg00061.html
..and ends with the final version by Ian Lance Taylor:
http://sourceware.org/ml/binutils/2013-01/msg00167.html
ChangeLog:
2012-12-25 Pavel Chupin <[hidden email]>
Fix mingw gold build with plugins enabled.
* gold/Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
* gold/configure.ac: Export DLOPEN_LIBS, add headers check.
* gold/plugin.cc: Handle non-dlfcn case.
* gold/Makefile.in: Regenerate.
* gold/config.in: Regenerate.
* gold/configure: Regenerate.
* gold/testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is needed to statically link libgcc and libstdc++ into gold
2011-09-20 Simon Baldwin <simonb@google.com>
* configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
configuration options.
* configure: Regenerate.
* Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
* Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
Change-Id: I279fa7c707519cedd994248c63cae13d3c73cd35
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Back port fixes in 2.21.51 for mingw build:
For systems w/o mmap support
1.29 config.in
1.62 configure.ac
1.65 configure
1.73 fileread.cc
1.3 mremap.c
1.142 output.cc
1.120 output.h
For mingw specific
1.10 descriptos.cc
1.143 output.cc
Change-Id: I40e088266c203106864f5a440d8bdf2ab295e547
|
|
Use --enable-gold=default for dual linker support.
Change-Id: Id1a744c7db58a0b5e7a3be174cdfa875f2f86e49
|