aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-xtensa.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-21 12:07:56 +0000
committerNick Clifton <nickc@redhat.com>2003-05-21 12:07:56 +0000
commit87ccc1b08d2b8dd682d8d82b3bf3eea405474f60 (patch)
treebbed6a69514f94b39629ae766d7feebca44302bc /gas/config/tc-xtensa.c
parent7ed2c8b0264cbcdcd2b8222bf444e960a9690bce (diff)
downloadgdb-87ccc1b08d2b8dd682d8d82b3bf3eea405474f60.zip
gdb-87ccc1b08d2b8dd682d8d82b3bf3eea405474f60.tar.gz
gdb-87ccc1b08d2b8dd682d8d82b3bf3eea405474f60.tar.bz2
Move .file and .loc pseudo ops into obj-elf.c
Diffstat (limited to 'gas/config/tc-xtensa.c')
-rw-r--r--gas/config/tc-xtensa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c
index 32a04be..b4ea9e8 100644
--- a/gas/config/tc-xtensa.c
+++ b/gas/config/tc-xtensa.c
@@ -27,7 +27,6 @@
#include "subsegs.h"
#include "xtensa-relax.h"
#include "xtensa-istack.h"
-#include "dwarf2dbg.h"
#include "struc-symbol.h"
#include "xtensa-config.h"
@@ -1115,8 +1114,6 @@ const pseudo_typeS md_pseudo_table[] =
{"word", cons, 4},
{"begin", xtensa_begin_directive, 0},
{"end", xtensa_end_directive, 0},
- {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0},
- {"loc", dwarf2_directive_loc, 0},
{"literal", xtensa_literal_pseudo, 0},
{NULL, 0, 0},
};
@@ -4078,8 +4075,6 @@ xg_emit_insn (t_insn, record_fix)
xtensa_insnbuf_to_chars (isa, insnbuf, f);
- /* dwarf2_emit_insn (byte_count); */
-
/* Now spit out the opcode fixup.... */
if (!has_fixup)
return !ok;