]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Drop embeded stabs from rl78 port
authorJeff Law <jlaw@localhost.localdomain>
Mon, 16 Aug 2021 23:03:56 +0000 (19:03 -0400)
committerJeff Law <jlaw@localhost.localdomain>
Mon, 16 Aug 2021 23:05:06 +0000 (19:05 -0400)
gcc/
* config.gcc (rl78-*-elf*): Do not include dbxelf.h.

gcc/config.gcc

index 93e2b3219b99dc54434c461089f1d23b19e2fb6c..7001a79b823afa6a7e63e2c8bdf32e04201ac936 100644 (file)
@@ -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"