public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-04-19 18:06 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-19 18:06 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2a10889126cd841456c263143464ca3ff3820b2c

commit 2a10889126cd841456c263143464ca3ff3820b2c
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 d2b2c141c8e..408916c455b 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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-09-17 14:34 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-09-17 14:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7e1c797298dd17963a3e5aa96e8ac9891ccd428c

commit 7e1c797298dd17963a3e5aa96e8ac9891ccd428c
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 6396586c138..e1754b3915c 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -251,7 +251,7 @@ extern GTY(()) int darwin_ms_struct;
     %{v} \
     %{g*:%{!gctf:%{!gbtf:%{!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*:%{!gctf:%{!gbtf:%{!gstabs*:%{%:debug-level-gt(0): -dsym}}}}}}}}}}}}}"
 
 #define LINK_COMMAND_SPEC LINK_COMMAND_SPEC_A DSYMUTIL_SPEC


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

* [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-04-10 17:01 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-10 17:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2cea3b3404b7ead3e8d0be6a774ff5c3b87c29a8

commit 2cea3b3404b7ead3e8d0be6a774ff5c3b87c29a8
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 d2b2c141c8e..408916c455b 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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-04-10 15:05 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-04-10 15:05 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7881be39f27fc80f4b0c820d2418b59081e7dff9

commit 7881be39f27fc80f4b0c820d2418b59081e7dff9
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 d2b2c141c8e..408916c455b 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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-03-14 22:01 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-03-14 22:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4141b11926f7f7b61b9e0a3a7bebde50b5680d2e

commit 4141b11926f7f7b61b9e0a3a7bebde50b5680d2e
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 d2b2c141c8e..408916c455b 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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-03-07 17:02 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-03-07 17:02 UTC (permalink / raw)
  To: gcc-cvs

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

commit cb7997a91c909a2b3db537def7bd690aa4954fee
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 d2b2c141c8e..408916c455b 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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-01-30 19:09 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-01-30 19:09 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:64dc6e023f28f216df43ef8e51b69b737000d261

commit 64dc6e023f28f216df43ef8e51b69b737000d261
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] 8+ messages in thread

* [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil.
@ 2021-01-28 17:32 Iain Buclaw
  0 siblings, 0 replies; 8+ messages in thread
From: Iain Buclaw @ 2021-01-28 17:32 UTC (permalink / raw)
  To: gcc-cvs

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

commit cfb601ac5d58332f70eb8d6af2fbefe438ee080f
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] 8+ messages in thread

end of thread, other threads:[~2021-09-17 14:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 18:06 [gcc(refs/users/ibuclaw/heads/darwin)] Darwin, D : Add .d suffix to the list for invoking dsymutil Iain Buclaw
  -- strict thread matches above, loose matches on Subject: below --
2021-09-17 14:34 Iain Buclaw
2021-04-10 17:01 Iain Buclaw
2021-04-10 15:05 Iain Buclaw
2021-03-14 22:01 Iain Buclaw
2021-03-07 17:02 Iain Buclaw
2021-01-30 19:09 Iain Buclaw
2021-01-28 17:32 Iain Buclaw

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