public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/casm-state-v3)] Disable early debug info file.
@ 2021-09-14 12:36 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-09-14 12:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5718f92aff6162f9b3ba4866354ecc76b6979fc9

commit 5718f92aff6162f9b3ba4866354ecc76b6979fc9
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Sep 14 14:34:32 2021 +0200

    Disable early debug info file.

Diff:
---
 gcc/dwarf2out.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index acc3a97e06a..cbfeb2447dd 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -32918,8 +32918,8 @@ dwarf2out_early_finish (const char *filename)
     return;
 
   /* Initialize an early LTO debug output file.  */
-  lto_debug_asm->out_file = fopen ("/tmp/lto-debug.s", "w");
-  push_asm (lto_debug_asm);
+//  lto_debug_asm->out_file = fopen ("/tmp/lto-debug.s", "w");
+//  push_asm (lto_debug_asm);
 
   /* Now as we are going to output for LTO initialize sections and labels
      to the LTO variants.  We don't need a random-seed postfix as other
@@ -33044,7 +33044,7 @@ dwarf2out_early_finish (const char *filename)
 				    output_indirect_string> (form);
     }
 
-  pop_asm ();
+//  pop_asm ();
 
   /* Switch back to the text section.  */
   switch_to_section (casm->sections.text);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-14 12:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-14 12:36 [gcc(refs/users/marxin/heads/casm-state-v3)] Disable early debug info file Martin Liska

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).