Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.
[deliverable/binutils-gdb.git] / gas / config / tc-avr.h
index 348946516401cf96ce79d923bb6aaf7c5141442f..7aff4e2f80aac5e1eb4ca66e51cb0a73d7c00f20 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is tc-avr.h
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
 
    Contributed by Denis Chertykov <denisc@overta.ru>
 
@@ -90,10 +90,6 @@ void avr_cons_fix_new(fragS *frag,int where, int nbytes, expressionS *exp);
      `md_create_short_jump' to create a short jump around a long jump,
      and define `md_create_long_jump' to create a long jump.  */
 
-#define MD_APPLY_FIX3
-
-#define TC_HANDLES_FX_DONE
-
 #undef RELOC_EXPANSION_POSSIBLE
 /*   If you define this macro, it means that `tc_gen_reloc' may return
      multiple relocation entries for a single fixup.  In this case, the
This page took 0.026 seconds and 4 git commands to generate.