From 052bdc7f2ba4b56d1ff9625d69b97c23bc858309 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 16 Aug 2021 19:03:56 -0400 Subject: [PATCH] Drop embeded stabs from rl78 port gcc/ * config.gcc (rl78-*-elf*): Do not include dbxelf.h. --- gcc/config.gcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config.gcc b/gcc/config.gcc index 93e2b3219b99..7001a79b823a 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" -- 2.47.2