This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

add test for Xtensa dwarf2 debug_line assembler support


This patch adds xtensa-*-* to the list of targets for which the assembler might support dwarf2 debug_line information. I tested this by building an xtensa-elf target, running the testsuite, and verifying by hand that GCC now generates .loc directives when the assembler supports them. Committed on the mainline.


2003-11-20 Bob Wilson <bob.wilson@acm.org>


	* configure.in: Add xtensa-*-* targets to test for dwarf2 debug_line.
	* configure: Regenerate.


Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure.in,v
retrieving revision 1.750
diff -u -r1.750 configure.in
--- configure.in	20 Nov 2003 10:08:45 -0000	1.750
+++ configure.in	21 Nov 2003 01:30:29 -0000
@@ -2409,7 +2409,7 @@
 case "$target" in
   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
   | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \
-  | xstormy16*-*-* | cris-*-*)
+  | xstormy16*-*-* | cris-*-* | xtensa-*-*)
     insn="nop"
     ;;
   ia64*-*-*)

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