From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 8D94C383CCD2; Wed, 31 Aug 2022 09:29:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D94C383CCD2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661938170; bh=uHXPA2yxHbnutYouSPyJy26aKvhqD/2/nBK7llgRNg4=; h=From:To:Subject:Date:From; b=uXlNsNcxa/pYTN9Fhcs/X2M9XRP/Mn8LQITZhJmgkLePU2Da/Qxv9lVnNI1/nZv/y XWswMj/FMOZYSEH6Lo4m9CNWn1k/NLwlopcGU6YzBXtRPA5kd3a3LL15ZSniw2jhY1 YIhpvivGN5wfc7qyQ5BuqrBsEJLQM0Bn1ZBda0YY= 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-v3)] pdp11: no debugging info X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/stabs-removal-v3 X-Git-Oldrev: 71e3a3ee3068ca61c462a3190431fc7d699b9447 X-Git-Newrev: 83af292026a71c4eecf5e4797afb2c6dbc4ee160 Message-Id: <20220831092930.8D94C383CCD2@sourceware.org> Date: Wed, 31 Aug 2022 09:29:30 +0000 (GMT) List-Id: https://gcc.gnu.org/g:83af292026a71c4eecf5e4797afb2c6dbc4ee160 commit 83af292026a71c4eecf5e4797afb2c6dbc4ee160 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)