From 1716c704fb6b1c28d6e19382e5bc2efb02966aaf Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 29 Oct 2009 09:43:18 +0000 Subject: 2009-10-29 Tristan Gingold * config/tc-mep.c (md_pseudo_table): Remove dwarf2 pseudo as they are already defined in obj-elf.c * config/tc-m32c.c (md_pseudo_table): Ditto. * config/tc-spu.c (md_pseudo_table): Ditto. * config/tc-avr.c (md_pseudo_table): Ditto. --- gas/config/tc-spu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gas/config/tc-spu.c') diff --git a/gas/config/tc-spu.c b/gas/config/tc-spu.c index 0d94f325fe..d80c62172c 100644 --- a/gas/config/tc-spu.c +++ b/gas/config/tc-spu.c @@ -101,8 +101,6 @@ const pseudo_typeS md_pseudo_table[] = /* Likewise for eqv. */ {"eqv", NULL, 0}, {".eqv", s_set, -1}, - {"file", (void (*) (int)) dwarf2_directive_file, 0 }, - {"loc", dwarf2_directive_loc, 0}, {0,0,0} }; -- cgit v1.2.1