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:
parent
2eec7d5ba1
commit
edf84efc4e
11 changed files with 32 additions and 92 deletions
|
@ -432,7 +432,14 @@ main (int argc, char **argv)
|
|||
output_cref (config.map_file != NULL ? config.map_file : stdout);
|
||||
if (nocrossref_list != NULL)
|
||||
check_nocrossrefs ();
|
||||
#if 0
|
||||
{
|
||||
struct bfd_link_hash_entry * h;
|
||||
|
||||
h = bfd_link_hash_lookup (link_info.hash, "__image_base__", 0,0,1);
|
||||
fprintf (stderr, "lookup = %p val %lx\n", h, h ? h->u.def.value : 1);
|
||||
}
|
||||
#endif
|
||||
lang_finish ();
|
||||
|
||||
/* Even if we're producing relocatable output, some non-fatal errors should
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue