There isn't much point in having functions that do nothing
* config/tc-rl78.c (rl78_md_end): Delete.
* config/tc-rl78.h (md_end): Don't define.
* config/tc-rx.c (rx_md_end): Delete.
* config/tc-rx.h (md_end): Don't define.
rl78_abs_sym = symbol_make ("__rl78_abs__");
}
-void
-rl78_md_end (void)
-{
-}
-
/* Set the ELF specific flags. */
void
rl78_elf_final_processing (void)
/* .-foo gets turned into PC relative relocs. */
#define DIFF_EXPR_OK
-#define md_end rl78_md_end
-extern void rl78_md_end (void);
-
#define md_relax_frag rl78_relax_frag
extern int rl78_relax_frag (segT, fragS *, long);
dwarf2_emit_insn (idx);
}
-void
-rx_md_end (void)
-{
-}
-
/* Write a value out to the object file, using the appropriate endianness. */
void
/* .-foo gets turned into PC relative relocs. */
#define DIFF_EXPR_OK
-#define md_end rx_md_end
-extern void rx_md_end (void);
-
/* Note - the definition of MD_RELAX_FRAG here includes a reference to the
MAX_ITERATIONS variable which is defined locally in write.c:relax_segment()
but which is not normally passed to target specific relaxing code. This