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-m68k.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-m68k.c')
-rw-r--r-- | gas/config/tc-m68k.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/tc-m68k.c b/gas/config/tc-m68k.c index 0caf694..d913dc6 100644 --- a/gas/config/tc-m68k.c +++ b/gas/config/tc-m68k.c @@ -554,12 +554,6 @@ const pseudo_typeS md_pseudo_table[] = {"extend", float_cons, 'x'}, {"ldouble", float_cons, 'x'}, -#ifdef OBJ_ELF - /* Dwarf2 support for Gcc. */ - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0}, - {"loc", dwarf2_directive_loc, 0}, -#endif - /* The following pseudo-ops are supported for MRI compatibility. */ {"chip", s_chip, 0}, {"comline", s_space, 1}, |