gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than preprocessor define.
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Nov 2001 22:53:09 +0000 (23:53 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 27 Nov 2001 22:53:09 +0000 (23:53 +0100)
commit8a63621fe525f28c16a490a51f976165a0009784
tree7054f4c69941b6f5305fa806c6e2bd79c96452b7
parent98741ec369ebe78d12f2a6f0a2a9a3fa14ac28f3
gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than preprocessor define.

* gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than
preprocessor define.  If only DBX_DEBUGGING_INFO or only
DWARF2_DEBUGGING_INFO is supported for the target, provide
appropriate definitions.

From-SVN: r47390
gcc/ChangeLog
gcc/gcc.c