diff options
author | Steve Chamberlain <sac@cygnus> | 1992-01-16 23:57:59 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-01-16 23:57:59 +0000 |
commit | 7c5622817dd2ef0d5f468760497d997c0372ea25 (patch) | |
tree | e69917cad4fa38ee10f7eaebc5e2571d556c985d | |
parent | 0a8ed75112816c25b3c10bec78a78463bbf0ceba (diff) | |
download | gdb-7c5622817dd2ef0d5f468760497d997c0372ea25.zip gdb-7c5622817dd2ef0d5f468760497d997c0372ea25.tar.gz gdb-7c5622817dd2ef0d5f468760497d997c0372ea25.tar.bz2 |
New stuff
-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= |