public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* TPF: disable discriminators
@ 2012-07-31  4:12 DJ Delorie
  2012-07-31 16:55 ` Richard Henderson
  0 siblings, 1 reply; 8+ messages in thread
From: DJ Delorie @ 2012-07-31  4:12 UTC (permalink / raw)
  To: gcc-patches


The TPF assembler supports dwarf4 discriminators, but the TPF
debuggers do not.  Ok to apply?

	* config/s390/tpf.h (SUPPORTS_DISCRIMINATOR): Define to 0 for TPF.

Index: gcc/config/s390/tpf.h
===================================================================
--- gcc/config/s390/tpf.h       (revision 189993)
+++ gcc/config/s390/tpf.h       (working copy)
@@ -116,3 +116,6 @@
 #define MATH_LIBRARY "CLBM"
 #define LIBSTDCXX "CPP2"
 #endif /* ! _TPF_H */
+
+/* GAS supports it, but the debuggers don't, so avoid it.  */
+#define SUPPORTS_DISCRIMINATOR 0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-31 23:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-31  4:12 TPF: disable discriminators DJ Delorie
2012-07-31 16:55 ` Richard Henderson
2012-07-31 21:25   ` DJ Delorie
2012-07-31 22:22     ` Richard Henderson
2012-07-31 22:26       ` DJ Delorie
2012-07-31 22:47         ` Richard Henderson
2012-07-31 23:22           ` DJ Delorie
2012-07-31 23:21             ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).