From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 3E0D73858D1E; Fri, 2 Sep 2022 06:57:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E0D73858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662101870; bh=ARhfJc6yp+A/9zpG+XCVHEJP3otM+Fat57dX0xb7pXc=; h=From:To:Subject:Date:From; b=vUioO28mTmZUmQp5+2OW99CSWuwQvuoNjghpZtRbLIvVReGSz0jIJYPOzwDW/JLkW Ctr8aRsaZqeoCoOBjUBHkMMuMQl7H4+w+L2w87om2Mm7tCXkM9uOFIkR5K6A6PbsQU xd+veYMpm47fBDfeLuGn+CY4UTzh1qrMqpaJfCec= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-2362] pdp11: no debugging info X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 7e0db0cdf01e9c885a29cb37415f5bc00d90c029 X-Git-Newrev: 6713cc703c0914f993891d8ccb8167b29a8855cc Message-Id: <20220902065750.3E0D73858D1E@sourceware.org> Date: Fri, 2 Sep 2022 06:57:50 +0000 (GMT) List-Id: https://gcc.gnu.org/g:6713cc703c0914f993891d8ccb8167b29a8855cc commit r13-2362-g6713cc703c0914f993891d8ccb8167b29a8855cc Author: Martin Liska Date: Fri Aug 26 14:49:26 2022 +0200 pdp11: no debugging info gcc/ChangeLog: * config/pdp11/pdp11.h (PREFERRED_DEBUGGING_TYPE): Disable debugging format. Diff: --- gcc/config/pdp11/pdp11.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 1fa52e8c754..d783b36b652 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -49,8 +49,9 @@ along with GCC; see the file COPYING3. If not see } \ while (0) +#undef PREFERRED_DEBUGGING_TYPE +#define PREFERRED_DEBUGGING_TYPE NO_DEBUG -/* Generate DBX debugging information. */ #define TARGET_40_PLUS (TARGET_40 || TARGET_45) #define TARGET_10 (! TARGET_40_PLUS)