From 51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 9 Jul 2018 20:54:26 +0200 Subject: GDB: New target s12z gdb/ * configure.tgt: Add configuration for s12z. * s12z-tdep.c: New file. * NEWS: Mention new target. --- gdb/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0bb203f..d872918 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -752,6 +752,7 @@ ALL_TARGET_OBS = \ rs6000-lynx178-tdep.o \ rs6000-tdep.o \ rx-tdep.o \ + s12z-tdep.o \ s390-linux-tdep.o \ s390-tdep.o \ score-tdep.o \ -- cgit v1.1