From: Martin Liska Date: Fri, 26 Aug 2022 12:49:26 +0000 (+0200) Subject: pdp11: no debugging info X-Git-Tag: basepoints/gcc-14~4845 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6713cc703c0914f993891d8ccb8167b29a8855cc;p=thirdparty%2Fgcc.git pdp11: no debugging info gcc/ChangeLog: * config/pdp11/pdp11.h (PREFERRED_DEBUGGING_TYPE): Disable debugging format. --- diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 1fa52e8c7544..d783b36b652f 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)