+start-sanitize-armelf
+Tue Aug 18 11:59:43 1998 Catherine Moore <clm@cygnus.com>
+
+ * tc-arm.h: Define obj_fix_adjustable for OBJ_ELF.
+ * tc-arm.c (arm_fix_adjustable): New routine.
+
+end-sanitize-armelf
1998-08-13 Vladimir N. Makarov <vmakarov@cygnus.com>
* read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,
deliberately not been updated to mark assembler created stabs
symbols as Thumb. */
+#ifdef OBJ_ELF
+#define obj_fix_adjustable(fixP) arm_fix_adjustable(fixP)
+#else
#define obj_fix_adjustable(fixP) 0
+#endif
/* We need to keep some local information on symbols. */
}}
#endif
+#ifdef OBJ_ELF
+#define obj_frob_symbol(sym, punt) armelf_frob_symbol (sym, punt)
+#endif
+
/* Finish processing the entire symbol table: */
#define tc_adjust_symtab() arm_adjust_symtab ()
extern void arm_adjust_symtab PARAMS ((void));
#define MD_APPLY_FIX3
+#define LOCAL_LABEL(name) (name[0] == '.' \
+ && (name[1] == 'L'))
#define LOCAL_LABELS_FB 1
/* end of tc-arm.h */