aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.h
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2001-08-16 15:12:09 +0000
committerThiemo Seufer <ths@networkno.de>2001-08-16 15:12:09 +0000
commit07ae3efa01f8b67fa971b560f90f153d3307c7f5 (patch)
tree46808a2b0e79d5c1c0768626471e91a2f1943ed8 /gas/config/tc-mips.h
parent61d11d80324a3372a3cf1b9e0f6a4f1d8ca402cd (diff)
downloadgdb-07ae3efa01f8b67fa971b560f90f153d3307c7f5.zip
gdb-07ae3efa01f8b67fa971b560f90f153d3307c7f5.tar.gz
gdb-07ae3efa01f8b67fa971b560f90f153d3307c7f5.tar.bz2
Remove obsolete special handling of 64bit Relocations.
Diffstat (limited to 'gas/config/tc-mips.h')
-rw-r--r--gas/config/tc-mips.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h
index c10b10a..7e52940 100644
--- a/gas/config/tc-mips.h
+++ b/gas/config/tc-mips.h
@@ -103,10 +103,6 @@ extern void mips_frob_file PARAMS ((void));
extern void mips_frob_file_after_relocs PARAMS ((void));
#endif
-#define TC_CONS_FIX_NEW cons_fix_new_mips
-extern void cons_fix_new_mips
- PARAMS ((struct frag *, int, unsigned int, struct expressionS *));
-
#define tc_fix_adjustable(fixp) mips_fix_adjustable (fixp)
extern int mips_fix_adjustable PARAMS ((struct fix *));