diff options
author | John Darrington <john@darrington.wattle.id.au> | 2018-07-09 20:54:26 +0200 |
---|---|---|
committer | John Darrington <john@darrington.wattle.id.au> | 2018-10-23 16:09:35 +0200 |
commit | 51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f (patch) | |
tree | 12681774ee1bcca5d41a9db0c53920fda9fc60fb /gdb/Makefile.in | |
parent | 88f5cc8cf8606478832c7d0d7b74755f3f625015 (diff) | |
download | binutils-gdb-51d21d60b37f1e1a0aa6fd1f5439b22591fa6d5f.tar.gz |
GDB: New target s12z
gdb/
* configure.tgt: Add configuration for s12z.
* s12z-tdep.c: New file.
* NEWS: Mention new target.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0bb203f45f1..d8729186c8c 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 \ |