summaryrefslogtreecommitdiff
path: root/gas/config/tc-arc.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-21 12:07:56 +0000
committerNick Clifton <nickc@redhat.com>2003-05-21 12:07:56 +0000
commiteec97c826f1bf9efafc48e86b6dc68e7bf327917 (patch)
tree3b0a1eb07c707a8cd452088716499c7b77253ec8 /gas/config/tc-arc.c
parentdafeeb970b886b58217aa14c1e67e2907fdb5349 (diff)
downloadbinutils-redhat-eec97c826f1bf9efafc48e86b6dc68e7bf327917.tar.gz
Move .file and .loc pseudo ops into obj-elf.c
Diffstat (limited to 'gas/config/tc-arc.c')
-rw-r--r--gas/config/tc-arc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/tc-arc.c b/gas/config/tc-arc.c
index 01709e957d..67121b2ddb 100644
--- a/gas/config/tc-arc.c
+++ b/gas/config/tc-arc.c
@@ -94,8 +94,6 @@ const pseudo_typeS md_pseudo_table[] = {
{ "option", arc_option, 0 },
{ "cpu", arc_option, 0 },
{ "block", s_space, 0 },
- { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 },
- { "loc", dwarf2_directive_loc, 0 },
{ "extcondcode", arc_extoper, 0 },
{ "extcoreregister", arc_extoper, 1 },
{ "extauxregister", arc_extoper, 2 },