aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-11-17 18:15:53 +0000
committerRichard Henderson <rth@redhat.com>2000-11-17 18:15:53 +0000
commit316e2c057847248a59e24b9e5ebf51211ef35033 (patch)
tree642ddfde380738995d97e05b1c28e78af6c66b17 /gas/config
parenta8316fe296bb35169ef4d0bb07fc250a02148589 (diff)
downloadgdb-316e2c057847248a59e24b9e5ebf51211ef35033.zip
gdb-316e2c057847248a59e24b9e5ebf51211ef35033.tar.gz
gdb-316e2c057847248a59e24b9e5ebf51211ef35033.tar.bz2
* config/tc-i386.c (md_pseudo_table): Add .file and .loc.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-i386.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index fe5ccf8..737acd9 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -28,6 +28,7 @@
#include "as.h"
#include "subsegs.h"
+#include "dwarf2dbg.h"
#include "opcode/i386.h"
#ifndef REGISTER_WARNINGS
@@ -683,6 +684,8 @@ const pseudo_typeS md_pseudo_table[] =
{"code32", set_16bit_code_flag, 0},
{"intel_syntax", set_intel_syntax, 1},
{"att_syntax", set_intel_syntax, 0},
+ {"file", dwarf2_directive_file, 0},
+ {"loc", dwarf2_directive_loc, 0},
{0, 0, 0}
};