summaryrefslogtreecommitdiff
path: root/gas/config/tc-frv.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-frv.c
parent7ed2c8b0264cbcdcd2b8222bf444e960a9690bce (diff)
Move .file and .loc pseudo ops into obj-elf.c
Diffstat (limited to 'gas/config/tc-frv.c')
-rw-r--r--gas/config/tc-frv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-frv.c b/gas/config/tc-frv.c
index f4b5bbd9be..2b8d3ea88d 100644
--- a/gas/config/tc-frv.c
+++ b/gas/config/tc-frv.c
@@ -20,7 +20,6 @@
#include <stdio.h>
#include "as.h"
-#include "dwarf2dbg.h"
#include "subsegs.h"
#include "symcat.h"
#include "opcodes/frv-desc.h"
@@ -185,8 +184,6 @@ const pseudo_typeS md_pseudo_table[] =
{ "eflags", frv_set_flags, 0 },
{ "word", cons, 4 },
{ "picptr", frv_pic_ptr, 4 },
- { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 },
- { "loc", dwarf2_directive_loc, 0 },
{ NULL, NULL, 0 }
};