From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 6FC8B38515D6; Fri, 26 Aug 2022 12:50:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FC8B38515D6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661518226; bh=muRQbsKn4zFGxZDYM/YfyuiKSFw28B32hxKQfWff5YA=; h=From:To:Subject:Date:From; b=ILOyH2j7sRg6Pr/NJl9ozRvjllcqKRuGzNdp7yY7HF2jNBMH3huMc/B1lp3QodO28 t0vRefnM2m0RoheKRASRoTTwlJ83vu59dfXeRUmza8uCNllJTkMzzuIGzVLIwuPx5D Shey4gursQyb2Wg9AQiHFWqsKTD6B9DYWnMcZLOA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/stabs-removal-v2)] pdp11: no debugging info X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/stabs-removal-v2 X-Git-Oldrev: 09356ada2c0ad361a86ff409ce181afce38ad193 X-Git-Newrev: 6aa1efefd1b325d5f9c0209407f3537833bed016 Message-Id: <20220826125026.6FC8B38515D6@sourceware.org> Date: Fri, 26 Aug 2022 12:50:26 +0000 (GMT) List-Id: https://gcc.gnu.org/g:6aa1efefd1b325d5f9c0209407f3537833bed016 commit 6aa1efefd1b325d5f9c0209407f3537833bed016 Author: Martin Liska Date: Fri Aug 26 14:49:26 2022 +0200 pdp11: no debugging info Diff: --- gcc/config/pdp11/pdp11.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 1fa52e8c754..e9c97c06534 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -51,6 +51,11 @@ along with GCC; see the file COPYING3. If not see /* Generate DBX debugging information. */ + + +#undef PREFERRED_DEBUGGING_TYPE +#define PREFERRED_DEBUGGING_TYPE NO_DEBUG + #define TARGET_40_PLUS (TARGET_40 || TARGET_45) #define TARGET_10 (! TARGET_40_PLUS)