public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2935] Drop embeded stabs from rl78 port
@ 2021-08-16 23:05 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2021-08-16 23:05 UTC (permalink / raw)
  To: gcc-cvs

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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-16 23:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16 23:05 [gcc r12-2935] Drop embeded stabs from rl78 port Jeff Law

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).