diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-21 12:07:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-21 12:07:56 +0000 |
commit | 87ccc1b08d2b8dd682d8d82b3bf3eea405474f60 (patch) | |
tree | bbed6a69514f94b39629ae766d7feebca44302bc /gas/config/tc-iq2000.c | |
parent | 7ed2c8b0264cbcdcd2b8222bf444e960a9690bce (diff) | |
download | gdb-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-iq2000.c')
-rw-r--r-- | gas/config/tc-iq2000.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-iq2000.c b/gas/config/tc-iq2000.c index 58aa5c9..806b802 100644 --- a/gas/config/tc-iq2000.c +++ b/gas/config/tc-iq2000.c @@ -21,7 +21,6 @@ #include <stdio.h> #include "as.h" #include "safe-ctype.h" -#include "dwarf2dbg.h" #include "subsegs.h" #include "symcat.h" #include "opcodes/iq2000-desc.h" @@ -103,8 +102,6 @@ const pseudo_typeS md_pseudo_table[] = { { "align", s_align_bytes, 0 }, { "word", cons, 4 }, - { "file", dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, { "rdata", s_change_sec, 'r'}, { "sdata", s_change_sec, 's'}, { "set", s_iq2000_set, 0 }, |