Add new command line option "--no-omagic" which undoes the effects of -N.
[deliverable/binutils-gdb.git] / gas / tc.h
index 07817be12bfff1010a3d2881800a0d49c52d5694..c8cb13c3925e30a38e67fdc8f49f816c48b2a0e8 100644 (file)
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -1,6 +1,7 @@
 /* tc.h - target cpu dependent
 
-   Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc.
+   Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -70,11 +71,9 @@ void md_number_to_chars PARAMS ((char *buf, valueT val, int n));
 void md_operand PARAMS ((expressionS * expressionP));
 #endif
 
-#ifdef MD_APPLY_FIX3
-int md_apply_fix3 PARAMS ((fixS * fixP, valueT *val, segT seg));
-#endif
+void md_apply_fix3 PARAMS ((fixS *, valueT *, segT));
+
 #ifdef BFD_ASSEMBLER
-int md_apply_fix PARAMS ((fixS * fixP, valueT *val));
 #ifndef md_convert_frag
 void md_convert_frag PARAMS ((bfd * headers, segT sec, fragS * fragP));
 #endif
@@ -87,7 +86,6 @@ extern arelent *tc_gen_reloc PARAMS ((asection *, fixS *));
 extern arelent **tc_gen_reloc PARAMS ((asection *, fixS *));
 #endif
 #else /* not BFD_ASSEMBLER */
-void md_apply_fix PARAMS ((fixS * fixP, long val));
 #ifndef md_convert_frag
 void md_convert_frag PARAMS ((object_headers * headers, segT, fragS * fragP));
 #endif
This page took 0.022848 seconds and 4 git commands to generate.