This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

i386 debug_line directives


Forgot this bit last night...


r~

        * config/tc-i386.c (md_pseudo_table): Add .file and .loc.

Index: tc-i386.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.c,v
retrieving revision 1.65
diff -c -p -d -r1.65 tc-i386.c
*** tc-i386.c	2000/11/17 09:28:04	1.65
--- tc-i386.c	2000/11/17 18:15:02
***************
*** 28,33 ****
--- 28,34 ----
  
  #include "as.h"
  #include "subsegs.h"
+ #include "dwarf2dbg.h"
  #include "opcode/i386.h"
  
  #ifndef REGISTER_WARNINGS
*************** const pseudo_typeS md_pseudo_table[] =
*** 683,688 ****
--- 684,691 ----
    {"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}
  };
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]