diff options
author | Steve Chamberlain <sac@cygnus> | 1992-09-25 18:11:04 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-09-25 18:11:04 +0000 |
commit | 22a78f0d961fdab4eadf6694a636a6b57d3013ad (patch) | |
tree | 07a7b2d21ae74990a8f586b78e8fe40db64b86e1 /ld/.Sanitize | |
parent | f4e56031512d5c5621fa2e21e7f3e964718ff39c (diff) | |
download | gdb-22a78f0d961fdab4eadf6694a636a6b57d3013ad.zip gdb-22a78f0d961fdab4eadf6694a636a6b57d3013ad.tar.gz gdb-22a78f0d961fdab4eadf6694a636a6b57d3013ad.tar.bz2 |
Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com)
Added initial support for the z8k
* z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files
* configure.in, Makefile.in: modified to reflect above
* ldlang.c (lang_check): when linking conflicting architectures,
make the output file reflect at least one of the bad inputs.
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r-- | ld/.Sanitize | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index b91e519..e22cec0 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -119,6 +119,9 @@ sun4.sh vanilla.em vanilla.sc-sh vanilla.sh +z8ksim.em +z8ksim.sc-sh +z8ksim.sh Do-last: @@ -127,7 +130,17 @@ echo Done in `pwd`. # # # $Log$ -# Revision 1.46 1992/09/11 20:43:30 sac +# Revision 1.47 1992/09/25 18:10:41 sac +# Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com) +# +# Added initial support for the z8k +# * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files +# * configure.in, Makefile.in: modified to reflect above +# +# * ldlang.c (lang_check): when linking conflicting architectures, +# make the output file reflect at least one of the bad inputs. +# +# Revision 1.46 1992/09/11 20:43:30 sac # Sanitize slip # # Revision 1.45 1992/09/11 17:47:22 sac |