public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/iains/heads/d-for-darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-01-11 21:27 Iain D Sandoe
  0 siblings, 0 replies; 3+ messages in thread
From: Iain D Sandoe @ 2021-01-11 21:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b4d71cadae9a90400601f0510dcf4c0babe019ad

commit b4d71cadae9a90400601f0510dcf4c0babe019ad
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:34:39 2020 +0000

    Darwin, D : Add .d suffix to the list for invoking dsymutil.
    
    Recognise .d for D source files on the command line.  This will
    trigger an invocation of dsymutil when a D source is present.
    
    gcc/ChangeLog:
    
            * config/darwin.h (DSYMUTIL_SPEC): Recognize D sources.
            * config/darwin9.h: Likewise.

Diff:
---
 gcc/config/darwin.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 5a9fb43f3c6..1088ef50ac3 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -252,7 +252,7 @@ extern GTY(()) int darwin_ms_struct;
     %{v} \
     %{g*:%{!gstabs*:%{%:debug-level-gt(0): -idsym}}}\
     %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s|.f|.f90|\
-      .f95|.f03|.f77|.for|.F|.F90|.F95|.F03: \
+      .f95|.f03|.f77|.for|.F|.F90|.F95|.F03|.d: \
     %{g*:%{!gstabs*:%{%:debug-level-gt(0): -dsym}}}}}}}}}}}"
 
 #define LINK_COMMAND_SPEC LINK_COMMAND_SPEC_A DSYMUTIL_SPEC


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

* [gcc(refs/users/iains/heads/d-for-darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2020-12-21 20:37 Iain D Sandoe
  0 siblings, 0 replies; 3+ messages in thread
From: Iain D Sandoe @ 2020-12-21 20:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:52b14cd5cbb965df2481c5c81baf0aacd0186791

commit 52b14cd5cbb965df2481c5c81baf0aacd0186791
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:34:39 2020 +0000

    Darwin, D : Add .d suffix to the list for invoking dsymutil.
    
    Recognise .d for D source files on the command line.  This will
    trigger an invocation of dsymutil when a D source is present.
    
    gcc/ChangeLog:
    
            * config/darwin.h (DSYMUTIL_SPEC): Recognize D sources.
            * config/darwin9.h: Likewise.

Diff:
---
 gcc/config/darwin.h  | 2 +-
 gcc/config/darwin9.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index da40a08443e..d503fad6a76 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -245,7 +245,7 @@ extern GTY(()) int darwin_ms_struct;
    "%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
     %{v} \
     %{gdwarf-2:%{!gstabs*:%{%:debug-level-gt(0): -idsym}}}\
-    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm: \
+    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.d: \
     %{gdwarf-2:%{!gstabs*:%{%:debug-level-gt(0): -dsym}}}}}}}}}}}"
 
 #define LINK_COMMAND_SPEC LINK_COMMAND_SPEC_A DSYMUTIL_SPEC
diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h
index 787aca72435..38342aa0214 100644
--- a/gcc/config/darwin9.h
+++ b/gcc/config/darwin9.h
@@ -29,7 +29,7 @@ along with GCC; see the file COPYING3.  If not see
    "%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
     %{v} \
     %{g*:%{!gstabs*:%{%:debug-level-gt(0): -idsym}}}\
-    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s|.f|.f90|.f95|.f03|.f77|.for|.F|.F90|.F95|.F03: \
+    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s|.f|.f90|.f95|.f03|.f77|.for|.F|.F90|.F95|.F03|.d: \
     %{g*:%{!gstabs*:%{%:debug-level-gt(0): -dsym}}}}}}}}}}}"
 
 /* Tell collect2 to run dsymutil for us as necessary.  */


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

* [gcc(refs/users/iains/heads/d-for-darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2020-12-13 17:44 Iain D Sandoe
  0 siblings, 0 replies; 3+ messages in thread
From: Iain D Sandoe @ 2020-12-13 17:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c18a9e99225b61b1a9e041c7a0a319a61dff7b44

commit c18a9e99225b61b1a9e041c7a0a319a61dff7b44
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Fri Dec 11 00:34:39 2020 +0000

    Darwin, D : Add .d suffix to the list for invoking dsymutil.
    
    Recognise .d for D source files on the command line.  This will
    trigger an invocation of dsymutil when a D source is present.
    
    gcc/ChangeLog:
    
            * config/darwin.h (DSYMUTIL_SPEC): Recognize D sources.
            * config/darwin9.h: Likewise.

Diff:
---
 gcc/config/darwin.h  | 2 +-
 gcc/config/darwin9.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index da40a08443e..d503fad6a76 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -245,7 +245,7 @@ extern GTY(()) int darwin_ms_struct;
    "%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
     %{v} \
     %{gdwarf-2:%{!gstabs*:%{%:debug-level-gt(0): -idsym}}}\
-    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm: \
+    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.d: \
     %{gdwarf-2:%{!gstabs*:%{%:debug-level-gt(0): -dsym}}}}}}}}}}}"
 
 #define LINK_COMMAND_SPEC LINK_COMMAND_SPEC_A DSYMUTIL_SPEC
diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h
index 787aca72435..38342aa0214 100644
--- a/gcc/config/darwin9.h
+++ b/gcc/config/darwin9.h
@@ -29,7 +29,7 @@ along with GCC; see the file COPYING3.  If not see
    "%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
     %{v} \
     %{g*:%{!gstabs*:%{%:debug-level-gt(0): -idsym}}}\
-    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s|.f|.f90|.f95|.f03|.f77|.for|.F|.F90|.F95|.F03: \
+    %{.c|.cc|.C|.cpp|.cp|.c++|.cxx|.CPP|.m|.mm|.s|.f|.f90|.f95|.f03|.f77|.for|.F|.F90|.F95|.F03|.d: \
     %{g*:%{!gstabs*:%{%:debug-level-gt(0): -dsym}}}}}}}}}}}"
 
 /* Tell collect2 to run dsymutil for us as necessary.  */


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

end of thread, other threads:[~2021-01-11 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 21:27 [gcc(refs/users/iains/heads/d-for-darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil Iain D Sandoe
  -- strict thread matches above, loose matches on Subject: below --
2020-12-21 20:37 Iain D Sandoe
2020-12-13 17:44 Iain D Sandoe

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