* README-vms: Delete.
[deliverable/binutils-gdb.git] / gas / config / tc-maxq.h
index 073578549aae096648eb5541d9e48e62910ac5ce..12b7a9497acccb773b493e94d53d623d23594427 100644 (file)
@@ -1,6 +1,6 @@
 /* tc-maxq.h -- Header file for the asssembler(MAXQ)
 
-   Copyright 2004  Free Software Foundation, Inc.
+   Copyright 2004, 2005  Free Software Foundation, Inc.
 
    Contributed by HCL Technologies Pvt. Ltd.
 
@@ -50,10 +50,6 @@ typedef enum _RELOC_ENUM
 }
 RELOC_ENUM;
 
-#ifndef NEED_FX_R_TYPE
-#define NEED_FX_R_TYPE         /* For defining our own rloc type.  */
-#endif
-
 #ifndef MAX_STACK
 #define MAX_STACK 0xf
 #endif
@@ -86,9 +82,6 @@ RELOC_ENUM;
 /* Locally defined symbol shoudnot be adjusted to section symbol.  */
 #define tc_fix_adjustable(FIX) 0
 
-#define TC_COFF_SIZEMACHDEP(frag) tc_coff_sizemachdep (frag)
-extern int tc_coff_sizemachdep (fragS * frag);
-
 /* This specifies that the target has been defined as little endian -
    default.  */
 #define TARGET_BYTES_BIG_ENDIAN 0
@@ -107,23 +100,6 @@ extern int tc_coff_sizemachdep (fragS * frag);
 #define TARGET_MACH            maxq20_mach ()
 extern unsigned long maxq20_mach (void);
 
-/* COFF format.  */
-#ifndef BFD_ASSEMBLER
-
-/* Defines the magic number we are using for the maxq-coff. defined in coff.h.  */
-#define COFF_MAGIC   MAXQ20MAGIC
-#define BFD_ARCH     bfd_arch_maxq
-
-/* Whether the reloc should be outputted to the file or not. This
-   is only true if the symbol we are relocating for is not empty.  */
-#define TC_COUNT_RELOC(fixp) ((fixp) -> fx_addsy != NULL)
-
-/* This macro translates between an internal fix and an coff reloc type.  */
-#define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype (fixP)
-extern short tc_coff_fix2rtype (struct fix *);
-
-#endif /* BFD_ASSEMBLER */
-
 #ifndef LEX_AT
 /* We define this macro to generate a fixup for a data allocation pseudo-op.  */
 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) maxq20_cons_fix_new (FRAG,OFF,LEN,EXP)
This page took 0.037698 seconds and 4 git commands to generate.