public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/102255] target uses STABS by default
Date: Fri, 10 Sep 2021 05:59:45 +0000	[thread overview]
Message-ID: <bug-102255-4-sOMbj8SEsn@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-102255-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102255

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:0458154caafc5438cecf1db8cf96076e384244ab

commit r12-3436-g0458154caafc5438cecf1db8cf96076e384244ab
Author: Richard Biener <rguenther@suse.de>
Date:   Thu Sep 9 15:08:22 2021 +0200

    Remove dbx.h, do not set PREFERRED_DEBUGGING_TYPE from dbxcoff.h, lynx.h

    The following removes the unused config/dbx.h file and removes the
    setting of PREFERRED_DEBUGGING_TYPE from dbxcoff.h which is
    overridden by all users (djgpp/mingw/cygwin) via either including
    config/i386/djgpp.h or config/i386/cygming.h

    There are still circumstances where mingw and cygwin default to
    STABS, namely when HAVE_GAS_PE_SECREL32_RELOC is not defined and
    the target defaults to 32bit code generation.

    The new style handling DBX_DEBUGGING_INFO is in line with
    dbxelf.h which does not define PREFERRED_DEBUGGING_TYPE either.

    The patch also removes the PREFERRED_DEBUGGING_TYPE define from
    lynx.h which always follows elfos.h already defaulting to DWARF,
    so the comment about STABS being the default is misleading and
    outdated.

    2021-09-09  Richard Biener  <rguenther@suse.de>

            PR target/102255
            * config/dbx.h: Remove.
            * config/dbxcoff.h: Do not define PREFERRED_DEBUGGING_TYPE.
            * config/lynx.h: Likewise.

  parent reply	other threads:[~2021-09-10  5:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09 12:50 [Bug target/102255] New: " rguenth at gcc dot gnu.org
2021-09-09 12:58 ` [Bug target/102255] " rguenth at gcc dot gnu.org
2021-09-10  5:59 ` cvs-commit at gcc dot gnu.org [this message]
2021-09-21 11:33 ` rguenth at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-102255-4-sOMbj8SEsn@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).