* dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
[deliverable/binutils-gdb.git] / gas / config / tc-sh.h
index c0adaa1dace445540ef055215b547d55f8b6cc6f..69b82b229dbbad0f5d069b4cf0a263b9e4b88c01 100644 (file)
@@ -103,8 +103,8 @@ struct sh_segment_info_type
 
 /* We call a routine to emit a reloc for a label, so that the linker
    can align loads and stores without crossing a label.  */
-extern void sh_frob_label (void);
-#define tc_frob_label(sym) sh_frob_label ()
+extern void sh_frob_label (symbolS *);
+#define tc_frob_label(sym) sh_frob_label (sym)
 
 /* We call a routine to flush pending output in order to output a DATA
    reloc when required.  */
This page took 0.023433 seconds and 4 git commands to generate.