This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49688] [alpha]: Many execution test failures
- From: "bernds at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 14 Jul 2011 20:41:24 +0000
- Subject: [Bug target/49688] [alpha]: Many execution test failures
- Auto-submitted: auto-generated
- References: <bug-49688-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688
--- Comment #10 from Bernd Schmidt <bernds at gcc dot gnu.org> 2011-07-14 20:40:40 UTC ---
Well, the new use of .cfi directives probably comes from this bit that was
committed in between the two revisions:
Index: gcc/config/alpha/elf.h
===================================================================
--- gcc/config/alpha/elf.h (revision 176014)
+++ gcc/config/alpha/elf.h (revision 176025)
@@ -25,8 +25,9 @@ along with GCC; see the file COPYING3.
/* ??? Move all SDB stuff from alpha.h to osf.h. */
#undef SDB_DEBUGGING_INFO
+#undef MIPS_DEBUGGING_INFO
+#undef DBX_DEBUGGING_INFO
-#define DBX_DEBUGGING_INFO 1
#define DWARF2_DEBUGGING_INFO 1
#undef PREFERRED_DEBUGGING_TYPE
Can you revert that and try again?