Move .file and .loc pseudo ops into obj-elf.c

This commit is contained in:
Nick Clifton
2003-05-21 12:07:56 +00:00
parent 7ed2c8b026
commit 87ccc1b08d
27 changed files with 4560 additions and 3955 deletions

View File

@ -25,7 +25,6 @@
#include "opcodes/xstormy16-desc.h"
#include "opcodes/xstormy16-opc.h"
#include "cgen.h"
#include "dwarf2dbg.h"
/* Structure to hold all of the different components describing
an individual instruction. */
@ -85,8 +84,6 @@ md_show_usage (stream)
const pseudo_typeS md_pseudo_table[] =
{
{ "word", cons, 4 },
{ "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 },
{ "loc", dwarf2_directive_loc, 0 },
{ NULL, NULL, 0 }
};