diff options
author | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-19 12:21:08 +0000 |
---|---|---|
committer | iains <iains@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-11-19 12:21:08 +0000 |
commit | 8ea805be7cb423d5cfc0561d5b6e1fee8814566e (patch) | |
tree | 116b4687e0788263a72e984361656fda1389a60b /gcc/config/darwin.h | |
parent | 45e0b6c81c8d056f8f76eb73789e84d4d6a21ec8 (diff) | |
download | gcc-8ea805be7cb423d5cfc0561d5b6e1fee8814566e.tar.gz |
gcc:
* config/darwin.h (ASM_DEBUG_SPEC): New.
* config/darwin9.h (ASM_DEBUG_SPEC): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181507 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 0c8f2769abe..7ae751972f9 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -395,6 +395,11 @@ extern GTY(()) int darwin_ms_struct; %{Zforce_cpusubtype_ALL:-force_cpusubtype_ALL} \ %{static}" +/* Default ASM_DEBUG_SPEC. Darwin's as cannot currently produce dwarf + debugging data. */ + +#define ASM_DEBUG_SPEC "%{g*:%{!g0:%{!gdwarf*:--gstabs}}}" + /* We still allow output of STABS. */ #define DBX_DEBUGGING_INFO 1 |