* config/tc-i386.c (md_pseudo_table): Add .file and .loc.
authorRichard Henderson <rth@redhat.com>
Fri, 17 Nov 2000 18:15:53 +0000 (18:15 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 17 Nov 2000 18:15:53 +0000 (18:15 +0000)
gas/ChangeLog
gas/config/tc-i386.c

index 8ac23d58715f9f45a3a2c8caf1342c43f06aad3d..ce145eef6127b9447477fee6863df7a09b5d806a 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-17  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-i386.c (md_pseudo_table): Add .file and .loc.
+
 2000-11-17  Richard Henderson  <rth@redhat.com>
 
        * dwarf2dbg.c (dwarf2_gen_line_info): Early out for no line number.
index fe5ccf8f88e7a0d8af208d5944df9775ebb18e5f..737acd971079258683f2e2bb8b0288e6cfa21706 100644 (file)
@@ -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}
 };