* remote.c (struct packet_reg): Declare.
[deliverable/binutils-gdb.git] / gas / config / tc-arc.h
index 2aa790b55b5eefad48e0a6f840948e014ef7aa0a..86b925336ff33d69b26e378c0715199aa29ca85d 100644 (file)
@@ -59,10 +59,12 @@ extern const char *arc_target_format;
 
 /* The ARC needs to parse reloc specifiers in .word.  */
 
-extern void arc_parse_cons_expression ();
+extern void arc_parse_cons_expression PARAMS ((struct expressionS *, unsigned));
 #define TC_PARSE_CONS_EXPRESSION(EXP, NBYTES) \
 arc_parse_cons_expression (EXP, NBYTES)
 
-extern void arc_cons_fix_new ();
+extern void arc_cons_fix_new PARAMS ((struct frag *, int, int, struct expressionS *));
 #define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP) \
 arc_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
+
+#define DWARF2_LINE_MIN_INSN_LENGTH 4
This page took 0.023733 seconds and 4 git commands to generate.