Add binutils support for v850e1 processor
[deliverable/binutils-gdb.git] / gas / config / tc-frv.c
index f4b5bbd9bec0ea18ab2ebf994e35ad093a4a9916..2b8d3ea88d4f569a08af6f81c9a4f3faaf6816b1 100644 (file)
@@ -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 }
 };
 
This page took 0.024288 seconds and 4 git commands to generate.