diff options
author | Steve Chamberlain <sac@cygnus> | 1993-04-27 01:37:02 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-04-27 01:37:02 +0000 |
commit | 84d42ddd6118bae3fd014ec2549b6973973487dc (patch) | |
tree | 4b3981b3cc69bf79b45a558b2cdc1639db56bc60 /ld/config | |
parent | 4a1bbbe75b7720522063f194bc3a0d1fbabc1a79 (diff) | |
download | gdb-84d42ddd6118bae3fd014ec2549b6973973487dc.zip gdb-84d42ddd6118bae3fd014ec2549b6973973487dc.tar.gz gdb-84d42ddd6118bae3fd014ec2549b6973973487dc.tar.bz2 |
sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 2 | ||||
-rw-r--r-- | ld/config/coff-sh.mt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index bde7b6d..a9d328c 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -15,6 +15,7 @@ Do-first: + # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -26,6 +27,7 @@ Things-to-keep: coff-a29k.mt coff-h8300.mt coff-h8500.mt +coff-sh.mt delta88.mh dgux.mh ebmon29k.mt diff --git a/ld/config/coff-sh.mt b/ld/config/coff-sh.mt new file mode 100644 index 0000000..94d752a --- /dev/null +++ b/ld/config/coff-sh.mt @@ -0,0 +1 @@ +EMUL=sh |