Path: csiph.com!weretis.net!feeder9.news.weretis.net!border-3.nntp.ord.giganews.com!nntp.giganews.com!local-4.nntp.ord.giganews.com!Xl.tags.giganews.com!local-3.nntp.ord.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 10 Jan 2026 09:10:50 +0000 DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 60A9Aa9N2983338 Authentication-Results: delorie.com; dmarc=none (p=none dis=none) header.from=delorie.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=delorie.com X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 60A9AZGr2983319 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: delorie.com; spf=pass smtp.mailfrom=gnu.org DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 60A9AZGr2983319 Authentication-Results: delorie.com; dkim=pass (2048-bit key, unprotected) header.d=gnu.org header.i=@gnu.org header.a=rsa-sha256 header.s=fencepost-gnu-org header.b=gTw3SwqF X-Recipient: djgpp@delorie.com X-Original-DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=2LVefr5zw4QBf57RUBGGA5PxUZupSFqf0nntwOaZnTs=; b=gTw3SwqFRill stxg2apU8fMUpSBAgQE3stjGGLnU59hcMXyBzOjcbzGQxdAa2OgC0dKS2eOGlv2tJGjbtZo975qxQ PKetF51vX80DQ+f1GydwpV6S5u+hPqHjdpwtsSeXDjmrPMpUfB3WmZEObWgsbw9GJ4qxniNSt5RV/ kXeBg7V5ZOcucLmGtf+U4XGmEDkdmgen+T5kDBxTO62aEPKOYUf1c5E8OEBPFI9XILxeXiRzqmpLi kaUlpoXIWOYeAOISPgrO6PoEG4aA+F/HYcEb6uacLNVUhVGWdRRnLB54rg/w/Dfs9IzyjjX3AniLF GmppeMl/8dadymvptEX20g==; Date: Sat, 10 Jan 2026 11:10:28 +0200 Message-Id: <86ikd9al4r.fsf@gnu.org> From: "Eli Zaretskii (eliz@gnu.org) [via djgpp@delorie.com]" To: djgpp@delorie.com In-Reply-To: <0752ebcc-24dd-4ea1-ad68-7822463d0eda@polymtl.ca> (djgpp@delorie.com) Subject: Re: Supported debug info formats References: <0752ebcc-24dd-4ea1-ad68-7822463d0eda@polymtl.ca> Reply-To: djgpp@delorie.com Errors-To: nobody@delorie.com X-Mailing-List: djgpp@delorie.com X-Unsubscribes-To: listserv@delorie.com Precedence: bulk Newsgroups: comp.os.msdos.djgpp Organization: None provided DJ-Gateway: from mailing list djgpp@delorie.com Lines: 19 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-XY9ZBm/duSmDkuZm2R69RU7sU1KsVouFlZsJsD9T4L9PE+X3cef/6aR3FJk+Sl6rv6pDINwnjl8ExcH!S1xRjvYT0lV29Yi+SEnvJEA6As3oNmGG2tbj5vPVCP4i X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 Xref: csiph.com comp.os.msdos.djgpp:9985 > Date: Fri, 9 Jan 2026 12:25:50 -0500 > From: "Simon Marchi (simon.marchi@polymtl.ca) [via djgpp@delorie.com]" > > GDB maintainer here. I'm in the process of cleaning up obsolete things, > like debug info formats that are not longer relevant. I am now looking > at COFF [1]. I am wondering if this is still useful for DJGPP, or if > nowadays you can use DWARF like most other targets (or if people use GDB > for DJGPP at all). > > In the gcc source code [1] I see this, so I guess that DWARF 2 is the > default debug format now? GCC tossed COFF debug info some time ago, so I think it's okay to remove that from GDB as well. We used to need this for building the DJGPP port of Emacs, but that is no longer required, since the next release 31.1 of Emacs will no longer force or need the -gcoff switch to GCC. So that reason is also no more valid.