diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/.Sanitize | 1 | ||||
-rwxr-xr-x | gdb/config/mt-h8300hds | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 31b5b01..73269c4 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -77,6 +77,7 @@ mt-bigmips mt-convex mt-decstation mt-delta88 +mt-h8300hds mt-hp300bsd mt-hp300hpux mt-i386sco diff --git a/gdb/config/mt-h8300hds b/gdb/config/mt-h8300hds new file mode 100755 index 0000000..fbc6ac9 --- /dev/null +++ b/gdb/config/mt-h8300hds @@ -0,0 +1,4 @@ +# Target: H8300 with HDS monitor +TDEPFILES= exec.o h8300-tdep.o hds-tdep.o +TM_FILE= tm-h8300.h +TM_CFLAGS= |