]> git.ipfire.org Git - thirdparty/gcc.git/commit
diagnostics: move diagnostic-macro-unwinding.{cc,h} -> diagnostics/macro-unwinding...
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 25 Jul 2025 19:13:38 +0000 (15:13 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 25 Jul 2025 19:13:38 +0000 (15:13 -0400)
commite3565f244f462826469c086d0152b6e4cbd60488
treec610275181cdc1509bf46c59074cbfaadd81d113
parente31ec9ee65386a7cf978c204e123b9a97eb9c296
diagnostics: move diagnostic-macro-unwinding.{cc,h} -> diagnostics/macro-unwinding.{cc,h}

gcc/ChangeLog:
* Makefile.in (OBJS): Replace diagnostic-macro-unwinding.o with
diagnostics/macro-unwinding.o.
* diagnostic-macro-unwinding.cc: Move to...
* diagnostics/macro-unwinding.cc: ...here, moving content into
namespace diagnostics.
* diagnostic-macro-unwinding.h: Move to...
* diagnostics/macro-unwinding.h: ...here, moving content into
namespace diagnostics.
* diagnostics/paths-output.cc: Update for move of
"diagnostic-macro-unwinding.h" to "diagnostics/macro-unwinding.h".

gcc/c-family/ChangeLog:
* c-opts.cc: Update for move of "diagnostic-macro-unwinding.h"
to "diagnostics/macro-unwinding.h".

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/Makefile.in
gcc/c-family/c-opts.cc
gcc/diagnostics/macro-unwinding.cc [moved from gcc/diagnostic-macro-unwinding.cc with 96% similarity]
gcc/diagnostics/macro-unwinding.h [moved from gcc/diagnostic-macro-unwinding.h with 69% similarity]
gcc/diagnostics/paths-output.cc