+Sun Feb 27 16:29:38 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * emultempl/hppaelf.em: Include elf32-hppa.h.
+ (file_chain): Add decl.
+ (hppa_look_for_stubs_in_section): Delete decl.
+ (hppaelf_finish): Reenable code. Do not pass symbols
+ down to hppa_look_for_stubs_in_section.
+
Sat Feb 26 10:58:25 1994 Ian Lance Taylor (ian@cygnus.com)
* ldmain.c (write_map): Don't define. Removed all references.
static lang_input_section_type *stub_input_section = NULL;
/* FIXME. This doesn't belong here. */
-extern asymbol *hppa_look_for_stubs_in_section ();
+extern lang_statement_list_type file_chain;
/* Perform some emulation specific initialization. For PA ELF we set
up the local label prefix and the output architecture. */
amount of code will still function without linker stubs allowing us
to continue testing. */
-#if 0
/* Only create stubs for final objects. */
if (link_info.relocateable == false)
{
abfd,
output_bfd,
section,
- statement->asymbols,
&new_sym_cnt,
&link_info);
&stat_ptr->head, 0, (bfd_vma) 0, false);
/* FIXME: Do we need to redo the "assignments" too? */
-#endif
}
/* Create any emulation specific output statements. FIXME? Is this