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.
This commit is contained in:
Nick Clifton
2014-04-09 17:12:30 +01:00
parent 2eec7d5ba1
commit edf84efc4e
11 changed files with 32 additions and 92 deletions

17
ld/configure vendored
View File

@@ -605,7 +605,6 @@ LIBOBJS
TESTBFDLIB
EMULATION_LIBPATH
LIB_PATH
EMUL_EXTRA_BINARIES
EMUL_EXTRA_OFILES
EMULATION_OFILES
EMUL
@@ -12194,7 +12193,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12197 "configure"
#line 12196 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -12300,7 +12299,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12303 "configure"
#line 12302 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -16838,7 +16837,6 @@ all_targets=
EMUL=
all_emuls=
all_emul_extras=
all_emul_extra_binaries=
all_libpath=
rm -f tdirs
@@ -16947,14 +16945,6 @@ do
esac
done
for i in $targ_extra_binaries; do
case " $all_emul_extra_binaries " in
*" ${i} "*) ;;
*)
all_emul_extra_binaries="$all_emul_extra_binaries ${i}"
;;
esac
done
fi
done
@@ -16970,17 +16960,14 @@ if test x${all_targets} = xtrue; then
EMULATION_OFILES='$(ALL_EMULATIONS)'
fi
EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
EMUL_EXTRA_BINARIES='$(ALL_EMUL_EXTRA_BINARIES)'
else
EMULATION_OFILES=$all_emuls
EMUL_EXTRA_OFILES=$all_emul_extras
EMUL_EXTRA_BINARIES=$all_emul_extra_binaries
fi
EMULATION_LIBPATH=$all_libpath