public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1828] except: remove dwarf2out.h dependency
@ 2021-06-26  4:19 Jason Merrill
  0 siblings, 0 replies; only message in thread
From: Jason Merrill @ 2021-06-26  4:19 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5b1ce655b25040048861af6c0264cb667b66fcd7

commit r12-1828-g5b1ce655b25040048861af6c0264cb667b66fcd7
Author: Jason Merrill <jason@redhat.com>
Date:   Thu Jun 24 10:37:42 2021 -0400

    except: remove dwarf2out.h dependency
    
    When thinking about the CTF debug patchset dwarf2out.h split, I noticed that
    except.c only needs macros from dwarf2.h, nothing from dwarf2out.h.
    
    gcc/ChangeLog:
    
            * except.c: #include "dwarf2.h" instead of "dwarf2out.h".

Diff:
---
 gcc/except.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/except.c b/gcc/except.c
index d481a5ecb4e..8e905a30939 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -136,7 +136,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "except.h"
 #include "output.h"
 #include "dwarf2asm.h"
-#include "dwarf2out.h"
+#include "dwarf2.h"
 #include "common/common-target.h"
 #include "langhooks.h"
 #include "cfgrtl.h"


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

only message in thread, other threads:[~2021-06-26  4:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26  4:19 [gcc r12-1828] except: remove dwarf2out.h dependency Jason Merrill

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