summaryrefslogtreecommitdiff
path: root/gas/config/tc-spu.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-10-29 09:43:18 +0000
committerTristan Gingold <gingold@adacore.com>2009-10-29 09:43:18 +0000
commit1716c704fb6b1c28d6e19382e5bc2efb02966aaf (patch)
tree0571fe78a59742a0117aaed207aba5f2840ef7ae /gas/config/tc-spu.c
parentc24f254ca120927c5d1910c8bb54cc3b3576ac34 (diff)
downloadbinutils-redhat-1716c704fb6b1c28d6e19382e5bc2efb02966aaf.tar.gz
2009-10-29 Tristan Gingold <gingold@adacore.com>
* 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.
Diffstat (limited to 'gas/config/tc-spu.c')
-rw-r--r--gas/config/tc-spu.c2
1 files changed, 0 insertions, 2 deletions
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}
};