public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jeff Law <law@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-2935] Drop embeded stabs from rl78 port
Date: Mon, 16 Aug 2021 23:05:16 +0000 (GMT)	[thread overview]
Message-ID: <20210816230516.0FBCF3861038@sourceware.org> (raw)

https://gcc.gnu.org/g:052bdc7f2ba4b56d1ff9625d69b97c23bc858309

commit r12-2935-g052bdc7f2ba4b56d1ff9625d69b97c23bc858309
Author: Jeff Law <jlaw@localhost.localdomain>
Date:   Mon Aug 16 19:03:56 2021 -0400

    Drop embeded stabs from rl78 port
    
    gcc/
            * config.gcc (rl78-*-elf*): Do not include dbxelf.h.

Diff:
---
 gcc/config.gcc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 93e2b3219b9..7001a79b823 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -3126,7 +3126,7 @@ rs6000-ibm-aix[789].* | powerpc-ibm-aix[789].*)
 	default_use_cxa_atexit=yes
 	;;
 rl78-*-elf*)
-	tm_file="dbxelf.h elfos.h newlib-stdint.h ${tm_file}"
+	tm_file="elfos.h newlib-stdint.h ${tm_file}"
 	target_has_targetm_common=no
 	c_target_objs="rl78-c.o"
 	cxx_target_objs="rl78-c.o"


                 reply	other threads:[~2021-08-16 23:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210816230516.0FBCF3861038@sourceware.org \
    --to=law@gcc.gnu.org \
    --cc=gcc-cvs@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).