aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-hppa.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
commit87ccc1b08d2b8dd682d8d82b3bf3eea405474f60 (patch)
treebbed6a69514f94b39629ae766d7feebca44302bc /gas/config/tc-hppa.c
parent7ed2c8b0264cbcdcd2b8222bf444e960a9690bce (diff)
downloadgdb-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-hppa.c')
-rw-r--r--gas/config/tc-hppa.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c
index 0a3382e..3212ead 100644
--- a/gas/config/tc-hppa.c
+++ b/gas/config/tc-hppa.c
@@ -670,9 +670,6 @@ const pseudo_typeS md_pseudo_table[] =
{"equ", pa_equ, 0},
{"exit", pa_exit, 0},
{"export", pa_export, 0},
-#ifdef OBJ_ELF
- {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 },
-#endif
{"fill", pa_fill, 0},
{"float", pa_float_cons, 'f'},
{"half", pa_cons, 2},
@@ -682,9 +679,6 @@ const pseudo_typeS md_pseudo_table[] =
{"lcomm", pa_lcomm, 0},
{"leave", pa_leave, 0},
{"level", pa_level, 0},
-#ifdef OBJ_ELF
- {"loc", dwarf2_directive_loc, 0 },
-#endif
{"long", pa_cons, 4},
{"lsym", pa_lsym, 0},
#ifdef OBJ_SOM