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]

ARM debug_line directives.


Hi Guys,

  Inspired by Richard's recent spate of dwarf2 patches, I have add
  this to the ARM port.

Cheers
	Nick


2000-11-17  Nick Clifton  <nickc@redhat.com>

	* config/tc-arm.c (md_pseudo_table): Add support for .line and
	.file pseudo ops.

Index: gas/config/tc-arm.c
===================================================================
RCS file: /cvs/src//src/gas/config/tc-arm.c,v
retrieving revision 1.66
diff -p -r1.66 tc-arm.c
*** tc-arm.c	2000/11/14 20:57:30	1.66
--- tc-arm.c	2000/11/17 18:43:40
*************** CONST pseudo_typeS md_pseudo_table[] =
*** 1120,1125 ****
--- 1120,1127 ----
    { "sect.s",      arm_s_section, 0 },
    { "word",        s_arm_elf_cons, 4 },
    { "long",        s_arm_elf_cons, 4 },
+   { "file",        dwarf2_directive_file, 0 },
+   { "loc",         dwarf2_directive_loc,  0 },
  #else
    { "word",        cons, 4},
  #endif

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