bfd/
[deliverable/binutils-gdb.git] / ld / ldemul.h
index c3ba033ecb241afc6114bdf5eab34bf86fd56acd..44538d15a63fc19d862eaa8595ffe8890065c79d 100644 (file)
@@ -35,8 +35,6 @@ extern void ldemul_after_allocation
   (void);
 extern void ldemul_before_allocation
   (void);
-extern void ldemul_do_assignments
-  (void);
 extern void ldemul_set_output_arch
   (void);
 extern char *ldemul_choose_target
@@ -79,7 +77,7 @@ extern void after_allocation_default
   (void);
 extern void before_allocation_default
   (void);
-extern void do_assignments_default
+extern void finish_default
   (void);
 extern void finish_default
   (void);
@@ -123,9 +121,6 @@ typedef struct ld_emulation_xfer_struct {
   /* Run before allocating output sections.  */
   void   (*before_allocation) (void);
 
-  /* Run to set special symbols at the same time as link script syms.  */
-  void   (*do_assignments) (void);
-
   /* Return the appropriate linker script.  */
   char * (*get_script) (int *isfile);
 
This page took 0.035841 seconds and 4 git commands to generate.