diff options
author | Martin Hunt <hunt@redhat.com> | 1997-02-22 01:42:27 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-02-22 01:42:27 +0000 |
commit | 232e870207449ccccaa7c719418fd865ba923a98 (patch) | |
tree | 43b15640b6e9a44aa9cc3ef27d874b70ac19068a /ld/scripttempl | |
parent | ca5ef3cb834509f6a841556d80e1ed8c59de3bf4 (diff) | |
download | gdb-232e870207449ccccaa7c719418fd865ba923a98.zip gdb-232e870207449ccccaa7c719418fd865ba923a98.tar.gz gdb-232e870207449ccccaa7c719418fd865ba923a98.tar.bz2 |
Fri Feb 21 17:37:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in (ed30velf.c): New target.
* configure.tgt (d30v-*-*): New target.
* emulparams/d30velf.sh: New file.
* scripttempl/elfd30v.sc: New file.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/.Sanitize | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index 121dfac..67f0e9a 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -15,12 +15,12 @@ Do-first: -d10v_files="elfd10v.sc" +d30v_files="elfd30v.sc" -if ( echo $* | grep keep\-d10v > /dev/null ) ; then - keep_these_too="${d10v_files} ${keep_these_too}" +if ( echo $* | grep keep\-d30v > /dev/null ) ; then + keep_these_too="${d30v_files} ${keep_these_too}" else - lose_these_too="${d10v_files} ${lose_these_too}" + lose_these_too="${d30v_files} ${lose_these_too}" fi tic80_files="tic80coff.sc" |