diff options
author | Nick Clifton <nickc@redhat.com> | 2014-04-09 17:12:30 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-04-09 17:12:30 +0100 |
commit | edf84efc4eae005d0e543e13cc51a751296e6aad (patch) | |
tree | 5491250c55d989ea2ae3f9e9711b1563ce55e948 /ld/ld.texinfo | |
parent | 2eec7d5ba1928301955f4da013072c3e2f69f4a0 (diff) | |
download | gdb-edf84efc4eae005d0e543e13cc51a751296e6aad.zip gdb-edf84efc4eae005d0e543e13cc51a751296e6aad.tar.gz gdb-edf84efc4eae005d0e543e13cc51a751296e6aad.tar.bz2 |
Remove remaining default manifest support.
* Makefile.am (default-manifest.o): Remove rule.
(EMUL_EXTRA_BINARIES): Delete.
(ALL_EMUL_EXTRA_BINARIES): Delete.
(ld_new_DEPENDENCIES): Remove EMUL_EXTRA_BINARIES.
(install-data-local): Remove EMUL_EXTRA_BINARIES.
* Makefile.in: Regenerate.
* configure.in (all_emul_extra_binaries): Delete.
(EMUL_EXTRA_BINARIES): Remove.
* configure: Regenerate.
* configure.tgt (target_extra_binaries): Delete.
* emultempl/default-manifest.rc: Delete.
* ld.texinfo: Remove discussion of default manifest.
* emulparams/i386pe.sh (DEFAULT_MANIFEST): Delete.
* emulparams/i386pep.sh (DEFAULT_MANIFEST): Delete.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 7d2de3b..e3d0469 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -7599,14 +7599,6 @@ tools will be able to process object files employing this GNU extension, but will fail to respect the alignment instructions, and may issue noisy warnings about unknown linker directives. -@cindex default manifest -@item default manifest -The linker will automatically add a default manifest to the .rsrc -section of any fully linked cygwin or MingGW binary. This manifest is -necessary in order to be able to execute the binary under Windows 8 -(or later). An application can supply its own manifest, and if it -does so then this manifest will be used in preference to the default -one. @end table @ifclear GENERIC |