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


I don't know who added insn_size, or what it had been
used for in the past (since it wasn't at all now), but
it sure makes this bit easy...



r~

        * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.

Index: tc-i386.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-i386.c,v
retrieving revision 1.64
diff -c -p -d -r1.64 tc-i386.c
*** tc-i386.c	2000/11/14 20:57:30	1.64
--- tc-i386.c	2000/11/17 09:26:52
*************** md_assemble (line)
*** 2613,2618 ****
--- 2613,2620 ----
  	  }
        }
  
+     dwarf2_emit_insn (insn_size);
+ 
  #ifdef DEBUG386
      if (flag_debug)
        {

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