gdb: Enable target rx-*-*linux.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Thu, 2 Sep 2021 03:55:07 +0000 (12:55 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Thu, 9 Sep 2021 11:47:16 +0000 (20:47 +0900)
I added rx-*-linux in binutils few yaers ago.
But missing this changes,

gdb/configure.tgt

index c678027faef485165797bb0cee55ceb3643ff644..b6de6b29a62392c7fa82b7b2d1e2e306326cfd20 100644 (file)
@@ -529,7 +529,7 @@ rl78-*-elf)
        gdb_target_obs="rl78-tdep.o"
        ;;
 
-rx-*-elf)
+rx-*-*)
        # Target: Renesas RX
        gdb_target_obs="rx-tdep.o"
        ;;