diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/alpha/alpha.mt | 2 | ||||
-rw-r--r-- | gdb/config/ia64/ia64.mt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/alpha/alpha.mt b/gdb/config/alpha/alpha.mt new file mode 100644 index 0000000..dfff657 --- /dev/null +++ b/gdb/config/alpha/alpha.mt @@ -0,0 +1,2 @@ +TDEPFILES= alpha-tdep.o +TM_FILE= tm-alpha.h diff --git a/gdb/config/ia64/ia64.mt b/gdb/config/ia64/ia64.mt new file mode 100644 index 0000000..c0f85a4 --- /dev/null +++ b/gdb/config/ia64/ia64.mt @@ -0,0 +1,2 @@ +TDEPFILES= ia64-tdep.o +TM_FILE= tm-ia64.h |